diff options
23 files changed, 5 insertions, 1101 deletions
diff --git a/app-crypt/scsign/ChangeLog b/app-crypt/scsign/ChangeLog deleted file mode 100644 index ab382efe5032..000000000000 --- a/app-crypt/scsign/ChangeLog +++ /dev/null @@ -1,46 +0,0 @@ -# ChangeLog for app-crypt/scsign -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/scsign/ChangeLog,v 1.11 2011/07/20 13:46:46 pacho Exp $ - - 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: - Drop maintainer due retirement, bug #34534 - - 26 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> ChangeLog: - Fix depend/rdepend and make it build with --as-needed. - - 11 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> - -files/scsign-0.0.4-printid.patch, -scsign-0.0.4.ebuild: - Cleanup - - 11 Nov 2007; Dawid Węgliński <cla@gentoo.org> scsign-0.0.5.ebuild: - Stable on x86 (bug #198675) - - 10 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> scsign-0.0.5.ebuild: - Cleanups - - 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: - Transition to Manifest2. - - 02 Dec 2006; Steve Dibb <beandog@gentoo.org> scsign-0.0.4.ebuild, - scsign-0.0.5.ebuild: - Add ~amd64, bug 122606 - - 29 Jul 2005; Daniel Black <dragonheart@gentoo.org> scsign-0.0.4.ebuild, - scsign-0.0.5.ebuild: - removed die from epatch || die - - 08 Jul 2005; David Holm <dholm@gentoo.org> scsign-0.0.5.ebuild: - Added to ~ppc. - -*scsign-0.0.5 (12 Jan 2005) - - 12 Jan 2005; Daniel Black <dragonheart@gentoo.org> - +files/scsign-0.0.5-printid.patch, +scsign-0.0.5.ebuild: - version bump - -*scsign-0.0.4 (02 Jan 2005) - - 02 Jan 2005; Daniel Black <dragonheart@gentoo.org> +metadata.xml, - +scsign-0.0.4.ebuild, +files/scsign-0.0.4-printid.patch: - Initial ebuild in bug #65418 by Emilio Pavia <emix@solira.org> - diff --git a/app-crypt/scsign/Manifest b/app-crypt/scsign/Manifest deleted file mode 100644 index 4222084c8640..000000000000 --- a/app-crypt/scsign/Manifest +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX scsign-0.0.5-printid.patch 570 RMD160 a852f99b851e18d0bf4b2fb19aa08418d6fa6a39 SHA1 0f77172d55d7a7615b4bc159ee3a617571b8c01b SHA256 cda8458c2f031b5022c7a24a9c2cd40e5d9ee4634ed68c4af2bf88969e620e82 -DIST scsign-0.0.5.tar.gz 13132 RMD160 e45c616801517a0252a37c8fe1b19c5f69664432 SHA1 da11ecc62ce8b68f1d5b66b984ae9076f55d4272 SHA256 4a16ea408ea109d785bb96597b933a2e031dae9b7c81bd249cda933e54b0a0f5 -EBUILD scsign-0.0.5.ebuild 878 RMD160 0c1f47102bab9a7438280714c01da56b8a824ead SHA1 9ca3782f4facf44fa8e004887b36d7aa208a018d SHA256 c4e010d951be03927270c1340ca4a0c6d4ebee8475e684ca950729c4666dcbed -MISC ChangeLog 1540 RMD160 9bc41d9beecaee01b80b7c75fd754668b32da7a3 SHA1 1bda4c27927a84c13c2b4b6d4015bd6b5e09ec62 SHA256 e10a45440a98ac6fd770339b8ce1f53893088aaece3c6ae1821cc8fe1c29a0cb -MISC metadata.xml 276 RMD160 4b8ccb82abe4feb07a099cd84e39fcdaa9a84a51 SHA1 86d215753aca9c427c2db5c05ce5160065b64d57 SHA256 007fb2d701ba658920bceba5b66c7335eb866df7a68c030a03f43dfc4db8d286 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEARECAAYFAk4m3EsACgkQCaWpQKGI+9S5rwCfTCuqJU4Xo/Wx1hBaDyepUSzG -wncAn3QZ1B8IJ2L9Pbn/faFLhe/4R5o4 -=GQxp ------END PGP SIGNATURE----- diff --git a/app-crypt/scsign/files/scsign-0.0.5-printid.patch b/app-crypt/scsign/files/scsign-0.0.5-printid.patch deleted file mode 100644 index 2ab632e8fd3f..000000000000 --- a/app-crypt/scsign/files/scsign-0.0.5-printid.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- libscsign.c.orig 2005-01-06 01:53:16.000000000 +0930 -+++ libscsign.c 2005-01-12 17:31:58.134696696 +0930 -@@ -537,9 +537,11 @@ - unsigned int ii; - struct sc_pkcs15_cert_info *cert = (struct sc_pkcs15_cert_info *) objs[i]->data; - -- printf("ID: %s - ", sc_pkcs15_print_id(&cert->id)); -+ printf("ID: "); - -- printf("%s - Path: ", objs[i]->label); -+ sc_pkcs15_print_id(&cert->id); -+ -+ printf(" - %s - Path: ", objs[i]->label); - - for (ii = 0; ii < cert->path.len; ii++) - printf("%02X", cert->path.value[ii]); diff --git a/app-crypt/scsign/metadata.xml b/app-crypt/scsign/metadata.xml deleted file mode 100644 index f126f93b19ef..000000000000 --- a/app-crypt/scsign/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>crypto</herd> -<longdescription>Scsign is a small command-line utility to digitally sign a file -using smartcards.</longdescription> -</pkgmetadata> diff --git a/app-crypt/scsign/scsign-0.0.5.ebuild b/app-crypt/scsign/scsign-0.0.5.ebuild deleted file mode 100644 index ff166632220d..000000000000 --- a/app-crypt/scsign/scsign-0.0.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/scsign/scsign-0.0.5.ebuild,v 1.7 2008/11/26 02:50:14 flameeyes Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="Scsign - a command-line utility to digitally sign a file" -HOMEPAGE="http://opensignature.sourceforge.net/" -SRC_URI="mirror://sourceforge/opensignature/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" -S="${WORKDIR}" - -DEPEND=">=dev-libs/opensc-0.8.1 - dev-libs/openssl - sys-apps/pcsc-lite" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-printid.patch" -} - -src_compile() { - $(tc-getCC) -pthread ${CFLAGS} ${LDFLAGS} main.c libscsign.c -o scsign -lcrypto -lpcsclite -lopensc || die "build failed" -} - -src_install() { - dobin scsign || die "dobin failed" -} diff --git a/net-misc/gateway6/ChangeLog b/net-misc/gateway6/ChangeLog deleted file mode 100644 index 251881745387..000000000000 --- a/net-misc/gateway6/ChangeLog +++ /dev/null @@ -1,205 +0,0 @@ -# ChangeLog for net-misc/gateway6 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gateway6/ChangeLog,v 1.8 2010/10/25 11:04:07 voyageur Exp $ - - 25 Oct 2010; Bernard Cafarelli <voyageur@gentoo.org> -gateway6-5.1.ebuild, - -files/gateway6-5.1-gcc43.patch, -files/gw6c.rc: - Drop old version - - 24 Oct 2010; Raúl Porcel <armin76@gentoo.org> gateway6-6.0-r2.ebuild: - sparc stable wrt #340587 - - 15 Oct 2010; Jeroen Roovers <jer@gentoo.org> gateway6-6.0-r2.ebuild: - Stable for HPPA (bug #340587). - - 13 Oct 2010; Markos Chandras <hwoarang@gentoo.org> gateway6-6.0-r2.ebuild: - Stable on amd64 wrt bug #340587 - - 12 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> - gateway6-6.0-r2.ebuild: - x86 stable wrt bug #340587 - -*gateway6-6.0-r2 (11 Oct 2010) - - 11 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> - +gateway6-6.0-r2.ebuild, +files/gateway6-6.0-overflow.patch, - +files/gw6c.rc2, -gateway6-6.0-r1.ebuild, metadata.xml: - Revision bump: fix overflow on 64-bit systems; update init script to note - use --quiet and stop correctly; respect LDFLAGS (bug #334815); add debug - USE flag. - -*gateway6-6.0-r1 (04 Jun 2009) - - 04 Jun 2009; Bernard Cafarelli <voyageur@gentoo.org> files/gw6c.rc, - -gateway6-6.0.ebuild, +gateway6-6.0-r1.ebuild: - Change root directory as daemon writes files in it, bug #267134. Also - revbump 6.0 to pick this change - -*gateway6-6.0 (03 Jun 2009) -*gateway6-5.1 (03 Jun 2009) - - 03 Jun 2009; Bernard Cafarelli <voyageur@gentoo.org> - +files/gateway6-5.1-gcc43.patch, +files/gw6c.rc, +gateway6-5.1.ebuild, - +gateway6-6.0.ebuild, - +files/gateway6-6.0_beta4-no-template-validation.patch, +files/gw6c.conf, - +metadata.xml: - Package move from freenet6 to gateway6, bug #267107 - - 03 Jun 2009; Bernard Cafarelli <voyageur@gentoo.org> -freenet6-5.0.ebuild, - -freenet6-6.0_beta4.ebuild: - Remove old 5.0 and beta 6.0 - - 07 Apr 2009; Bernard Cafarelli <voyageur@gentoo.org> freenet6-6.0.ebuild: - Commit the correct ebuild this time, fixes bug #265115 - -*freenet6-6.0 (06 Apr 2009) - - 06 Apr 2009; Bernard Cafarelli <voyageur@gentoo.org> +freenet6-6.0.ebuild: - Version bump, thanks to Dmitry S. Kulyabov <yamadharma@gmail.com> in bug - #264350 - - 30 Dec 2008; Bernard Cafarelli <voyageur@gentoo.org> files/gw6c.rc: - Stopping the tunnel needs SIGHUP, thanks Christian Limberg - <barneyman@gmx.de> in bug #252186 - - 14 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> freenet6-5.1.ebuild: - Stable on sparc, bug #245871 - -*freenet6-6.0_beta4 (28 Nov 2008) - - 28 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org> - -files/freenet6-4.2.2-noretry.patch, - +files/freenet6-6.0_beta4-no-template-validation.patch, files/gw6c.conf, - +freenet6-6.0_beta4.ebuild: - Bump to 6.0 beta (connection stability fixes), ebuild cleanup thanks to - Flameeyes and Alexandre Hamelin <alexandre.hamelin@gmail.com>. Closes bugs - #241064 and #246577 - - 22 Nov 2008; Jeroen Roovers <jer@gentoo.org> freenet6-5.1.ebuild: - Stable for HPPA (bug #245871). - - 08 Nov 2008; Markus Meier <maekke@gentoo.org> freenet6-5.1.ebuild: - amd64/x86 stable, bug #245871 - - 16 Jun 2008; Bernard Cafarelli <voyageur@gentoo.org> - +files/freenet6-5.1-gcc43.patch, -freenet6-4.2.2.ebuild, - freenet6-5.1.ebuild: - gcc 4.3 compilation fix, thanks to Marek Miller <mlm@shells.pl> - Fixes bug #226663. Also remove last 4.2 version - - 15 Jun 2008; Zac Medico <zmedico@gentoo.org> freenet6-4.2.2.ebuild, - freenet6-5.0.ebuild, freenet6-5.1.ebuild: - Bug #226505 - For compatibility with phase execution order in - >=portage-2.1.5, call has_version inside pkg_preinst instead of - pkg_postinst. - - 29 Apr 2008; Raúl Porcel <armin76@gentoo.org> freenet6-5.0.ebuild: - sparc stable wrt #211360 - - 27 Apr 2008; Markus Meier <maekke@gentoo.org> freenet6-5.0.ebuild: - amd64 stable, bug #211360 - - 29 Feb 2008; <cla@gentoo.org> freenet6-5.0.ebuild: - Stable on x86 (bug #211360) - - 27 Feb 2008; Jeroen Roovers <jer@gentoo.org> freenet6-5.0.ebuild: - Stable for HPPA (bug #211360). - - 27 Feb 2008; Bernard Cafarelli <voyageur@gentoo.org> files/gw6c.rc: - Add tun module detection/load to init script, patch provided by jakub - - 27 Feb 2008; Bernard Cafarelli <voyageur@gentoo.org> freenet6-5.1.ebuild: - Honor C[XX]FLAGS+LDFLAGS, many thanks to jakub in bug #211581 - -*freenet6-5.1 (26 Feb 2008) - - 26 Feb 2008; Bernard Cafarelli <voyageur@gentoo.org> files/gw6c.rc, - freenet6-5.0.ebuild, +freenet6-5.1.ebuild: - Make initscript depend on bootmisc, as the daemon writes in /tmp. - Thanks jakub in bug #211358 - Also version bump to 5.1, and fix quoting - - 16 Jun 2007; Christoph Mende <angelos@gentoo.org> freenet6-4.2.2.ebuild: - Stable on amd64 wrt bug 180450 - - 03 Jun 2007; Bernard Cafarelli <voyageur@gentoo.org> -files/gentoo.sh, - -files/tspc.conf, -files/tspc.rc, -freenet6-1.0.0.ebuild: - Remove old version - - 02 Jun 2007; Markus Ullmann <jokey@gentoo.org> freenet6-4.2.2.ebuild: - Stable on x86 wrt bug #180450 - -*freenet6-5.0 (31 May 2007) - - 31 May 2007; Bernard Cafarelli <voyageur@gentoo.org> +freenet6-5.0.ebuild: - Version bump - - 30 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> freenet6-4.2.2.ebuild: - Stable on sparc - - 12 May 2007; Bernard Cafarelli <voyageur@gentoo.org> metadata.xml: - Added no-herd to metadata.xml - - 11 May 2007; Jeroen Roovers <jer@gentoo.org> freenet6-4.2.2.ebuild: - Marked ~hppa (bug #174840). - - 28 Apr 2007; Sven Wegener <swegener@gentoo.org> freenet6-1.0.0.ebuild, - freenet6-4.2.2.ebuild: - Fix *initd, *confd and *envd calls (#17388, #174266) - - 18 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> freenet6-4.2.2.ebuild: - Keyworded ~sparc wrt #174840 - -*freenet6-4.2.2 (16 Apr 2007) - - 16 Apr 2007; Bernard Cafarelli <voyageur@gentoo.org> +files/gw6c.conf, - +files/freenet6-4.2.2-noretry.patch, +files/gw6c.rc, - +freenet6-4.2.2.ebuild: - Version bump, fixes bugs #32779, #63710, #102947 and #166210 - - 15 Apr 2007; Bernard Cafarelli <voyageur@gentoo.org> - -files/freenet6-0.9.2.diff, metadata.xml, -freenet6-0.9.7.ebuild: - Remove old version. Also fixes bug #169209 - - 28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> files/gentoo.sh: - Added a patch from Steve Egbert <s.egbert@sbcglobal.net> to fix bug #118942. - - 28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> freenet6-1.0.0.ebuild: - Add tspc to the DESCRIPTION so it shows up in searches. Closing bug #94283. - - 09 May 2006; Diego Pettenò <flameeyes@gentoo.org> freenet6-1.0.0.ebuild: - Add changes to build on Gentoo/*BSD (from Kiko, bug #132553) and respect - CC/CFLAGS/LDFLAGS. - - 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> freenet6-1.0.0.ebuild: - Stable on ppc. - - 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : - Change encoding to UTF-8 for GLEP 31 compliance - - 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> freenet6-0.9.7.ebuild: - hooray for epatch! - - 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> freenet6-1.0.0.ebuild: - Stable on alpha. - -*freenet6-1.0.0 (7 Dec 2003) - - 07 Dec 2003; Guy Martin <gmsoft@gentoo.org> files/tspc.rc, - files/tspc.conf, freenet6-1.0.0.ebuild : - Updated version. Marking stable on x86 because old version - does not connect anymore. Other arches are still unstable. - - 11 Jun 2003; Peter Johanson <latexer@gentoo.org> files/tspc.rc: - missing #!/sbin/runscript - - 10 Jun 2003; Peter Johanson <latexer@gentoo.org> freenet6-0.9.7.ebuild, - files/gentoo.sh: - Added a gentoo.sh script which matches gentoo's placement of things. bug #21865 - -*freenet6-0.9.7 (28 May 2003) - - 28 May 2003; Peter Johanson <latexer@gentoo.org> freenet6-0.9.7.ebuild, - files/freenet6-0.9.2.diff, files/tspc.conf, files/tspc.rc: - Initial import. bug#9020 - diff --git a/net-misc/gateway6/Manifest b/net-misc/gateway6/Manifest deleted file mode 100644 index b1f2e92e709a..000000000000 --- a/net-misc/gateway6/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -AUX gateway6-6.0-overflow.patch 1049 RMD160 7cfca4051c3b59588a2eb78710241278dd3531c2 SHA1 eb6fb622ff53dcc38a4fdab91c59fefd4eefbc65 SHA256 e4f980ef84ed159d42fe6ed2fbde0e89b3814326998cc2485b0df13a000072ff -AUX gateway6-6.0_beta4-no-template-validation.patch 640 RMD160 446e433d29b83e6fed4c49aeac27bd207e67d800 SHA1 84a948ccfc36691c88c076154f50f0585b5d6d3b SHA256 583994c408fa82469984d41490023f0f92fc55b5c0bd497b7ac9aa57088399f1 -AUX gw6c.conf 10265 RMD160 6a5572c0161467fba06a93a99e1ccc66889e6ecf SHA1 e183c82580409334166a846368edab31490e9169 SHA256 0134ed9ce6b42fefb67b29fb83001f5fe4e5f1abec3272cdfa4b39fed6a5a4b5 -AUX gw6c.rc2 853 RMD160 fff1320e81bcc3c78460e77f1ab55baaa13528ea SHA1 9ff7015f0af2bc834a52a2f99e39c3cb4ecddf8d SHA256 57294cc393c5dba0b11cd170301935fb9e1d0b8dd45009c9b90b9c83b5c9e981 -DIST gw6c-6_0.tar.gz 1515761 RMD160 48e024a1b8358cbdf0c8232dc619f912fff48ebc SHA1 f917600a39f0f8203b22778e6e9a4ccb0ec788c5 SHA256 085b026056d933255c1dcbeee94d6f0030e04eda57d87362d420b78cb8c7dd32 -EBUILD gateway6-6.0-r2.ebuild 2147 RMD160 2df6fd1ac257857d6a0762ab910e21b199d1be28 SHA1 7a0ce5945ac5f1036184fd9df2cd33eb3ef9a4cb SHA256 fc264233d2a3865f13874d6e3fddfa8d1bd4226b7e2700110b3aa0913400c27e -MISC ChangeLog 7658 RMD160 990cd7442128f8dcb3bf8ef6056da18981ace26c SHA1 8cbf8e0258e59a6b6364d5705cc6c14510d5491d SHA256 4fc63ff6d3e5971fcd19f7e323db9ff7cac7b4e0a34dc38b691b073f3165d900 -MISC metadata.xml 767 RMD160 2b2b57cd250f0903a78442bae38d04a229270dcc SHA1 e2a071d9181185b23a868c16314cfa1b2ba888be SHA256 7cbdf24b6d03e8a753f1633e09db5861a1789f9584a36c56c52c037cdb727152 diff --git a/net-misc/gateway6/files/gateway6-6.0-overflow.patch b/net-misc/gateway6/files/gateway6-6.0-overflow.patch deleted file mode 100644 index 5fa99f6995ad..000000000000 --- a/net-misc/gateway6/files/gateway6-6.0-overflow.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: gw6c-6_0-RELEASE/gw6c-config/src/gw6cvalidation.cc -=================================================================== ---- gw6c-6_0-RELEASE.orig/gw6c-config/src/gw6cvalidation.cc -+++ gw6c-6_0-RELEASE/gw6c-config/src/gw6cvalidation.cc -@@ -516,7 +516,7 @@ bool Validate_ClientV4( const string& sC - if( sClientV4 != STR_AUTO ) - { - struct in_addr address; -- unsigned long net; -+ in_addr_t net; - - net = inet_addr( sClientV4.c_str() ); - memcpy(&address, &net, sizeof(net)); -Index: gw6c-6_0-RELEASE/gw6c-config/src/hap6devicemappingconfig.cc -=================================================================== ---- gw6c-6_0-RELEASE.orig/gw6c-config/src/hap6devicemappingconfig.cc -+++ gw6c-6_0-RELEASE/gw6c-config/src/hap6devicemappingconfig.cc -@@ -269,7 +269,7 @@ bool HAP6DeviceMappingConfig::ValidateIP - // Check if IPv4 or IPv6 address - struct in6_addr addressv6; - struct in_addr addressv4; -- unsigned long net; -+ in_addr_t net; - - net = inet_addr( aIPAddress.c_str() ); - memcpy(&addressv4, &net, sizeof(net)); diff --git a/net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch b/net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch deleted file mode 100644 index 595ea8189ca7..000000000000 --- a/net-misc/gateway6/files/gateway6-6.0_beta4-no-template-validation.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gw6c-6_0-BETA4/gw6c-config/src/gw6cconfig.cc.orig 2008-02-04 11:48:09.000000000 -0500 -+++ gw6c-6_0-BETA4/gw6c-config/src/gw6cconfig.cc 2008-11-12 23:52:57.000000000 -0500 -@@ -410,7 +410,7 @@ - VALIDATE_LOGERRMSG( IfTunV4V6, CFG_STR_IFTUNV4V6 ); - VALIDATE_LOGERRMSG( ClientV4, CFG_STR_CLIENTV4 ); - VALIDATE_LOGERRMSG( ClientV6, CFG_STR_CLIENTV6 ); -- VALIDATE_LOGERRMSG( Template, CFG_STR_TEMPLATE ); -+//VALIDATE_LOGERRMSG( Template, CFG_STR_TEMPLATE ); - VALIDATE_LOGERRMSG( ProxyClient, CFG_STR_PROXYCLIENT ); - VALIDATE_LOGERRMSG( BrokerLstFile, CFG_STR_BROKERLIST ); - VALIDATE_LOGERRMSG( LastServFile, CFG_STR_LASTSERVER ); diff --git a/net-misc/gateway6/files/gw6c.conf b/net-misc/gateway6/files/gw6c.conf deleted file mode 100644 index 02ddf619df6a..000000000000 --- a/net-misc/gateway6/files/gw6c.conf +++ /dev/null @@ -1,348 +0,0 @@ -#----------------------------------------------------------------------------- -# $Id: gw6c.conf,v 1.1 2009/06/03 15:06:34 voyageur Exp $ -#----------------------------------------------------------------------------- - -########################## READ ME! ################################ -# -# Welcome to the Gateway6 Client configuration file. -# In order to use the client, you need to modify the 'userid', 'passwd' and -# 'server' parameters below depending on which of these situations applies: -# -# 1. If you created a Freenet6 account, enter your userid and password below. -# Change the server name to "broker.freenet6.net" and auth_method to 'any'. -# 2. If you would like to use Freenet6 without creating an account, -# do not make any modifications and close this file. -# 3. If this software was provided by your ISP, enter the userid, password and -# server name provided by your ISP below. -# - - -########################## BASIC CONFIGURATION ################################ - -# -# User Identification and Password: -# Specify your user name and password as provided by your ISP or Freenet6. -# If you plan to connect anonymously, leave these values empty. -# NOTE: Change auth_method option if you are using a username/password. -# -# userid=<your_userid> -# passwd=<your_password> -# -userid=anonymous -passwd= - -# -# Gateway6 Server: -# Specify a Gateway6 server name or IP address (provided by your ISP or -# Freenet6). An optional port number can be added; the default port number -# is 3653. -# -# Examples: -# server=hostname # FQDN -# server=A.B.C.D # IPv4 address -# server=[X:X::X:X] # IPv6 address -# server=hostname:port_number -# server=A.B.C.D:port_number -# server=[X:X::X:X]:port_number -# -# Freenet6 account holders should enter broker.freenet6.net, otherwise use -# anon.freenet6.net. Your ISP may provide you with a different server name. -# -server=anon.freenet6.net -#server=broker.freenet6.net - -# -# Authentication Method: -# -# auth_method=<{anonymous}|{any|passdss-3des-1|digest-md5|plain}> -# -# anonymous: Sends no username or password -# -# any: The most secure method will be used. -# passdss-3des-1: The password is sent encrypted. -# digest-md5: The password is sent encrypted. -# plain: Both username and password are sent as plain text. -# -# Recommended values: -# - any: If you are authenticating a username / password. -# - anonymous: If you are connecting anonymously. -# -auth_method=anonymous -#auth_method=any - - -########################## ROUTING CONFIGURATION ############################## -# Use these parameters when you wish the client to act as a router and provide -# IPv6 connectivity to IPv6-capable devices on your network. - -# -# Local Host Type: -# Change this value to 'router' to enable IPv6 advertisements. -# -# host_type=<host|router> -# -host_type=host - -# -# Prefix Length: -# Length of the requested prefix. Valid values range between 0 and 64 when -# using V6*V4 tunnel modes, and between 0 and 32 when using V4V6 tunnel mode. -# -# prefixlen=<integer> -# -prefixlen=64 - -# -# Advertisement Interface Prefix: -# Name of the interface that will be configured to send router advertisements. -# This is an interface index on Windows (ex: 4) and a name on Linux -# and BSD (ex: eth1 or fxp1). -# -# if_prefix=<interface name> -# -if_prefix= - -# -# DNS Server: -# A DNS server list to which the reverse prefix will be delegated. Servers -# are separated by the colon(:) delimiter. -# -# Example: dns_server=ns1.domain:ns2.domain:ns3.domain -# -dns_server= - - -######################### ADVANCED CONFIGURATION ############################## - -# -# Gateway6 Client Installation Directory: -# Directory where the Gateway6 Client will be installed. This value has been -# set during installation. -# -gw6_dir=/etc/gateway6 - -# -# Auto-Retry Connect, Retry Delay and Max Retry Delay: -# When auto_retry_connect=yes, the Gateway6 Client will attempt to reconnect -# after a disconnection occurred. The time to wait is 'retry_delay' and that -# delay is doubled at every 3 failed consecutive reconnection attempt. -# However, the wait delay will never exceed retry_delay_max. -# -# -# auto_retry_connect=<yes|no> -# retry_delay=<integer: 0..3600> -# retry_delay_max=<integer: 0..3600> -# -# Recommended values: "yes", 30, 300 -# -auto_retry_connect=yes -retry_delay=30 -retry_delay_max=300 - -# -# Keepalive Feature and Message Interval: -# Indicates if and how often the client will send data to keep the tunnel -# active. -# -# keepalive=<yes|no> -# keepalive_interval=<integer> -# -# Recommended values: "yes" and 30 -# -keepalive=yes -keepalive_interval=30 - -# -# Tunnel Encapsulation Mode: -# v6v4: IPv6-in-IPv4 tunnel. -# v6udpv4: IPv6-in-UDP-in-IPv4 tunnel (for clients behind a NAT). -# v6anyv4: Lets the broker choose the best mode for IPv6 tunnel. -# v4v6: IPv4-in-IPv6 tunnel. -# -# Recommended value: v6anyv4 -# -tunnel_mode=v6anyv4 - -# -# Tunnel Interface Name: -# The interface name assigned to the tunnel. This value is O/S dependent. -# -# if_tunnel_v6v4 is the tunnel interface name for v6v4 encapsulation mode -# if_tunnel_v6udpv4 is the tunnel interface name for v6udpv4 encapsulate mode -# if_tunnel_v4v6 is the tunnel interface name for v4v6 encapsulation mode -# -# Default values are set during installation. -# -if_tunnel_v6v4=sit1 -if_tunnel_v6udpv4=tun -if_tunnel_v4v6=sit0 - -# -# Local IP Address of the Client: -# Allows you to set a specific address as the local tunnel endpoint. -# -# client_v4=<auto|A.B.C.D (valid ipv4 address)> -# client_v6=<auto|X:X::X:X (valid ipv6 address)> -# auto: The Gateway6 Client will find the local IP address endpoint. -# -# Recommended value: auto -# -client_v4=auto -client_v6=auto - -# -# Script Name: -# File name of the script to run to install the tunnel interface. The -# scripts are located in the template directory under the client -# installation directory. -# -# template=<checktunnel|freebsd|netbsd|openbsd|linux|windows|darwin|cisco|solaris> -# -# Default value is set during installation. -# -template=linux - -# -# Proxy client: -# Indicates that this client will request a tunnel for another endpoint, -# such as a Cisco router. -# -# proxy_client=<yes|no> -# -# NOTE: NAT traversal is not possible in proxy mode. -# -proxy_client=no - - -############################ BROKER REDIRECTION ############################### - -# -# Broker List File Name: -# The 'broker_list' directive specifies the filename where the broker -# list received during broker redirection will be saved. -# -# broker_list=<file_name> -# -broker_list=/var/lib/gateway6/tsp-broker-list.txt - -# -# Last Server Used File Name: -# The 'last_server' directive specifies the filename where the address of -# the last broker to which a connection was successfully established will -# be saved. -# -# last_server=<file_name> -# -last_server=/var/lib/gateway6/tsp-last-server.txt - -# -# Always Use Last Known Working Server: -# The value of the 'always_use_same_server' directive determines whether the -# client should always try to connect to the broker found in the -# 'last_server' directive filename. -# -# always_use_same_server=<yes|no> -# -always_use_same_server=no - - -#################################### LOGGING ################################## - -# -# Log Verbosity Configuration: -# The format is 'log_<destination>=level', where possible values for -# 'destination' are: -# -# - console (logging to the console [AKA stdout]) -# - stderr (logging to standard error) -# - file (logging to a file) -# - syslog (logging to syslog [Unix only]) -# -# and 'level' is a digit between 0 and 3. A 'level' value of 0 disables -# logging to the destination, while values 1 to 3 request increasing levels -# of log verbosity and detail. If 'level' is not specified, a value of 1 is -# assumed. -# -# Example: -# log_file=3 (Maximal logging to a file) -# log_stderr=0 (Logging to standard error disabled) -# log_console= (Minimal logging to the console) -# -# - Default configuration on Windows platforms: -# -# log_console=0 -# log_stderr=0 -# log_file=1 -# -# - Default configuration on Unix platforms: -# -# log_console=0 -# log_stderr=1 -# log_file=0 -# log_syslog=0 -# -#log_console= -#log_stderr= -log_file=2 -log_syslog=1 - -# -# Log File Name: -# When logging to file is requested using the 'log_file' directive, the name -# and path of the file to use may be specified using this directive. -# -# log_filename=<file_name> -# -log_filename=/var/log/gw6c.log - -# -# Log File Rotation: -# When logging to file is requested using the 'log_file' directive, log file -# rotation may be enabled. When enabled, the contents of the log file will -# be moved to a backup file just before it reaches the maximum log file size -# specified via this directive. -# -# The name of the backup file is the name of the original log file with -# '.<timestamp>' inserted before the file extension. If the file does not -# have an extension, '.<timestamp>' is appended to the name of the original -# log file. The timestamp specifies when the rotation occurred. -# -# After the contents of the log file have been moved to the backup file, the -# original file is cleared, and logging resumes at the beginning of the file. -# -# log_rotation=<yes|no> -# -log_rotation=yes - -# -# Log File Rotation Size: -# The 'log_rotation_size' directive specifies the maximum size a log file may -# reach before rotation occurs, if enabled. The value is expressed in -# kilobytes. -# -# log_rotation_size=<16|32|128|1024> -# -log_rotation_size=32 - -# -# Deletion of rotated log files: -# The 'log_rotation_delete' directive specifies that no log backup will be -# kept. When rotation occurs, the file is immediately wiped out and a new -# log file is started. -# -# log_rotation_delete=<yes|no> -# -log_rotation_delete=no - -# -# Syslog Logging Facility [Unix Only]: -# When logging to syslog is requested using the 'log_syslog' directive, the -# facility to use may be specified using this directive. -# -# syslog_facility=<USER|LOCAL[0-7]> -# -syslog_facility=USER - - -# end of gw6c.conf -#------------------------------------------------------------------------------ diff --git a/net-misc/gateway6/files/gw6c.rc2 b/net-misc/gateway6/files/gw6c.rc2 deleted file mode 100644 index 58b7c67d66b4..000000000000 --- a/net-misc/gateway6/files/gw6c.rc2 +++ /dev/null @@ -1,36 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gateway6/files/gw6c.rc2,v 1.1 2010/10/11 20:41:05 flameeyes Exp $ - -GATEWAY6_CLIENT="/usr/sbin/gw6c" - -depend() { - need net localmount - after bootmisc - use dns logger -} - -checkconfig() { - [ $(uname -s) = "Linux" ] || return 0 - [ -e /dev/net/tun ] && return 0 - modprobe tun && return 0 - - eerror "TUN/TAP support is not available in the running kernel" - return 1 -} - -start() { - checkconfig || return 1 - - ebegin "Starting Gateway6 IPv6 Client" - start-stop-daemon --start --exec $GATEWAY6_CLIENT \ - --chdir /var/lib/gateway6 -- -f /etc/gateway6/gw6c.conf - eend $? -} - -stop() { - ebegin "Stopping Gateway6 IPv6 Client" - start-stop-daemon --stop --exec $GATEWAY6_CLIENT - eend $? -} diff --git a/net-misc/gateway6/gateway6-6.0-r2.ebuild b/net-misc/gateway6/gateway6-6.0-r2.ebuild deleted file mode 100644 index 6009a274ac0d..000000000000 --- a/net-misc/gateway6/gateway6-6.0-r2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gateway6/gateway6-6.0-r2.ebuild,v 1.5 2010/10/24 17:59:21 armin76 Exp $ - -EAPI=2 - -inherit eutils versionator toolchain-funcs - -MY_P=gw6c-$(replace_all_version_separators "_") -MY_P=${MY_P/_beta/-BETA} - -DESCRIPTION="Client to connect to a tunnel broker using the TSP protocol (freenet6 for example)" -HOMEPAGE="http://go6.net/4105/application.asp" -SRC_URI="http://go6.net/4105/file.asp?file_id=158&file=/${MY_P}.tar.gz" - -LICENSE="VPL-1.0" -SLOT="0" -KEYWORDS="amd64 hppa sparc x86" -IUSE="debug" - -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND} - sys-apps/iproute2" - -S="${WORKDIR}/${MY_P}-RELEASE" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-6.0_beta4-no-template-validation.patch - epatch "${FILESDIR}"/${P}-overflow.patch - - # Make the makefile handle linking correctly - find . -name Makefile -exec sed -i \ - -e 's:LDFLAGS:LDLIBS:g' \ - -e '/\$(LDLIBS)/s:-o:$(LDFLAGS) -o:' \ - {} + || die "multised failed" -} - -src_configure() { :; } - -src_compile() { - # parallel make fails as inter-directory dependecies are missing. - emake -j1 \ - AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" \ - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getCXX)" \ - EXTRA_CFLAGS="${CFLAGS}" EXTRA_CXXFLAGS="${CXXFLAGS}" \ - $(use debug && echo DEBUG=1) \ - all configdir=/etc/gateway6 target=linux || die "Build Failed" -} - -src_install() { - cd "${S}"/tspc-advanced - dosbin bin/gw6c || die - - insopts -m 600 - insinto /etc/gateway6 - doins "${FILESDIR}"/gw6c.conf || die - exeinto /etc/gateway6/template - doexe template/linux.sh || die - - newinitd "${FILESDIR}"/gw6c.rc2 gw6c || die - - doman man/{man5/gw6c.conf.5,man8/gw6c.8} || die - keepdir /var/lib/gateway6 || die - - insinto /usr/share/doc/${PF} - doins "${S}"/*.pdf || die -} - -pkg_postinst() { - elog "To add support for a TSP IPv6 connection at startup," - elog "remember to run:" - elog "# rc-update add gw6c default" - elog "" - elog "NOTE: authenticated connection to broker.freenet6.net seems to" - elog "not work with gateway6 anymore, it only seems to work with" - elog "anonymous usage." -} diff --git a/net-misc/gateway6/metadata.xml b/net-misc/gateway6/metadata.xml deleted file mode 100644 index d6e3153b7f5c..000000000000 --- a/net-misc/gateway6/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> - </maintainer> - <maintainer> - <email>flameeyes@gentoo.org</email> - <name>Diego Elio Pettenò</name> - </maintainer> - <longdescription> - TSP is a control protocol used to establish and maintain static tunnels. The Gateway6 client is - used on the host computer to connect to a tunnel broker using the TSP protocol and to get the - information for its tunnel. When it receives the information for the tunnel, the Gateway6 client - creates the static tunnel on its operating system -</longdescription> -</pkgmetadata> diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 1bd8b20792af..187578fcfeba 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5677 2011/09/07 09:14:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5678 2011/09/07 09:22:22 flameeyes Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! 07 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> package.mask: + Remove masks on removed packages. + + 07 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> package.mask: Mask gdb 7.3.1, remove mask on removed package. 06 Sep 2011; Matt Turner <mattst88@gentoo.org> package.mask: diff --git a/profiles/package.mask b/profiles/package.mask index 45c9472aebd9..68e271b97041 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13029 2011/09/07 09:14:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13030 2011/09/07 09:22:22 flameeyes Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -454,16 +454,6 @@ app-pda/gpixpod # dev-haskell/gtk dev-haskell/gtk2hs -# Diego E. Pettenò <flameeyes@gentoo.org> (09 Jun 2011) -# on behalf of QA team -# -# Fails to build with GCC 4.6; replaced by net-misc/gogoc -# (same codebase, renamed and reversioned) which is somewhat -# maintained. -# -# Removal on 2011-07-09 -net-misc/gateway6 - # Diego E. Pettenò <flameeyes@gentoo.org> (8 Jun 2011) # Broken upstream =net-libs/libtirpc-0.2.2 @@ -514,16 +504,6 @@ www-client/opera-next # See bug 367423. =dev-lang/ruby-enterprise-1.8.7.2011.03 -# Diego E. Pettenò <flameeyes@gentoo.org> (06 May 2011) -# on behalf of QA team -# -# Fails to build with opensc-0.12.0 as it doesn't use -# PKCS#11 (bug #363019). Code looks stale, and the project -# implemented separate packages for other functions. -# -# Removal on 2011-07-05 -app-crypt/scsign - # Ole Markus With <olemarkus@gentoo.org> (1 May 2011) # Masking SVN snaphots and release candidates. =dev-lang/php-5.3.7_rc1 @@ -568,31 +548,6 @@ sys-kernel/usermode-sources # Masked for testing >=sys-devel/gcc-4.6.0 -# Diego E. Pettenò <flameeyes@gentoo.org> (28 Mar 2011) -# on behalf of QA team -# -# Fails to build with recent libX11 (bug #351001); homepage -# and src_uri are gone. -# -# Removal on 2011-05-27 -x11-plugins/wmnetmon - -# Diego E. Pettenò <flameeyes@gentoo.org> (28 Mar 2011) -# on behalf of QA team -# -# Doesn't respect LDFLAGS (bug #336954). Build log can easily -# show a number of other issues: doesn't respect cc, doesn't -# respect _FORTIFY_SOURCE (since headers are not properly -# included), and trying to fix it shows that the "as-is" -# license is not properly applied. The software was first -# published in 1997, then released in 2001 as a package, -# but has seen no development since. -# -# As a replacement, rather use zsh's zmv module. -# -# Removal on 2011-05-27 -sys-apps/ren - # Samuli Suominen <ssuominen@gentoo.org> (28 Mar 2011) # Masked temporarily until bug 360849 is solved so people # can emerge udev. diff --git a/sys-apps/ren/ChangeLog b/sys-apps/ren/ChangeLog deleted file mode 100644 index 29c255c353a5..000000000000 --- a/sys-apps/ren/ChangeLog +++ /dev/null @@ -1,47 +0,0 @@ -# ChangeLog for sys-apps/ren -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ChangeLog,v 1.17 2010/01/07 21:50:56 fauli Exp $ - - 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> ren-1.0.ebuild: - Transfer Prefix keywords - - 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ren-1.0.ebuild: - Remove virtual/libc - - 18 Feb 2007; Fabian Groffen <grobian@gentoo.org> ren-1.0.ebuild: - Dropped ppc-macos keyword, see you in prefix - - 03 Nov 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> ren-1.0.ebuild: - Add ~mips keyword (#89296) - - 16 Sep 2005; Aron Griffis <agriffis@gentoo.org> ren-1.0.ebuild: - Mark 1.0 stable on alpha - - 02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : - Change encoding to UTF-8 for GLEP 31 compliance - - 12 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> ren-1.0.ebuild: - Add ~alpha keyword, bug 63725. - - 28 Jul 2004; Tom Gall <tgall@gentoo.org> ren-1.0.ebuild: - stable on ppc64, bug #58300 - - 25 Jul 2004; Lina Pezzella <j4rg0n@gentoo.org> - Stable macos per bug # 58306 - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ren-1.0.ebuild: - virtual/glibc -> virtual/libc - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*ren-1.0 (30 May 2002) - - 21 Jul 2002; Mark Guertin <gerk@gentoo.org>: - updated keywords (ppc) - - 14 Jul 2002; phoen][x <phoenix@gentoo.org> ren-1.0.ebuild : - Added LICENSE, KEYWORDS, SLOT. - - 30 May 2002; Arcady Genkin <agenkin@thpoon.com> ren-1.0.ebuild : - - Initial version, submitted by elnix@yahoo.com (Austin Johnson). diff --git a/sys-apps/ren/Manifest b/sys-apps/ren/Manifest deleted file mode 100644 index cdcb4c1b208d..000000000000 --- a/sys-apps/ren/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST ren-1.0.tar.gz 8587 RMD160 7d2f7fe95dc514944e8609f94e3ddb9d480c74bd SHA1 3f21fc85f5996c85cc3b3dd09ceb9cb4d90f36a9 SHA256 6ccf51b473f07b2f463430015f2e956b63b1d9e1d8493a51f4ebd70f8a8136c9 -EBUILD ren-1.0.ebuild 577 RMD160 207c978206df4f724b5c370f8701289a7ecd6f44 SHA1 c8abb825e194f54b2deadd37d77349ea559dd8f6 SHA256 112939a319c041e9e802ebdc795b349fc32a00b55da2af7d43fd0ad6290b46b0 -MISC ChangeLog 1593 RMD160 edbcb1507d03474b6369305c70b0562878c6f938 SHA1 e3676228915198e53672efa0ec40c043168d206f SHA256 2b388d18e0774da0b4bc137940cf58038b249378da887112994a44a80d13343b -MISC metadata.xml 164 RMD160 f43cbec30b7074319087c9acffdb9354b17b0db3 SHA1 9c213f5803676c56439df3716be07d6692588856 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAktGV0UACgkQNQqtfCuFneNN/wCfZ08SWdZb+43mYZ4+1Kux08xp -3oQAoJJtIZgw1J709lDlZ8XN/PVnaanS -=stba ------END PGP SIGNATURE----- diff --git a/sys-apps/ren/metadata.xml b/sys-apps/ren/metadata.xml deleted file mode 100644 index 96a2d586367d..000000000000 --- a/sys-apps/ren/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>base-system</herd> -</pkgmetadata> diff --git a/sys-apps/ren/ren-1.0.ebuild b/sys-apps/ren/ren-1.0.ebuild deleted file mode 100644 index 6e1ef8e91556..000000000000 --- a/sys-apps/ren/ren-1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ren-1.0.ebuild,v 1.23 2010/01/07 21:50:56 fauli Exp $ - -DESCRIPTION="Renames multiple files" -HOMEPAGE="http://freshmeat.net/projects/ren" -SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz" - -KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -SLOT="0" -LICENSE="as-is" - -DEPEND="" - -src_compile() { - emake || die -} - -src_install() { - dobin ren - dodoc README - doman ren.1 -} diff --git a/x11-plugins/wmnetmon/ChangeLog b/x11-plugins/wmnetmon/ChangeLog deleted file mode 100644 index 0b5cfafa635d..000000000000 --- a/x11-plugins/wmnetmon/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -# ChangeLog for x11-plugins/wmnetmon -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.13 2008/11/28 18:57:54 tcunha Exp $ - - 28 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmnetmon-0.2_p5.ebuild: - stable sparc, bug 215651 - - 21 Jan 2008; Michele Noberasco <s4t4n@gentoo.org> wmnetmon-0.2_p5.ebuild: - Stable on x86 wrt bug 206705. Wiped out other ebuilds. - - 20 Jan 2008; nixnut <nixnut@gentoo.org> wmnetmon-0.2_p5.ebuild: - Stable on ppc wrt bug 206705 - -*wmnetmon-0.2_p5 (19 Jan 2008) - - 19 Jan 2008; Samuli Suominen <drac@gentoo.org> +wmnetmon-0.2_p5.ebuild: - Bump to correct versioning scheme and keyword ~amd64. - - 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmnetmon-0.2.ebuild: - Drop virtual/x11 references. - - 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: - Redigest for Manifest2 - - 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmnetmon-0.2.ebuild: - Fixed DEPEND for modular X. - - 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> wmnetmon-0.2.ebuild: - Replace root:root in root:0. Bug #103563. - - 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmnetmon-0.2.ebuild: - Added ~sparc keyword. - - 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> - wmnetmon-0.2.ebuild: - Masked wmnetmon-0.2.ebuild stable for ppc - - 28 Apr 2004; David Holm <dholm@gentoo.org> wmnetmon-0.2.ebuild: - Added to ~ppc. - -*wmnetmon-0.2 (02 Nov 2003) - - 02 Nov 2003; Markus Nigbur <pyrania@gentoo.org> wmnetmon-0.2.ebuild: - Initial import. - diff --git a/x11-plugins/wmnetmon/Manifest b/x11-plugins/wmnetmon/Manifest deleted file mode 100644 index 630e78f8b64d..000000000000 --- a/x11-plugins/wmnetmon/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST wmnetmon-0.2p5.tar.gz 49990 RMD160 7cd0179cbd0e4f83333cfadf83b3eb0ed0a010b3 SHA1 fe458353d4524056ac986abf23abad79f8b538ad SHA256 6c7576c9cbd95c35f14dcfa985e5f7b33341b3c27395e0962c71f4cec6c45f68 -EBUILD wmnetmon-0.2_p5.ebuild 1050 RMD160 f900aa39670ff4a481b000e5d8e9ec3449392313 SHA1 675ada607d8cd7898e855c8ad4fd3ee8afdb8084 SHA256 e60e5ed81325ebf9d2be5aeb3a7fc339217b5aaa01f5b88daf11570f448dc0c6 -MISC ChangeLog 1548 RMD160 b39625d998d0831a7abdc07e5c5036eeef4ea891 SHA1 6bb01b67c74af3a9dc40a53c86420b1ff1352c0f SHA256 c7e65b3ea0f2b349d785bfc1d67a88c1500e66205895289cfb3c8cd613f0d445 -MISC metadata.xml 413 RMD160 5ef262c7b0f10c16bd12335db1fed29e71ba1b2d SHA1 5c724bb0cb902619ee409dd3674fb8793f12c773 SHA256 c7ed6468296647d180a4b2387b973532696cde0c9f2c578ea6cc9614576915d1 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkkwPzgACgkQ/Kkm35zQzl79kgCgxqTUFUq52SOQ1D3Iu9lLZI5R -go8AnApXuSFCV+IbYJeFRtPPOx/EbxxH -=YL7F ------END PGP SIGNATURE----- diff --git a/x11-plugins/wmnetmon/metadata.xml b/x11-plugins/wmnetmon/metadata.xml deleted file mode 100644 index d6b0cdba77f4..000000000000 --- a/x11-plugins/wmnetmon/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>desktop-dock</herd> -<longdescription> -wmnetmon is a dockapp that monitors up to 40 -hosts or services and can execute something there -is a problem with any of them. The hosts and -services are represented by LEDs, which blink red -if they go down. -</longdescription> -</pkgmetadata> diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild deleted file mode 100644 index efbd1f12e50a..000000000000 --- a/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild,v 1.5 2008/11/28 18:57:54 tcunha Exp $ - -EAPI=1 - -inherit toolchain-funcs - -DESCRIPTION="monitors up to 40 hosts/services and can execute a command if there are problems with them" -HOMEPAGE="http://freshmeat.net/projects/wmnetmon/?topic_id=876" -SRC_URI="http://www.linuks.mine.nu/dockapps/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="+suid" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -S=${WORKDIR}/${P/_/} - -src_compile() { - tc-export CC - econf - emake || die "emake failed." -} - -src_install() { - if use suid; then - dobin ${PN} - fperms 4755 /usr/bin/${PN} - else - dosbin ${PN} - fi - - dodoc Changes README ${PN}rc -} - -pkg_postinst() { - elog "Extract ${PN}rc from /usr/share/doc/${PF} to your home directory." - use suid || elog "Warning, ${PN} needs to be executed as root." -} |