diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 13:45:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-24 13:45:15 +0000 |
commit | 64693733048ad25bd5ac34b3a1a0b648f25058b6 (patch) | |
tree | c292df7d6ab728518a562b620f5ebbc92a432347 /net-p2p/dchub | |
parent | version bump (diff) | |
download | gentoo-2-64693733048ad25bd5ac34b3a1a0b648f25058b6.tar.gz gentoo-2-64693733048ad25bd5ac34b3a1a0b648f25058b6.tar.bz2 gentoo-2-64693733048ad25bd5ac34b3a1a0b648f25058b6.zip |
version bump
Diffstat (limited to 'net-p2p/dchub')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.4.2.ebuild (renamed from net-p2p/dchub/dchub-0.4.0.ebuild) | 2 | ||||
-rw-r--r-- | net-p2p/dchub/files/dchub.init.d | 10 | ||||
-rw-r--r-- | net-p2p/dchub/files/digest-dchub-0.4.0 | 1 | ||||
-rw-r--r-- | net-p2p/dchub/files/digest-dchub-0.4.2 | 1 |
5 files changed, 14 insertions, 7 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog index 9f7293c533b3..b0fd3cc6f3a0 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.7 2003/03/11 13:10:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.8 2003/04/24 13:43:19 vapier Exp $ + +*dchub-0.4.2 (24 Apr 2003) + + 24 Apr 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump + init.d update. *dchub-0.4.0 (11 Mar 2003) diff --git a/net-p2p/dchub/dchub-0.4.0.ebuild b/net-p2p/dchub/dchub-0.4.2.ebuild index adee5da809b7..0e7ab3774a2c 100644 --- a/net-p2p/dchub/dchub-0.4.0.ebuild +++ b/net-p2p/dchub/dchub-0.4.2.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.4.0.ebuild,v 1.2 2003/03/11 21:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.4.2.ebuild,v 1.1 2003/04/24 13:43:19 vapier Exp $ HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub" DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p 'direct connect'" diff --git a/net-p2p/dchub/files/dchub.init.d b/net-p2p/dchub/files/dchub.init.d index d467affcac4b..e2bdfa7bcf30 100644 --- a/net-p2p/dchub/files/dchub.init.d +++ b/net-p2p/dchub/files/dchub.init.d @@ -1,12 +1,14 @@ #!/sbin/runscript # 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/files/dchub.init.d,v 1.1 2003/01/26 23:18:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/files/dchub.init.d,v 1.2 2003/04/24 13:43:19 vapier Exp $ -# we define these 2 values here because they're mandatory +# we define these 4 values here because they're mandatory DCHUB_CONF="${DCHUB_CONF_DIR}/dchub.conf.db" -DCHUB_PASS="${DCHUB_CONF_DIR}/dchub.passwd" -DCHUB_REQ="-c ${DCHUB_CONF} -u ${DCHUB_PASS}" +DCHUB_USER="${DCHUB_CONF_DIR}/dchub.passwd" +DCHUB_PASS="${DCHUB_CONF_DIR}/dchub.hubpass" +DCHUB_FCRC="${DCHUB_CONF_DIR}/dchub.crc" +DCHUB_REQ="-c ${DCHUB_CONF} -u ${DCHUB_USER} -P ${DCHUB_PASS} -r ${DCHUB_FCRC}" depend() { need net diff --git a/net-p2p/dchub/files/digest-dchub-0.4.0 b/net-p2p/dchub/files/digest-dchub-0.4.0 deleted file mode 100644 index 0a7de707ee25..000000000000 --- a/net-p2p/dchub/files/digest-dchub-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b815dbaded06c0dfc9b70142d296a6cb dchub-0.4.0.tar.gz 295711 diff --git a/net-p2p/dchub/files/digest-dchub-0.4.2 b/net-p2p/dchub/files/digest-dchub-0.4.2 new file mode 100644 index 000000000000..42e3d30c376d --- /dev/null +++ b/net-p2p/dchub/files/digest-dchub-0.4.2 @@ -0,0 +1 @@ +MD5 5d84e0d658153ccc3bcd708d4ba11539 dchub-0.4.2.tar.gz 318498 |