summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-05-12 18:04:59 +0000
committerJon Hood <squinky86@gentoo.org>2004-05-12 18:04:59 +0000
commit2444c47507de7da06118ea4b74bfff114016b628 (patch)
tree5669def2da21ece9da1654e6042348ce706d2c31 /net-p2p
parenttesting in ~amd64 until zlib is marked stable (diff)
downloadhistorical-2444c47507de7da06118ea4b74bfff114016b628.tar.gz
historical-2444c47507de7da06118ea4b74bfff114016b628.tar.bz2
historical-2444c47507de7da06118ea4b74bfff114016b628.zip
stable on x86
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dchub/ChangeLog6
-rw-r--r--net-p2p/dchub/Manifest6
-rw-r--r--net-p2p/dchub/dchub-0.2.5.ebuild31
-rw-r--r--net-p2p/dchub/dchub-0.4.5.ebuild4
-rw-r--r--net-p2p/dchub/files/digest-dchub-0.2.51
5 files changed, 9 insertions, 39 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog
index af40ebfac73d..391b82c09e6d 100644
--- a/net-p2p/dchub/ChangeLog
+++ b/net-p2p/dchub/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/dchub
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.10 2004/04/20 17:59:22 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.11 2004/05/12 18:04:59 squinky86 Exp $
+
+ 12 May 2004; Jon Hood <squinky86@gentoo.org> -dchub-0.2.5.ebuild,
+ dchub-0.4.5.ebuild:
+ stable on x86, cleaning old versions
20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> dchub-0.2.5.ebuild,
dchub-0.4.2.ebuild, dchub-0.4.5.ebuild:
diff --git a/net-p2p/dchub/Manifest b/net-p2p/dchub/Manifest
index c1f04d1843ee..06e37840f208 100644
--- a/net-p2p/dchub/Manifest
+++ b/net-p2p/dchub/Manifest
@@ -1,10 +1,8 @@
-MD5 b40b3e9cbaad983ba00f27e1024374bb dchub-0.4.5.ebuild 818
+MD5 629addf6bedce41ce1b56ce53fe58f61 dchub-0.4.5.ebuild 816
MD5 122e0ba3542e37be66f56a619ca1b70e dchub-0.4.2.ebuild 816
-MD5 2c6f232c03bc1d139165d8c383d17939 ChangeLog 1236
-MD5 679c2336a82be0d890bd25334d858de6 dchub-0.2.5.ebuild 816
+MD5 fdcbeabd3e1bc229192511840ffc27ed ChangeLog 1365
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 81043e1fbeb6c556f2ac52d816de73aa files/dchub.init.d 1025
-MD5 20b6ccc61e160f5624fb008449877c88 files/digest-dchub-0.2.5 63
MD5 36c3b6cc0ed725ab1641de5616d1d921 files/digest-dchub-0.4.2 63
MD5 af7c25da6383293d6532c8fe53e0abe1 files/digest-dchub-0.4.5 63
MD5 3163a27bf483c8d6f0105013e7646496 files/dchub.conf.d 1617
diff --git a/net-p2p/dchub/dchub-0.2.5.ebuild b/net-p2p/dchub/dchub-0.2.5.ebuild
deleted file mode 100644
index afc5b57542e9..000000000000
--- a/net-p2p/dchub/dchub-0.2.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.2.5.ebuild,v 1.6 2004/04/20 17:59:22 eradicator Exp $
-
-IUSE=""
-
-HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub"
-DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p 'direct connect'"
-SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-RDEPEND="virtual/glibc
- =dev-libs/glib-1*
- dev-lang/perl
- dev-db/edb"
-
-src_install() {
- einstall || die "install problem"
-
- dodoc Documentation/*
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-
- dodir /etc/{conf,init}.d /etc/dchub
- exeinto /etc/init.d
- newexe ${FILESDIR}/dchub.init.d dchub
- insinto /etc/conf.d
- newins ${FILESDIR}/dchub.conf.d dchub
-}
diff --git a/net-p2p/dchub/dchub-0.4.5.ebuild b/net-p2p/dchub/dchub-0.4.5.ebuild
index 269076753665..4d60a745a7b2 100644
--- a/net-p2p/dchub/dchub-0.4.5.ebuild
+++ b/net-p2p/dchub/dchub-0.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.4.5.ebuild,v 1.3 2004/04/20 17:59:22 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.4.5.ebuild,v 1.4 2004/05/12 18:04:59 squinky86 Exp $
IUSE=""
@@ -10,7 +10,7 @@ SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
RDEPEND="virtual/glibc
=dev-libs/glib-1*
diff --git a/net-p2p/dchub/files/digest-dchub-0.2.5 b/net-p2p/dchub/files/digest-dchub-0.2.5
deleted file mode 100644
index 8386571d5275..000000000000
--- a/net-p2p/dchub/files/digest-dchub-0.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e544fff4ce7ac48062272aec895b2e77 dchub-0.2.5.tar.gz 232538