summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-11 13:10:18 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-11 13:10:18 +0000
commit5b9a2474322a5c8fc27ebd20e5ea603621266a5f (patch)
tree69b4cbcb6be53804cd1d7dd31b1ee3ba879fd11d /net-p2p
parentAdded ~sparc to keywords. (diff)
downloadgentoo-2-5b9a2474322a5c8fc27ebd20e5ea603621266a5f.tar.gz
gentoo-2-5b9a2474322a5c8fc27ebd20e5ea603621266a5f.tar.bz2
gentoo-2-5b9a2474322a5c8fc27ebd20e5ea603621266a5f.zip
version bump
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dchub/ChangeLog7
-rw-r--r--net-p2p/dchub/dchub-0.2.2.ebuild34
-rw-r--r--net-p2p/dchub/dchub-0.2.5.ebuild4
-rw-r--r--net-p2p/dchub/dchub-0.4.0.ebuild (renamed from net-p2p/dchub/dchub-0.1.1.ebuild)23
-rw-r--r--net-p2p/dchub/files/digest-dchub-0.1.11
-rw-r--r--net-p2p/dchub/files/digest-dchub-0.2.21
-rw-r--r--net-p2p/dchub/files/digest-dchub-0.4.01
-rw-r--r--net-p2p/dctc/ChangeLog7
-rw-r--r--net-p2p/dctc/dctc-0.85.0.ebuild (renamed from net-p2p/dctc/dctc-0.84.1.ebuild)2
-rw-r--r--net-p2p/dctc/files/digest-dctc-0.84.11
-rw-r--r--net-p2p/dctc/files/digest-dctc-0.85.01
11 files changed, 28 insertions, 54 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog
index bc8b6f64323c..9f7293c533b3 100644
--- a/net-p2p/dchub/ChangeLog
+++ b/net-p2p/dchub/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/dchub
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.6 2003/02/12 08:38:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.7 2003/03/11 13:10:18 vapier Exp $
+
+*dchub-0.4.0 (11 Mar 2003)
+
+ 11 Mar 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*dchub-0.2.5 (26 Jan 2003)
diff --git a/net-p2p/dchub/dchub-0.2.2.ebuild b/net-p2p/dchub/dchub-0.2.2.ebuild
deleted file mode 100644
index 17f807c8fffe..000000000000
--- a/net-p2p/dchub/dchub-0.2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2003 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.2.ebuild,v 1.2 2003/02/13 15:18:06 vapier Exp $
-
-S="${WORKDIR}/${P}"
-
-HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub"
-DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p application dctc (Direct Connect Text Client)."
-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.2*
- sys-devel/perl
- dev-db/edb"
-DEPEND="${RDEPEND}"
-
-src_install() {
- einstall || die "install problem"
-
- dodoc Documentation/*
- dodoc AUTHORS COPYING ChangeLog KNOWN_BUGS NEWS README TODO
-}
-
-pkg_postinst() {
- einfo "NOTE: before installing this version, if you want to keep the content of your"
- einfo "database, save it as well as the user file (the file you use with -u). Because"
- einfo "this version introduces a new database format, first, you must start with a"
- einfo "dchub -i -c yourconffile -u youruserfile. If you have special account, you"
- einfo "can then restore the user file. Now, you can enter the hub as MASTER and"
- einfo "recreates all your database keys."
-}
diff --git a/net-p2p/dchub/dchub-0.2.5.ebuild b/net-p2p/dchub/dchub-0.2.5.ebuild
index dda44fe9ba8b..b8fb5d6ea0dc 100644
--- a/net-p2p/dchub/dchub-0.2.5.ebuild
+++ b/net-p2p/dchub/dchub-0.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.2 2003/02/13 15:18:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.2.5.ebuild,v 1.3 2003/03/11 13:10:18 vapier Exp $
HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub"
DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p 'direct connect'"
@@ -8,7 +8,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/dchub-0.1.1.ebuild b/net-p2p/dchub/dchub-0.4.0.ebuild
index 811e95fef4f0..78609d996042 100644
--- a/net-p2p/dchub/dchub-0.1.1.ebuild
+++ b/net-p2p/dchub/dchub-0.4.0.ebuild
@@ -1,30 +1,29 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.1.1.ebuild,v 1.5 2003/02/13 15:18:00 vapier Exp $
-
-S="${WORKDIR}/${P}"
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.4.0.ebuild,v 1.1 2003/03/11 13:10:18 vapier Exp $
HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub"
-DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p application dctc (Direct Connect Text Client)."
+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.2*
+ =dev-libs/glib-1*
sys-devel/perl
dev-db/edb"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf || die "configure problem"
- emake || die "compile problem"
-}
src_install() {
einstall || die "install problem"
dodoc Documentation/*
- dodoc AUTHORS COPYING ChangeLog KNOWN_BUGS NEWS README TODO
+ 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/files/digest-dchub-0.1.1 b/net-p2p/dchub/files/digest-dchub-0.1.1
deleted file mode 100644
index 8f94509b5041..000000000000
--- a/net-p2p/dchub/files/digest-dchub-0.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 192a9a9b549964b199ecd184a1c8f615 dchub-0.1.1.tar.gz 123706
diff --git a/net-p2p/dchub/files/digest-dchub-0.2.2 b/net-p2p/dchub/files/digest-dchub-0.2.2
deleted file mode 100644
index af2ced12c2b5..000000000000
--- a/net-p2p/dchub/files/digest-dchub-0.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5361366de6d78bef7bdf348fe336ae87 dchub-0.2.2.tar.gz 183551
diff --git a/net-p2p/dchub/files/digest-dchub-0.4.0 b/net-p2p/dchub/files/digest-dchub-0.4.0
new file mode 100644
index 000000000000..0a7de707ee25
--- /dev/null
+++ b/net-p2p/dchub/files/digest-dchub-0.4.0
@@ -0,0 +1 @@
+MD5 b815dbaded06c0dfc9b70142d296a6cb dchub-0.4.0.tar.gz 295711
diff --git a/net-p2p/dctc/ChangeLog b/net-p2p/dctc/ChangeLog
index 7103c2de7a6d..3f1e2acdbd71 100644
--- a/net-p2p/dctc/ChangeLog
+++ b/net-p2p/dctc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/dctc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/ChangeLog,v 1.12 2003/02/12 08:38:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/ChangeLog,v 1.13 2003/03/11 13:06:33 vapier Exp $
+
+*dctc-0.85.0 (11 Mar 2003)
+
+ 11 Mar 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*dctc-0.84.1 (26 Jan 2002)
diff --git a/net-p2p/dctc/dctc-0.84.1.ebuild b/net-p2p/dctc/dctc-0.85.0.ebuild
index f9ebcc059747..f0047454105f 100644
--- a/net-p2p/dctc/dctc-0.84.1.ebuild
+++ b/net-p2p/dctc/dctc-0.85.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.84.1.ebuild,v 1.2 2003/02/13 15:18:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.0.ebuild,v 1.1 2003/03/11 13:06:33 vapier Exp $
DESCRIPTION="Direct Connect Text Client, almost famous file share program"
SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz"
diff --git a/net-p2p/dctc/files/digest-dctc-0.84.1 b/net-p2p/dctc/files/digest-dctc-0.84.1
deleted file mode 100644
index d5685035cfac..000000000000
--- a/net-p2p/dctc/files/digest-dctc-0.84.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94bd260453605081d048f733ed089e21 dctc-0.84.1.tar.gz 373521
diff --git a/net-p2p/dctc/files/digest-dctc-0.85.0 b/net-p2p/dctc/files/digest-dctc-0.85.0
new file mode 100644
index 000000000000..ad9c5b978c99
--- /dev/null
+++ b/net-p2p/dctc/files/digest-dctc-0.85.0
@@ -0,0 +1 @@
+MD5 6a3a7b6afbb1dc3fe9594150c9d7a1b8 dctc-0.85.0.tar.gz 397246