Drop old
authorRaúl Porcel <armin76@gentoo.org>
Sun, 21 Jan 2007 17:18:45 +0000 (17:18 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Sun, 21 Jan 2007 17:18:45 +0000 (17:18 +0000)
Package-Manager: portage-2.1.2-r1

net-p2p/ghostwhitecrab/ChangeLog
net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.1 [deleted file]
net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.2 [deleted file]
net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild [deleted file]
net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild [deleted file]
net-p2p/gift-ares/ChangeLog
net-p2p/gift-ares/files/digest-gift-ares-0.3.0 [deleted file]
net-p2p/gift-ares/gift-ares-0.3.0.ebuild [deleted file]
net-p2p/gift-fasttrack/ChangeLog
net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 [deleted file]
net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild [deleted file]

index c101fd6d3b2d6e3f78c31d1f1b043fb7feb19197..f0b3640df9f2563c5ac938edc29df77756cd99e5 100644 (file)
@@ -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 <armin76@gentoo.org>
+  -ghostwhitecrab-0.9.1.ebuild, -ghostwhitecrab-0.9.2.ebuild:
+  Drop old
 
   01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   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 (file)
index f7cbff5..0000000
+++ /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 (file)
index 16520f6..0000000
+++ /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 (file)
index 65e0a6a..0000000
+++ /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 (file)
index ede7d42..0000000
+++ /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/"
-}
index 40883eb6ec1b17f587a027e986fb72751934ab56..fe8fc8650a58f8dc8ad562c45a11a4a9994f334a 100644 (file)
@@ -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 <armin76@gentoo.org> -gift-ares-0.3.0.ebuild:
+  Drop old
 
   10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
   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 (file)
index 80419e9..0000000
+++ /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 (file)
index 8579aa4..0000000
+++ /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"
-}
index a92e8d613e32f3490e32f6bf3b5c454195b64fc3..eee129a49b59cff186ebb747d3fb2480b39435f0 100644 (file)
@@ -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 <armin76@gentoo.org>
+  -gift-fasttrack-0.8.8.ebuild:
+  Drop old
 
   11 Sep 2006; Thomas Cort <tcort@gentoo.org> 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 (file)
index 84da43a..0000000
+++ /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 (file)
index 92e9444..0000000
+++ /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"
-}