summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-11-23 21:03:41 +0000
committerJon Hood <squinky86@gentoo.org>2004-11-23 21:03:41 +0000
commitf290bd7131f5f3f52fe3d0580279ef558f7d9a05 (patch)
treee054ed750a537b530301579dc47fad15292a2c5f /net-p2p
parentembedded owns it now (Manifest recommit) (diff)
downloadgentoo-2-f290bd7131f5f3f52fe3d0580279ef558f7d9a05.tar.gz
gentoo-2-f290bd7131f5f3f52fe3d0580279ef558f7d9a05.tar.bz2
gentoo-2-f290bd7131f5f3f52fe3d0580279ef558f7d9a05.zip
stable on x86, remove old versions
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/perlgcache/ChangeLog6
-rw-r--r--net-p2p/perlgcache/files/digest-perlgcache-0.7.91
-rw-r--r--net-p2p/perlgcache/files/digest-perlgcache-0.8.2-r11
-rw-r--r--net-p2p/perlgcache/perlgcache-0.7.9.ebuild45
-rw-r--r--net-p2p/perlgcache/perlgcache-0.8.2-r1.ebuild46
-rw-r--r--net-p2p/perlgcache/perlgcache-0.8.3.ebuild4
6 files changed, 7 insertions, 96 deletions
diff --git a/net-p2p/perlgcache/ChangeLog b/net-p2p/perlgcache/ChangeLog
index 9b5dd044563e..1200a6ba8212 100644
--- a/net-p2p/perlgcache/ChangeLog
+++ b/net-p2p/perlgcache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/perlgcache
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/perlgcache/ChangeLog,v 1.5 2004/10/17 09:57:20 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/perlgcache/ChangeLog,v 1.6 2004/11/23 21:03:41 squinky86 Exp $
+
+ 23 Nov 2004; Jon Hood <squinky86@gentoo.org> -perlgcache-0.7.9.ebuild,
+ -perlgcache-0.8.2-r1.ebuild, perlgcache-0.8.3.ebuild:
+ Stable on x86, remove old versions.
17 Oct 2004; David Holm <dholm@gentoo.org> perlgcache-0.8.3.ebuild:
Added to ~ppc.
diff --git a/net-p2p/perlgcache/files/digest-perlgcache-0.7.9 b/net-p2p/perlgcache/files/digest-perlgcache-0.7.9
deleted file mode 100644
index 510da3540dea..000000000000
--- a/net-p2p/perlgcache/files/digest-perlgcache-0.7.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8a45babe13d12de5c56a852f0f5f9931 perlgcache-0.7.9.tar.gz 13518
diff --git a/net-p2p/perlgcache/files/digest-perlgcache-0.8.2-r1 b/net-p2p/perlgcache/files/digest-perlgcache-0.8.2-r1
deleted file mode 100644
index 906ba11547a6..000000000000
--- a/net-p2p/perlgcache/files/digest-perlgcache-0.8.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a037360539c28bd9aeda0a2cdc63a809 perlgcache-0.8.2.tar.gz 15271
diff --git a/net-p2p/perlgcache/perlgcache-0.7.9.ebuild b/net-p2p/perlgcache/perlgcache-0.7.9.ebuild
deleted file mode 100644
index 348d3c01410f..000000000000
--- a/net-p2p/perlgcache/perlgcache-0.7.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/perlgcache/perlgcache-0.7.9.ebuild,v 1.2 2004/10/08 04:46:09 squinky86 Exp $
-
-inherit webapp
-
-DESCRIPTION="web-based distributed host caching system for the gnutella network"
-HOMEPAGE="http://www.jonatkins.com/perlgcache/"
-SRC_URI="http://www.jonatkins.com/perlgcache/${P}.tar.gz"
-LICENSE="as-is"
-IUSE=""
-KEYWORDS="x86"
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND=">=net-www/apache-1.3.24-r1
- >=dev-lang/perl-5.6.0
- >=dev-perl/CGI-2.93"
-
-S=${WORKDIR}
-
-pkg_preinst() {
- webapp_src_preinst
- ewarn "Only install this package if you know what you're doing!"
- ewarn "YOU HAVE BEEN WARNED: while using this package benefits the"
- ewarn "gnutella network, it will cause many gnutella users to"
- ewarn "connect to your web server, requiring many system resources."
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:\"data\":\"data/data\":g' perlgcache.cgi
-}
-
-src_install() {
- webapp_src_preinst
- dodir ${MY_CGIBINDIR}/${PN}
- dodir ${MY_CGIBINDIR}/${PN}/data
- cp ./perlgcache.cgi ${D}/${MY_CGIBINDIR}/${PN}
- chmod +x ${D}/${MY_CGIBINDIR}/${PN}/perlgcache.cgi
- keepdir ${D}/${MY_CGIBINDIR}/${PN}/data
- webapp_hook_script ${FILESDIR}/reconfig
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_src_install
-}
diff --git a/net-p2p/perlgcache/perlgcache-0.8.2-r1.ebuild b/net-p2p/perlgcache/perlgcache-0.8.2-r1.ebuild
deleted file mode 100644
index b3f014a95dd6..000000000000
--- a/net-p2p/perlgcache/perlgcache-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/perlgcache/perlgcache-0.8.2-r1.ebuild,v 1.1 2004/10/11 19:43:31 squinky86 Exp $
-
-inherit webapp
-
-DESCRIPTION="web-based distributed host caching system for the gnutella network"
-HOMEPAGE="http://www.jonatkins.com/perlgcache/"
-SRC_URI="http://www.jonatkins.com/perlgcache/${P}.tar.gz"
-LICENSE="as-is"
-IUSE=""
-KEYWORDS="~x86"
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND=">=net-www/apache-1.3.24-r1
- >=dev-lang/perl-5.6.0
- >=dev-perl/CGI-2.93"
-
-S=${WORKDIR}
-
-pkg_preinst() {
- webapp_src_preinst
- ewarn "Only install this package if you know what you're doing!"
- ewarn "YOU HAVE BEEN WARNED: while using this package benefits the"
- ewarn "gnutella network, it will cause many gnutella users to"
- ewarn "connect to your web server, requiring many system resources."
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:\#\$config{prefix} = \"data\":\$config{prefix} = \"data/data\":g' perlgcache.conf
-}
-
-src_install() {
- webapp_src_preinst
- dodir ${MY_CGIBINDIR}/${PN}
- dodir ${MY_CGIBINDIR}/${PN}/data
- cp ./perlgcache.cgi ${D}/${MY_CGIBINDIR}/${PN}
- cp ./perlgcache.conf ${D}/${MY_CGIBINDIR}/${PN}
- chmod +x ${D}/${MY_CGIBINDIR}/${PN}/perlgcache.cgi
- keepdir ${D}/${MY_CGIBINDIR}/${PN}/data
- webapp_hook_script ${FILESDIR}/reconfig
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_src_install
-}
diff --git a/net-p2p/perlgcache/perlgcache-0.8.3.ebuild b/net-p2p/perlgcache/perlgcache-0.8.3.ebuild
index be333d8edce5..655c35697e0b 100644
--- a/net-p2p/perlgcache/perlgcache-0.8.3.ebuild
+++ b/net-p2p/perlgcache/perlgcache-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/perlgcache/perlgcache-0.8.3.ebuild,v 1.2 2004/10/17 09:57:20 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/perlgcache/perlgcache-0.8.3.ebuild,v 1.3 2004/11/23 21:03:41 squinky86 Exp $
inherit webapp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.jonatkins.com/perlgcache/"
SRC_URI="http://www.jonatkins.com/perlgcache/${P}.tar.gz"
LICENSE="as-is"
IUSE=""
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DEPEND=">=sys-apps/sed-4"
RDEPEND=">=net-www/apache-1.3.24-r1