From: Raúl Porcel Date: Sun, 21 Jan 2007 17:18:45 +0000 (+0000) Subject: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bdf8e91b77c61b4962d5481f54b790f98226e2c;p=gentoo.git Drop old Package-Manager: portage-2.1.2-r1 --- diff --git a/net-p2p/ghostwhitecrab/ChangeLog b/net-p2p/ghostwhitecrab/ChangeLog index c101fd6d3b2d..f0b3640df9f2 100644 --- a/net-p2p/ghostwhitecrab/ChangeLog +++ b/net-p2p/ghostwhitecrab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ghostwhitecrab -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ChangeLog,v 1.8 2006/10/01 19:19:42 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ChangeLog,v 1.9 2007/01/21 17:12:06 armin76 Exp $ + + 21 Jan 2007; Raúl Porcel + -ghostwhitecrab-0.9.1.ebuild, -ghostwhitecrab-0.9.2.ebuild: + Drop old 01 Oct 2006; Tobias Scherbaum ghostwhitecrab-0.9.7.2.ebuild: diff --git a/net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.1 b/net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.1 deleted file mode 100644 index f7cbff53b397..000000000000 --- a/net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fab8521ffa69c95907cb2ca338e0cae6 gwc-0.9.1.tar.bz2 113897 diff --git a/net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.2 b/net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.2 deleted file mode 100644 index 16520f639ca9..000000000000 --- a/net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 464e04e22e3c9cf037a7dcc4bf2735ab gwc-0.9.2.tar.bz2 115749 diff --git a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild deleted file mode 100644 index 65e0a6a9d1de..000000000000 --- a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild,v 1.6 2006/04/26 04:10:09 squinky86 Exp $ - -inherit eutils - -IUSE="" - -MY_P="gwc-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="stand-alone gwebcache daemon" -HOMEPAGE="http://www.ghostwhitecrab.com/crab/" -SRC_URI="http://www.ghostwhitecrab.com/crab/${MY_P}.tar.bz2" -LICENSE="as-is FDL-1.1" -SLOT="0" -KEYWORDS="x86 hppa" - -DEPEND=">=sys-apps/sed-4 - sys-libs/zlib - virtual/libc" -RDEPEND="" - -pkg_setup() { - enewgroup gwc - enewuser gwc -1 /bin/bash /dev/null gwc -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -i -e 's:#User:User:g' examples/example.conf - sed -i -e 's:#Group:Group:g' examples/example.conf - sed -i -e 's:/var/db/gwc:/usr/share/gwc:g' examples/example.conf - sed -i -e 's:#data_template\t\t/path/to/data_template:data_template\t\t/usr/share/gwc/data_template:g' examples/example.conf - sed -i -e 's:#base_template\t\t/path/to/base_template:base_template\t\t/usr/share/gwc/base_template:g' examples/example.conf - sed -i -e 's:sleep 1::g' config.sh -} - -src_compile() { - ./config.sh || die - emake || die -} - -src_install() { - dobin src/gwc - dodir /etc/${PN} - insinto /etc/${PN} - newins examples/example.conf gwc.conf - dodir /usr/share/gwc - touch ${D}/usr/share/gwc/peer_cache - touch ${D}/usr/share/gwc/urls.good - touch ${D}/usr/share/gwc/urls.bad - insinto /usr/share/gwc - newins examples/data_html.template data_template - newins examples/base_html.template base_template - chown -R gwc:gwc ${D}/usr/share/gwc - dodir /var/log/gwc - touch ${D}/var/log/gwc/main.log - touch ${D}/var/log/gwc/access.log - touch ${D}/var/log/gwc/dns.log - touch ${D}/var/log/gwc/checks.log - chown -R gwc:gwc ${D}/var/log/gwc - exeinto /etc/init.d - newexe ${FILESDIR}/gwc.init gwc - dohtml doc/*.html doc/*.css doc/specs/*.html - dodoc doc/specs/*.txt examples/* -} - -pkg_postinst() { - einfo "Please set the \"Location\" of your cache in /etc/${PN}/gwc.conf" - einfo "and submit your cache to:" - einfo "\thttp://gcachescan.jonatkins.com/" -} diff --git a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild deleted file mode 100644 index ede7d42bbc94..000000000000 --- a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild,v 1.2 2006/04/26 04:10:09 squinky86 Exp $ - -inherit eutils - -IUSE="" - -MY_P="gwc-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="stand-alone gwebcache daemon" -HOMEPAGE="http://www.ghostwhitecrab.com/crab/" -SRC_URI="http://www.ghostwhitecrab.com/crab/${MY_P}.tar.bz2" -LICENSE="as-is FDL-1.1" -SLOT="0" -KEYWORDS="~x86 ~hppa" - -DEPEND=">=sys-apps/sed-4 - sys-libs/zlib - virtual/libc" -RDEPEND="" - -pkg_setup() { - enewgroup gwc - enewuser gwc -1 /bin/bash /dev/null gwc -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -i -e 's:#User:User:g' examples/example.conf - sed -i -e 's:#Group:Group:g' examples/example.conf - sed -i -e 's:/var/db/gwc:/usr/share/gwc:g' examples/example.conf - sed -i -e 's:#data_template\t\t/path/to/data_template:data_template\t\t/usr/share/gwc/data_template:g' examples/example.conf - sed -i -e 's:#base_template\t\t/path/to/base_template:base_template\t\t/usr/share/gwc/base_template:g' examples/example.conf - sed -i -e 's:sleep 1::g' config.sh -} - -src_compile() { - ./config.sh || die - emake || die -} - -src_install() { - dobin src/gwc - dodir /etc/${PN} - insinto /etc/${PN} - newins examples/example.conf gwc.conf - dodir /usr/share/gwc - touch ${D}/usr/share/gwc/peer_cache - touch ${D}/usr/share/gwc/urls.good - touch ${D}/usr/share/gwc/urls.bad - insinto /usr/share/gwc - newins examples/data_html.template data_template - newins examples/base_html.template base_template - chown -R gwc:gwc ${D}/usr/share/gwc - dodir /var/log/gwc - touch ${D}/var/log/gwc/main.log - touch ${D}/var/log/gwc/access.log - touch ${D}/var/log/gwc/dns.log - touch ${D}/var/log/gwc/checks.log - chown -R gwc:gwc ${D}/var/log/gwc - exeinto /etc/init.d - newexe ${FILESDIR}/gwc.init gwc - dohtml doc/*.html doc/*.css doc/specs/*.html - dodoc doc/specs/*.txt examples/* -} - -pkg_postinst() { - einfo "Please set the \"Location\" of your cache in /etc/${PN}/gwc.conf" - einfo "and submit your cache to:" - einfo "\thttp://gcachescan.jonatkins.com/" -} diff --git a/net-p2p/gift-ares/ChangeLog b/net-p2p/gift-ares/ChangeLog index 40883eb6ec1b..fe8fc8650a58 100644 --- a/net-p2p/gift-ares/ChangeLog +++ b/net-p2p/gift-ares/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-ares -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.8 2006/09/10 16:36:06 the_paya Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.9 2007/01/21 17:16:05 armin76 Exp $ + + 21 Jan 2007; Raúl Porcel -gift-ares-0.3.0.ebuild: + Drop old 10 Sep 2006; Javier Villavicencio gift-ares-0.3.0-r1.ebuild: diff --git a/net-p2p/gift-ares/files/digest-gift-ares-0.3.0 b/net-p2p/gift-ares/files/digest-gift-ares-0.3.0 deleted file mode 100644 index 80419e92390a..000000000000 --- a/net-p2p/gift-ares/files/digest-gift-ares-0.3.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 51ca0cf8aad7e1ea5ffbbca2fa71c1db gift-ares-0.3.0.tar.bz2 311141 -RMD160 31c291a85cb52527c39681fdd4e1fd164255ab85 gift-ares-0.3.0.tar.bz2 311141 -SHA256 bfbd6673c58b8d7304cbfffd0dbb776b4fd6ca0ac5c807d71cdd702d3f411419 gift-ares-0.3.0.tar.bz2 311141 diff --git a/net-p2p/gift-ares/gift-ares-0.3.0.ebuild b/net-p2p/gift-ares/gift-ares-0.3.0.ebuild deleted file mode 100644 index 8579aa4f5a5c..000000000000 --- a/net-p2p/gift-ares/gift-ares-0.3.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/gift-ares-0.3.0.ebuild,v 1.2 2006/05/05 14:28:12 squinky86 Exp $ - -inherit eutils - -IUSE="" - -DESCRIPTION="Ares Plugin for giFT" -HOMEPAGE="http://gift-ares.berlios.de/" -SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" - -DEPEND="dev-util/pkgconfig" - -RDEPEND=">=net-p2p/gift-0.11.8" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - econf || die "Ares plugin failed to configure" - emake || die "Ares plugin failed to build" -} - -src_install() { - einstall plugindir=${D}/usr/$(get_libdir)/giFT || die "Ares plugin failed to install" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - -pkg_postinst() { - einfo "It is recommended that you re-run gift-setup as" - einfo "the user you will run the giFT daemon as:" - einfo "\tgift-setup" - echo - einfo "Alternatively, if this plugin is already" - einfo "configured, you can add the following line" - einfo "to ~/.giFT/giftd.conf" - einfo "plugins = Ares" -} diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog index a92e8d613e32..eee129a49b59 100644 --- a/net-p2p/gift-fasttrack/ChangeLog +++ b/net-p2p/gift-fasttrack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gift-fasttrack -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.31 2006/09/11 20:52:53 tcort Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.32 2007/01/21 17:18:45 armin76 Exp $ + + 21 Jan 2007; Raúl Porcel + -gift-fasttrack-0.8.8.ebuild: + Drop old 11 Sep 2006; Thomas Cort gift-fasttrack-0.8.9.ebuild: Stable on alpha. diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 deleted file mode 100644 index 84da43a2e8e2..000000000000 --- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 de3ab6de8e6fadeeb92e826e792d7819 giFT-FastTrack-0.8.8.tar.gz 461594 diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild deleted file mode 100644 index 92e9444cf317..000000000000 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild,v 1.2 2005/02/02 16:57:27 squinky86 Exp $ - -IUSE="" - -MY_P=${P/gift-fasttrack/giFT-FastTrack} - -DESCRIPTION="FastTrack Plugin for giFT" -HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" - -DEPEND="virtual/libc - dev-util/pkgconfig" - -RDEPEND=">=net-p2p/gift-0.11.1 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/${MY_P} - -src_compile() { -# cp /usr/share/libtool/ltmain.sh . -# ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" - econf || die "FastTrack plugin failed to configure" - emake || die "FastTrack plugin failed to build" -} - -src_install() { - make install DESTDIR="${D}" || die "FastTrack plugin failed to install" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - -pkg_postinst() { - einfo "It is recommended that you re-run gift-setup as" - einfo "the user you will run the giFT daemon as:" - einfo "\tgift-setup" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/giftd.conf configuration file:" - einfo "plugins = OpenFT:FastTrack" -}