diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-05 19:29:05 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-11-05 19:29:05 +0000 |
commit | 61f743d4e1d6723e0d9c740d1de4be909285c290 (patch) | |
tree | 38f073537d7af0d5096a186b35f3149a9c4860e9 /net-p2p/dchub | |
parent | added X to DEPEND (diff) | |
download | historical-61f743d4e1d6723e0d9c740d1de4be909285c290.tar.gz historical-61f743d4e1d6723e0d9c740d1de4be909285c290.tar.bz2 historical-61f743d4e1d6723e0d9c740d1de4be909285c290.zip |
Version bumps
Diffstat (limited to 'net-p2p/dchub')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.2.2.ebuild | 34 | ||||
-rw-r--r-- | net-p2p/dchub/files/digest-dchub-0.2.2 | 1 |
3 files changed, 41 insertions, 1 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog index b7240dc5dc9c..6a2991c73523 100644 --- a/net-p2p/dchub/ChangeLog +++ b/net-p2p/dchub/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/dchub # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.3 2002/08/26 21:20:18 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.4 2002/11/05 19:29:05 aliz Exp $ + +*dchub-0.2.2 (05 Nov 2002) + + 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> : + Version bump. *dchub-0.1.1 (19 Jul 2002) diff --git a/net-p2p/dchub/dchub-0.2.2.ebuild b/net-p2p/dchub/dchub-0.2.2.ebuild new file mode 100644 index 000000000000..4f00af4b0e50 --- /dev/null +++ b/net-p2p/dchub/dchub-0.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 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.1 2002/11/05 19:29:05 aliz 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/files/digest-dchub-0.2.2 b/net-p2p/dchub/files/digest-dchub-0.2.2 new file mode 100644 index 000000000000..af2ced12c2b5 --- /dev/null +++ b/net-p2p/dchub/files/digest-dchub-0.2.2 @@ -0,0 +1 @@ +MD5 5361366de6d78bef7bdf348fe336ae87 dchub-0.2.2.tar.gz 183551 |