summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-21 17:12:06 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-21 17:12:06 +0000
commit19c8d9a0fbdf872e805fafbdfe5440bc7c224b7b (patch)
tree6587b36f73ae6610425a4b3896e16103ce45b122 /net-p2p/ghostwhitecrab
parentUse toolchain-funcs to get compiler name; bug #119638 (diff)
downloadgentoo-2-19c8d9a0fbdf872e805fafbdfe5440bc7c224b7b.tar.gz
gentoo-2-19c8d9a0fbdf872e805fafbdfe5440bc7c224b7b.tar.bz2
gentoo-2-19c8d9a0fbdf872e805fafbdfe5440bc7c224b7b.zip
Drop old
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-p2p/ghostwhitecrab')
-rw-r--r--net-p2p/ghostwhitecrab/ChangeLog8
-rw-r--r--net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.11
-rw-r--r--net-p2p/ghostwhitecrab/files/digest-ghostwhitecrab-0.9.21
-rw-r--r--net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild74
-rw-r--r--net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.2.ebuild74
5 files changed, 6 insertions, 152 deletions
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 <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
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/"
-}