commit:     a60a0f642d16fa785a6e0e4fa247ea7816821493
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 09:10:16 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 09:15:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60a0f64

www-apache/anyterm: treeclean

Closes: https://bugs.gentoo.org/303339
Closes: https://bugs.gentoo.org/712770
Closes: https://bugs.gentoo.org/732282
Closes: https://bugs.gentoo.org/782907
Closes: https://bugs.gentoo.org/870883
Closes: https://bugs.gentoo.org/898858
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 profiles/package.mask                              |   6 -
 www-apache/anyterm/Manifest                        |   1 -
 www-apache/anyterm/anyterm-1.1.29-r1.ebuild        |  55 --------
 .../files/anyterm-1.1.28-respect-LDFLAGS.patch     |  26 ----
 .../anyterm/files/anyterm-1.1.29-boost-1.50.patch  |  58 --------
 .../anyterm/files/anyterm-1.1.29-gcc-4.4.patch     |  10 --
 www-apache/anyterm/files/anyterm-1.1.29-gcc6.patch | 146 ---------------------
 www-apache/anyterm/files/anyterm.conf.d            |   7 -
 www-apache/anyterm/files/anyterm.init.d            |  20 ---
 www-apache/anyterm/metadata.xml                    |   5 -
 10 files changed, 334 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 638ffe6ec08c..f5043493ee49 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -218,12 +218,6 @@ net-misc/monmotha
 # Removal on 2024-01-30.  Bug #920659.
 net-firewall/sanewall
 
-# Petr Vaněk <arka...@gentoo.org> (2023-12-27)
-# Unmaintained package with multiple open bugs. Upstream seems to be inactive.
-# Version bumps are available for 7 years but nobody seems to care.
-# Removal: 2024-01-26.  Bugs #303339, #712770, #732282, #782907, #870883, 
#898858.
-www-apache/anyterm
-
 # Michał Górny <mgo...@gentoo.org> (2023-12-27)
 # Broken with all versions of dev-python/snakeoil.  Archived upstream.
 # No revdeps.

diff --git a/www-apache/anyterm/Manifest b/www-apache/anyterm/Manifest
deleted file mode 100644
index a33f5b49b909..000000000000
--- a/www-apache/anyterm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST anyterm-1.1.29.tbz2 178424 BLAKE2B 
33416d5cd4bffff3bbbaf6cdb65458c0183a9d2fc58a0422b81b293106152f9d11d002a8cc1a9b1d3cd6a6b51c3d9f682f0e156258d35e7a54abf39349ed185d
 SHA512 
119b2b3eae416721bfd7511d5325f8a8b7bdf4438655a5760f3cac2a91c0d41db2b1efd6bc8f3effb99bff646a21d88ab6e670ece0191e69aeb85f093dc5ab75

diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild 
b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
deleted file mode 100644
index 6c0961341495..000000000000
--- a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A terminal anywhere"
-HOMEPAGE="https://anyterm.org/";
-SRC_URI="https://anyterm.org/download/${P}.tbz2";
-
-LICENSE="GPL-2 Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/ssh"
-DEPEND="${RDEPEND}
-       dev-libs/boost"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch"
-       "${FILESDIR}/${P}-gcc-4.4.patch"
-       "${FILESDIR}/${P}-boost-1.50.patch"
-       "${FILESDIR}/${P}-gcc6.patch"
-)
-
-src_prepare() {
-       default
-
-       # Fix underlinking issue caused by recent boost versions
-       # depending on boost::system, Gentoo bug #579522
-       sed -e 's/\($(CXX) -o $@ $(LDFLAGS) $(OBJS) $(BLOBS) $(LINK_FLAGS)\)/\1 
-lboost_system/' \
-               -i common.mk || die
-}
-
-src_compile() {
-       # this package uses `ld -r -b binary` and thus resulting executable 
contains
-       # executable stack
-       append-ldflags -Wl,-z,noexecstack
-       emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
-}
-
-src_install() {
-       dosbin anytermd
-       dodoc CHANGELOG README
-       doman anytermd.1
-       newinitd "${FILESDIR}/anyterm.init.d" anyterm
-       newconfd "${FILESDIR}/anyterm.conf.d" anyterm
-}
-
-pkg_postinst() {
-       elog "To proceed with installation, read the following:"
-       elog "https://anyterm.org/install.html";
-}

diff --git a/www-apache/anyterm/files/anyterm-1.1.28-respect-LDFLAGS.patch 
b/www-apache/anyterm/files/anyterm-1.1.28-respect-LDFLAGS.patch
deleted file mode 100644
index ef27604d87e0..000000000000
--- a/www-apache/anyterm/files/anyterm-1.1.28-respect-LDFLAGS.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-=== modified file 'common.mk'
---- anyterm-1.1.29/common.mk   2009-01-24 12:40:55 +0000
-+++ anyterm-1.1.29/common.mk   2009-01-24 14:02:19 +0000
-@@ -71,7 +71,7 @@
- OBJS=$(addsuffix .o,$(notdir $(basename $(CC_SRCS))))
- 
- %.o: %.cc
--      $(CXX) $(CC_COMPILE_FLAGS) -c $<
-+      $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CC_COMPILE_FLAGS) -c $<
- 
- ifdef HAVE_GNU_LD
- %.blob.o: ../browser/%
-@@ -87,10 +87,10 @@
- 
- 
- anytermd: $(OBJS) $(BLOBS) $(LIBPBE_LIB)
--      $(CXX) -o $@ $(OBJS) $(BLOBS) $(LINK_FLAGS)
-+      $(CXX) -o $@ $(LDFLAGS) $(OBJS) $(BLOBS) $(LINK_FLAGS)
- 
- %.d: %.cc
--      $(CXX) -MM -MG -MT $@ -MT $(<:%.cc=%.o) $(CPP_FLAGS) $(GCC_FLAGS) -o $@ 
$<
-+      $(CXX) $(CPPFLAGS) $(CXXFLAGS) -MM -MG -MT $@ -MT $(<:%.cc=%.o) 
$(CPP_FLAGS) $(GCC_FLAGS) -o $@ $<
- 
- DEPENDS=$(addsuffix .d,$(basename $(OBJS)))
- 
-

diff --git a/www-apache/anyterm/files/anyterm-1.1.29-boost-1.50.patch 
b/www-apache/anyterm/files/anyterm-1.1.29-boost-1.50.patch
deleted file mode 100644
index c3357247f4eb..000000000000
--- a/www-apache/anyterm/files/anyterm-1.1.29-boost-1.50.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Patch by Arfrever; sent to upstream developer.
-
---- anyterm-1.1.29/libpbe/src/parse_http_request.cc
-+++ anyterm-1.1.29/libpbe/src/parse_http_request.cc
-@@ -18,11 +18,11 @@
- 
- #include "parse_http_request.hh"
- 
--#include <boost/spirit.hpp>
--#include <boost/spirit/actor/insert_at_actor.hpp>
--#include <boost/spirit/dynamic/if.hpp>
--#include <boost/spirit/utility/loops.hpp>
--#include <boost/spirit/iterator/multi_pass.hpp>
-+#include <boost/spirit/include/classic.hpp>
-+#include <boost/spirit/include/classic_if.hpp>
-+#include <boost/spirit/include/classic_insert_at_actor.hpp>
-+#include <boost/spirit/include/classic_loops.hpp>
-+#include <boost/spirit/include/classic_multi_pass.hpp>
- 
- #include <boost/lexical_cast.hpp>
- #include <boost/scoped_array.hpp>
-@@ -31,7 +31,7 @@
- 
- 
- using namespace std;
--using namespace boost::spirit;
-+using namespace boost::spirit::classic;
- 
- 
- namespace pbe {
---- anyterm-1.1.29/libpbe/src/URI.cc
-+++ anyterm-1.1.29/libpbe/src/URI.cc
-@@ -18,11 +18,11 @@
- 
- #include "URI.hh"
- 
--#include <boost/spirit.hpp>
--#include <boost/spirit/actor/insert_at_actor.hpp>
--#include <boost/spirit/dynamic/if.hpp>
--#include <boost/spirit/utility/loops.hpp>
--#include <boost/spirit/iterator/multi_pass.hpp>
-+#include <boost/spirit/include/classic.hpp>
-+#include <boost/spirit/include/classic_if.hpp>
-+#include <boost/spirit/include/classic_insert_at_actor.hpp>
-+#include <boost/spirit/include/classic_loops.hpp>
-+#include <boost/spirit/include/classic_multi_pass.hpp>
- 
- #include <boost/lexical_cast.hpp>
- #include <boost/scoped_array.hpp>
-@@ -30,7 +30,7 @@
- #include <map>
- 
- using namespace std;
--using namespace boost::spirit;
-+using namespace boost::spirit::classic;
- 
- 
- namespace pbe {

diff --git a/www-apache/anyterm/files/anyterm-1.1.29-gcc-4.4.patch 
b/www-apache/anyterm/files/anyterm-1.1.29-gcc-4.4.patch
deleted file mode 100644
index c6fd2e6ad1ae..000000000000
--- a/www-apache/anyterm/files/anyterm-1.1.29-gcc-4.4.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- anyterm-1.1.29/libpbe/src/SmtpClient.cc
-+++ anyterm-1.1.29/libpbe/src/SmtpClient.cc
-@@ -20,6 +20,7 @@
- #include "ip.hh"
- #include "select.hh"
- 
-+#include <stdio.h>
- #include <syslog.h>
- #include <unistd.h>
- 

diff --git a/www-apache/anyterm/files/anyterm-1.1.29-gcc6.patch 
b/www-apache/anyterm/files/anyterm-1.1.29-gcc6.patch
deleted file mode 100644
index bbd443a62712..000000000000
--- a/www-apache/anyterm/files/anyterm-1.1.29-gcc6.patch
+++ /dev/null
@@ -1,146 +0,0 @@
---- a/src/html.cc
-+++ b/src/html.cc
-@@ -50,16 +50,16 @@
-       }
-       classes += L'i'+fg;
-     }
--    h += L"<span class=\"" + classes + L"\">";
-+    h += UCS4STR("<span class=\"") + classes + UCS4STR("\">");
-     return true;
-   }
-   return false;
- }
- 
--static const ucs4_char* attr_end    = L"</span>";
-+static const ucs4_char* attr_end    = UCS4STR("</span>");
- 
--static const ucs4_char* cursor_start = L"<span class=\"cursor\">";
--static const ucs4_char* cursor_end   = L"</span>";
-+static const ucs4_char* cursor_start = UCS4STR("<span class=\"cursor\">");
-+static const ucs4_char* cursor_end   = UCS4STR("</span>");
- 
- 
- ucs4_string htmlify_screen(const Screen& screen)
-@@ -97,9 +97,9 @@
-         h+=cursor_start;
-       }
-         switch (ch) {
--          case '<':  h+=L"&lt;"; break;
--          case '>':  h+=L"&gt;"; break;
--          case '&':  h+=L"&amp;"; break;
-+          case '<':  h+=UCS4STR("&lt;"); break;
-+          case '>':  h+=UCS4STR("&gt;"); break;
-+          case '&':  h+=UCS4STR("&amp;"); break;
-           case ' ':  h+=L'\u00A0'; break;
-           default:   h+=ch; break;
-         }
-@@ -111,7 +111,7 @@
-     if (styled) {
-       h+=attr_end;
-     }
--    h+=L"<br>";
-+    h+=UCS4STR("<br>");
-   }
- 
-   return h;
---- a/src/editscript.cc
-+++ b/src/editscript.cc
-@@ -95,7 +95,7 @@
-   simplify_editscript(e,simp_e);
- 
-   ucs4_string editscript;
--  ucs4_string editscript_r = L"R";
-+  ucs4_string editscript_r = UCS4STR("R");
-   bool any_common = false;
-   bool any_change = false;
- 
-@@ -127,7 +127,7 @@
-   }
- 
-   if (!any_change) {
--    return L"n";
-+    return UCS4STR("n");
-   } else if (any_common) {
-     return editscript;
-   } else {
---- a/src/unicode.hh
-+++ b/src/unicode.hh
-@@ -30,7 +30,16 @@
- #define UCS4_NATIVE "UCS-4BE"
- #endif
- 
-+// char32_t is built-in in C++11.  Pre C++11, use wchar_t.
-+// Define a macro UCS4STR() to declare a string literal as L"..." or U"...".
-+
-+#if __cplusplus < 201100L
- typedef wchar_t char32_t;
-+#define UCS4STR(s) L##s
-+#else
-+#define UCS4STR(s) U##s
-+#endif
-+
- typedef char32_t ucs4_char;
- typedef std::basic_string<ucs4_char> ucs4_string;
- 
---- a/libpbe/include/charset/char_t.hh
-+++ b/libpbe/include/charset/char_t.hh
-@@ -63,9 +63,15 @@
- };
- 
- typedef char_t<8>::type  char8_t;
-+
-+#define HAVE_BUILTIN_CHAR_T __cplusplus >= 201100L
-+#if ! HAVE_BUILTIN_CHAR_T
-+
- typedef char_t<16>::type char16_t;
- typedef char_t<32>::type char32_t;
- 
-+#endif
-+
- 
- };
- 
---- a/libpbe/src/generated/iso8859_tables_body.cc
-+++ b/libpbe/src/generated/iso8859_tables_body.cc
-@@ -2,22 +2,22 @@
-   // ISO-8859-2
-   { 0x0104, 0x02D8, 0x0141, 0x00A4, 0x013D, 0x015A, 0x00A7, 0x00A8, 0x0160, 
0x015E, 0x0164, 0x0179, 0x00AD, 0x017D, 0x017B, 0x00B0, 0x0105, 0x02DB, 0x0142, 
0x00B4, 0x013E, 0x015B, 0x02C7, 0x00B8, 0x0161, 0x015F, 0x0165, 0x017A, 0x02DD, 
0x017E, 0x017C, 0x0154, 0x00C1, 0x00C2, 0x0102, 0x00C4, 0x0139, 0x0106, 0x00C7, 
0x010C, 0x00C9, 0x0118, 0x00CB, 0x011A, 0x00CD, 0x00CE, 0x010E, 0x0110, 0x0143, 
0x0147, 0x00D3, 0x00D4, 0x0150, 0x00D6, 0x00D7, 0x0158, 0x016E, 0x00DA, 0x0170, 
0x00DC, 0x00DD, 0x0162, 0x00DF, 0x0155, 0x00E1, 0x00E2, 0x0103, 0x00E4, 0x013A, 
0x0107, 0x00E7, 0x010D, 0x00E9, 0x0119, 0x00EB, 0x011B, 0x00ED, 0x00EE, 0x010F, 
0x0111, 0x0144, 0x0148, 0x00F3, 0x00F4, 0x0151, 0x00F6, 0x00F7, 0x0159, 0x016F, 
0x00FA, 0x0171, 0x00FC, 0x00FD, 0x0163, 0x02D9,},
-   // ISO-8859-3
--  { 0x0126, 0x02D8, 0x00A3, 0x00A4, -1, 0x0124, 0x00A7, 0x00A8, 0x0130, 
0x015E, 0x011E, 0x0134, 0x00AD, -1, 0x017B, 0x00B0, 0x0127, 0x00B2, 0x00B3, 
0x00B4, 0x00B5, 0x0125, 0x00B7, 0x00B8, 0x0131, 0x015F, 0x011F, 0x0135, 0x00BD, 
-1, 0x017C, 0x00C0, 0x00C1, 0x00C2, -1, 0x00C4, 0x010A, 0x0108, 0x00C7, 0x00C8, 
0x00C9, 0x00CA, 0x00CB, 0x00CC, 0x00CD, 0x00CE, 0x00CF, -1, 0x00D1, 0x00D2, 
0x00D3, 0x00D4, 0x0120, 0x00D6, 0x00D7, 0x011C, 0x00D9, 0x00DA, 0x00DB, 0x00DC, 
0x016C, 0x015C, 0x00DF, 0x00E0, 0x00E1, 0x00E2, -1, 0x00E4, 0x010B, 0x0109, 
0x00E7, 0x00E8, 0x00E9, 0x00EA, 0x00EB, 0x00EC, 0x00ED, 0x00EE, 0x00EF, -1, 
0x00F1, 0x00F2, 0x00F3, 0x00F4, 0x0121, 0x00F6, 0x00F7, 0x011D, 0x00F9, 0x00FA, 
0x00FB, 0x00FC, 0x016D, 0x015D, 0x02D9,},
-+  { 0x0126, 0x02D8, 0x00A3, 0x00A4, 0xffff, 0x0124, 0x00A7, 0x00A8, 0x0130, 
0x015E, 0x011E, 0x0134, 0x00AD, 0xffff, 0x017B, 0x00B0, 0x0127, 0x00B2, 0x00B3, 
0x00B4, 0x00B5, 0x0125, 0x00B7, 0x00B8, 0x0131, 0x015F, 0x011F, 0x0135, 0x00BD, 
0xffff, 0x017C, 0x00C0, 0x00C1, 0x00C2, 0xffff, 0x00C4, 0x010A, 0x0108, 0x00C7, 
0x00C8, 0x00C9, 0x00CA, 0x00CB, 0x00CC, 0x00CD, 0x00CE, 0x00CF, 0xffff, 0x00D1, 
0x00D2, 0x00D3, 0x00D4, 0x0120, 0x00D6, 0x00D7, 0x011C, 0x00D9, 0x00DA, 0x00DB, 
0x00DC, 0x016C, 0x015C, 0x00DF, 0x00E0, 0x00E1, 0x00E2, 0xffff, 0x00E4, 0x010B, 
0x0109, 0x00E7, 0x00E8, 0x00E9, 0x00EA, 0x00EB, 0x00EC, 0x00ED, 0x00EE, 0x00EF, 
0xffff, 0x00F1, 0x00F2, 0x00F3, 0x00F4, 0x0121, 0x00F6, 0x00F7, 0x011D, 0x00F9, 
0x00FA, 0x00FB, 0x00FC, 0x016D, 0x015D, 0x02D9,},
-   // ISO-8859-4
-   { 0x0104, 0x0138, 0x0156, 0x00A4, 0x0128, 0x013B, 0x00A7, 0x00A8, 0x0160, 
0x0112, 0x0122, 0x0166, 0x00AD, 0x017D, 0x00AF, 0x00B0, 0x0105, 0x02DB, 0x0157, 
0x00B4, 0x0129, 0x013C, 0x02C7, 0x00B8, 0x0161, 0x0113, 0x0123, 0x0167, 0x014A, 
0x017E, 0x014B, 0x0100, 0x00C1, 0x00C2, 0x00C3, 0x00C4, 0x00C5, 0x00C6, 0x012E, 
0x010C, 0x00C9, 0x0118, 0x00CB, 0x0116, 0x00CD, 0x00CE, 0x012A, 0x0110, 0x0145, 
0x014C, 0x0136, 0x00D4, 0x00D5, 0x00D6, 0x00D7, 0x00D8, 0x0172, 0x00DA, 0x00DB, 
0x00DC, 0x0168, 0x016A, 0x00DF, 0x0101, 0x00E1, 0x00E2, 0x00E3, 0x00E4, 0x00E5, 
0x00E6, 0x012F, 0x010D, 0x00E9, 0x0119, 0x00EB, 0x0117, 0x00ED, 0x00EE, 0x012B, 
0x0111, 0x0146, 0x014D, 0x0137, 0x00F4, 0x00F5, 0x00F6, 0x00F7, 0x00F8, 0x0173, 
0x00FA, 0x00FB, 0x00FC, 0x0169, 0x016B, 0x02D9,},
-   // ISO-8859-5
-   { 0x0401, 0x0402, 0x0403, 0x0404, 0x0405, 0x0406, 0x0407, 0x0408, 0x0409, 
0x040A, 0x040B, 0x040C, 0x00AD, 0x040E, 0x040F, 0x0410, 0x0411, 0x0412, 0x0413, 
0x0414, 0x0415, 0x0416, 0x0417, 0x0418, 0x0419, 0x041A, 0x041B, 0x041C, 0x041D, 
0x041E, 0x041F, 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, 
0x0428, 0x0429, 0x042A, 0x042B, 0x042C, 0x042D, 0x042E, 0x042F, 0x0430, 0x0431, 
0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, 0x0438, 0x0439, 0x043A, 0x043B, 
0x043C, 0x043D, 0x043E, 0x043F, 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 
0x0446, 0x0447, 0x0448, 0x0449, 0x044A, 0x044B, 0x044C, 0x044D, 0x044E, 0x044F, 
0x2116, 0x0451, 0x0452, 0x0453, 0x0454, 0x0455, 0x0456, 0x0457, 0x0458, 0x0459, 
0x045A, 0x045B, 0x045C, 0x00A7, 0x045E, 0x045F,},
-   // ISO-8859-6
--  { -1, -1, -1, 0x00A4, -1, -1, -1, -1, -1, -1, -1, 0x060C, 0x00AD, -1, -1, 
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0x061B, -1, -1, -1, 0x061F, -1, 
0x0621, 0x0622, 0x0623, 0x0624, 0x0625, 0x0626, 0x0627, 0x0628, 0x0629, 0x062A, 
0x062B, 0x062C, 0x062D, 0x062E, 0x062F, 0x0630, 0x0631, 0x0632, 0x0633, 0x0634, 
0x0635, 0x0636, 0x0637, 0x0638, 0x0639, 0x063A, -1, -1, -1, -1, -1, 0x0640, 
0x0641, 0x0642, 0x0643, 0x0644, 0x0645, 0x0646, 0x0647, 0x0648, 0x0649, 0x064A, 
0x064B, 0x064C, 0x064D, 0x064E, 0x064F, 0x0650, 0x0651, 0x0652,},
-+  { 0xffff, 0xffff, 0xffff, 0x00A4, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 
0xffff, 0xffff, 0x060C, 0x00AD, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 
0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0x061B, 0xffff, 0xffff, 
0xffff, 0x061F, 0xffff, 0x0621, 0x0622, 0x0623, 0x0624, 0x0625, 0x0626, 0x0627, 
0x0628, 0x0629, 0x062A, 0x062B, 0x062C, 0x062D, 0x062E, 0x062F, 0x0630, 0x0631, 
0x0632, 0x0633, 0x0634, 0x0635, 0x0636, 0x0637, 0x0638, 0x0639, 0x063A, 0xffff, 
0xffff, 0xffff, 0xffff, 0xffff, 0x0640, 0x0641, 0x0642, 0x0643, 0x0644, 0x0645, 
0x0646, 0x0647, 0x0648, 0x0649, 0x064A, 0x064B, 0x064C, 0x064D, 0x064E, 0x064F, 
0x0650, 0x0651, 0x0652,},
-   // ISO-8859-7
--  { 0x2018, 0x2019, 0x00A3, 0x20AC, 0x20AF, 0x00A6, 0x00A7, 0x00A8, 0x00A9, 
0x037A, 0x00AB, 0x00AC, 0x00AD, -1, 0x2015, 0x00B0, 0x00B1, 0x00B2, 0x00B3, 
0x0384, 0x0385, 0x0386, 0x00B7, 0x0388, 0x0389, 0x038A, 0x00BB, 0x038C, 0x00BD, 
0x038E, 0x038F, 0x0390, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, 
0x0398, 0x0399, 0x039A, 0x039B, 0x039C, 0x039D, 0x039E, 0x039F, 0x03A0, 0x03A1, 
-1, 0x03A3, 0x03A4, 0x03A5, 0x03A6, 0x03A7, 0x03A8, 0x03A9, 0x03AA, 0x03AB, 
0x03AC, 0x03AD, 0x03AE, 0x03AF, 0x03B0, 0x03B1, 0x03B2, 0x03B3, 0x03B4, 0x03B5, 
0x03B6, 0x03B7, 0x03B8, 0x03B9, 0x03BA, 0x03BB, 0x03BC, 0x03BD, 0x03BE, 0x03BF, 
0x03C0, 0x03C1, 0x03C2, 0x03C3, 0x03C4, 0x03C5, 0x03C6, 0x03C7, 0x03C8, 0x03C9, 
0x03CA, 0x03CB, 0x03CC, 0x03CD, 0x03CE,},
-+  { 0x2018, 0x2019, 0x00A3, 0x20AC, 0x20AF, 0x00A6, 0x00A7, 0x00A8, 0x00A9, 
0x037A, 0x00AB, 0x00AC, 0x00AD, 0xffff, 0x2015, 0x00B0, 0x00B1, 0x00B2, 0x00B3, 
0x0384, 0x0385, 0x0386, 0x00B7, 0x0388, 0x0389, 0x038A, 0x00BB, 0x038C, 0x00BD, 
0x038E, 0x038F, 0x0390, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, 
0x0398, 0x0399, 0x039A, 0x039B, 0x039C, 0x039D, 0x039E, 0x039F, 0x03A0, 0x03A1, 
0xffff, 0x03A3, 0x03A4, 0x03A5, 0x03A6, 0x03A7, 0x03A8, 0x03A9, 0x03AA, 0x03AB, 
0x03AC, 0x03AD, 0x03AE, 0x03AF, 0x03B0, 0x03B1, 0x03B2, 0x03B3, 0x03B4, 0x03B5, 
0x03B6, 0x03B7, 0x03B8, 0x03B9, 0x03BA, 0x03BB, 0x03BC, 0x03BD, 0x03BE, 0x03BF, 
0x03C0, 0x03C1, 0x03C2, 0x03C3, 0x03C4, 0x03C5, 0x03C6, 0x03C7, 0x03C8, 0x03C9, 
0x03CA, 0x03CB, 0x03CC, 0x03CD, 0x03CE,},
-   // ISO-8859-8
--  { -1, 0x00A2, 0x00A3, 0x00A4, 0x00A5, 0x00A6, 0x00A7, 0x00A8, 0x00A9, 
0x00D7, 0x00AB, 0x00AC, 0x00AD, 0x00AE, 0x00AF, 0x00B0, 0x00B1, 0x00B2, 0x00B3, 
0x00B4, 0x00B5, 0x00B6, 0x00B7, 0x00B8, 0x00B9, 0x00F7, 0x00BB, 0x00BC, 0x00BD, 
0x00BE, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0x2017, 0x05D0, 0x05D1, 
0x05D2, 0x05D3, 0x05D4, 0x05D5, 0x05D6, 0x05D7, 0x05D8, 0x05D9, 0x05DA, 0x05DB, 
0x05DC, 0x05DD, 0x05DE, 0x05DF, 0x05E0, 0x05E1, 0x05E2, 0x05E3, 0x05E4, 0x05E5, 
0x05E6, 0x05E7, 0x05E8, 0x05E9, 0x05EA, -1, -1, 0x200E, 0x200F,},
-+  { 0xffff, 0x00A2, 0x00A3, 0x00A4, 0x00A5, 0x00A6, 0x00A7, 0x00A8, 0x00A9, 
0x00D7, 0x00AB, 0x00AC, 0x00AD, 0x00AE, 0x00AF, 0x00B0, 0x00B1, 0x00B2, 0x00B3, 
0x00B4, 0x00B5, 0x00B6, 0x00B7, 0x00B8, 0x00B9, 0x00F7, 0x00BB, 0x00BC, 0x00BD, 
0x00BE, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 
0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 
0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 
0xffff, 0xffff, 0xffff, 0x2017, 0x05D0, 0x05D1, 0x05D2, 0x05D3, 0x05D4, 0x05D5, 
0x05D6, 0x05D7, 0x05D8, 0x05D9, 0x05DA, 0x05DB, 0x05DC, 0x05DD, 0x05DE, 0x05DF, 
0x05E0, 0x05E1, 0x05E2, 0x05E3, 0x05E4, 0x05E5, 0x05E6, 0x05E7, 0x05E8, 0x05E9, 
0x05EA, 0xffff, 0xffff, 0x200E, 0x200F,},
-   // ISO-8859-9
-   { 0x00A1, 0x00A2, 0x00A3, 0x00A4, 0x00A5, 0x00A6, 0x00A7, 0x00A8, 0x00A9, 
0x00AA, 0x00AB, 0x00AC, 0x00AD, 0x00AE, 0x00AF, 0x00B0, 0x00B1, 0x00B2, 0x00B3, 
0x00B4, 0x00B5, 0x00B6, 0x00B7, 0x00B8, 0x00B9, 0x00BA, 0x00BB, 0x00BC, 0x00BD, 
0x00BE, 0x00BF, 0x00C0, 0x00C1, 0x00C2, 0x00C3, 0x00C4, 0x00C5, 0x00C6, 0x00C7, 
0x00C8, 0x00C9, 0x00CA, 0x00CB, 0x00CC, 0x00CD, 0x00CE, 0x00CF, 0x011E, 0x00D1, 
0x00D2, 0x00D3, 0x00D4, 0x00D5, 0x00D6, 0x00D7, 0x00D8, 0x00D9, 0x00DA, 0x00DB, 
0x00DC, 0x0130, 0x015E, 0x00DF, 0x00E0, 0x00E1, 0x00E2, 0x00E3, 0x00E4, 0x00E5, 
0x00E6, 0x00E7, 0x00E8, 0x00E9, 0x00EA, 0x00EB, 0x00EC, 0x00ED, 0x00EE, 0x00EF, 
0x011F, 0x00F1, 0x00F2, 0x00F3, 0x00F4, 0x00F5, 0x00F6, 0x00F7, 0x00F8, 0x00F9, 
0x00FA, 0x00FB, 0x00FC, 0x0131, 0x015F, 0x00FF,},
--  // ISO-8859-10
-+  // ISO-88590xffff0
-   { 0x0104, 0x0112, 0x0122, 0x012A, 0x0128, 0x0136, 0x00A7, 0x013B, 0x0110, 
0x0160, 0x0166, 0x017D, 0x00AD, 0x016A, 0x014A, 0x00B0, 0x0105, 0x0113, 0x0123, 
0x012B, 0x0129, 0x0137, 0x00B7, 0x013C, 0x0111, 0x0161, 0x0167, 0x017E, 0x2015, 
0x016B, 0x014B, 0x0100, 0x00C1, 0x00C2, 0x00C3, 0x00C4, 0x00C5, 0x00C6, 0x012E, 
0x010C, 0x00C9, 0x0118, 0x00CB, 0x0116, 0x00CD, 0x00CE, 0x00CF, 0x00D0, 0x0145, 
0x014C, 0x00D3, 0x00D4, 0x00D5, 0x00D6, 0x0168, 0x00D8, 0x0172, 0x00DA, 0x00DB, 
0x00DC, 0x00DD, 0x00DE, 0x00DF, 0x0101, 0x00E1, 0x00E2, 0x00E3, 0x00E4, 0x00E5, 
0x00E6, 0x012F, 0x010D, 0x00E9, 0x0119, 0x00EB, 0x0117, 0x00ED, 0x00EE, 0x00EF, 
0x00F0, 0x0146, 0x014D, 0x00F3, 0x00F4, 0x00F5, 0x00F6, 0x0169, 0x00F8, 0x0173, 
0x00FA, 0x00FB, 0x00FC, 0x00FD, 0x00FE, 0x0138,},
--  // ISO-8859-11
--  { 0x0E01, 0x0E02, 0x0E03, 0x0E04, 0x0E05, 0x0E06, 0x0E07, 0x0E08, 0x0E09, 
0x0E0A, 0x0E0B, 0x0E0C, 0x0E0D, 0x0E0E, 0x0E0F, 0x0E10, 0x0E11, 0x0E12, 0x0E13, 
0x0E14, 0x0E15, 0x0E16, 0x0E17, 0x0E18, 0x0E19, 0x0E1A, 0x0E1B, 0x0E1C, 0x0E1D, 
0x0E1E, 0x0E1F, 0x0E20, 0x0E21, 0x0E22, 0x0E23, 0x0E24, 0x0E25, 0x0E26, 0x0E27, 
0x0E28, 0x0E29, 0x0E2A, 0x0E2B, 0x0E2C, 0x0E2D, 0x0E2E, 0x0E2F, 0x0E30, 0x0E31, 
0x0E32, 0x0E33, 0x0E34, 0x0E35, 0x0E36, 0x0E37, 0x0E38, 0x0E39, 0x0E3A, -1, -1, 
-1, -1, 0x0E3F, 0x0E40, 0x0E41, 0x0E42, 0x0E43, 0x0E44, 0x0E45, 0x0E46, 0x0E47, 
0x0E48, 0x0E49, 0x0E4A, 0x0E4B, 0x0E4C, 0x0E4D, 0x0E4E, 0x0E4F, 0x0E50, 0x0E51, 
0x0E52, 0x0E53, 0x0E54, 0x0E55, 0x0E56, 0x0E57, 0x0E58, 0x0E59, 0x0E5A, 
0x0E5B,},
--  // ISO-8859-12 does not exist
-+  // ISO-88590xffff1
-+  { 0x0E01, 0x0E02, 0x0E03, 0x0E04, 0x0E05, 0x0E06, 0x0E07, 0x0E08, 0x0E09, 
0x0E0A, 0x0E0B, 0x0E0C, 0x0E0D, 0x0E0E, 0x0E0F, 0x0E10, 0x0E11, 0x0E12, 0x0E13, 
0x0E14, 0x0E15, 0x0E16, 0x0E17, 0x0E18, 0x0E19, 0x0E1A, 0x0E1B, 0x0E1C, 0x0E1D, 
0x0E1E, 0x0E1F, 0x0E20, 0x0E21, 0x0E22, 0x0E23, 0x0E24, 0x0E25, 0x0E26, 0x0E27, 
0x0E28, 0x0E29, 0x0E2A, 0x0E2B, 0x0E2C, 0x0E2D, 0x0E2E, 0x0E2F, 0x0E30, 0x0E31, 
0x0E32, 0x0E33, 0x0E34, 0x0E35, 0x0E36, 0x0E37, 0x0E38, 0x0E39, 0x0E3A, 0xffff, 
0xffff, 0xffff, 0xffff, 0x0E3F, 0x0E40, 0x0E41, 0x0E42, 0x0E43, 0x0E44, 0x0E45, 
0x0E46, 0x0E47, 0x0E48, 0x0E49, 0x0E4A, 0x0E4B, 0x0E4C, 0x0E4D, 0x0E4E, 0x0E4F, 
0x0E50, 0x0E51, 0x0E52, 0x0E53, 0x0E54, 0x0E55, 0x0E56, 0x0E57, 0x0E58, 0x0E59, 
0x0E5A, 0x0E5B,},
-+  // ISO-88590xffff2 does not exist
-   {},
---- a/libpbe/include/charset/char_t.hh
-+++ b/libpbe/include/charset/char_t.hh
-@@ -64,7 +64,7 @@
- 
- typedef char_t<8>::type  char8_t;
- 
--#define HAVE_BUILTIN_CHAR_T __cplusplus >= 201100L
-+#define HAVE_BUILTIN_CHAR_T (__cplusplus >= 201100L)
- #if ! HAVE_BUILTIN_CHAR_T
- 
- typedef char_t<16>::type char16_t;

diff --git a/www-apache/anyterm/files/anyterm.conf.d 
b/www-apache/anyterm/files/anyterm.conf.d
deleted file mode 100644
index d4aa00bf987b..000000000000
--- a/www-apache/anyterm/files/anyterm.conf.d
+++ /dev/null
@@ -1,7 +0,0 @@
-# run anytermd as this user
-USER='nobody'
-# run anyterm on this port
-PORT='7676'
-
-# Other options you wish to pass to anyterm
-ANYTERM_OPTIONS="--local-only"

diff --git a/www-apache/anyterm/files/anyterm.init.d 
b/www-apache/anyterm/files/anyterm.init.d
deleted file mode 100644
index f48fff7783e0..000000000000
--- a/www-apache/anyterm/files/anyterm.init.d
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-depend() {
-       need net
-}
-
-start() {
-       ebegin "Starting ${SVCNAME}"
-       start-stop-daemon --start --exec /usr/sbin/anytermd -- \
-               --user "${USER}" --port ${PORT} ${ANYTERM_OPTIONS}
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping ${SVCNAME}"
-       start-stop-daemon --stop --exec /usr/sbin/anytermd
-       eend $?
-}

diff --git a/www-apache/anyterm/metadata.xml b/www-apache/anyterm/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/www-apache/anyterm/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-</pkgmetadata>

Reply via email to