summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/dchub/ChangeLog7
-rw-r--r--net-p2p/dchub/dchub-0.5.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog
index 5c29d4922a76..c926c66cc15f 100644
--- a/net-p2p/dchub/ChangeLog
+++ b/net-p2p/dchub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/dchub
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.23 2008/04/13 21:48:15 betelgeuse Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.24 2009/12/22 21:18:18 flameeyes Exp $
+
+ 22 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> dchub-0.5.2.ebuild:
+ Fix obvious typo.
13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> dchub-0.5.2.ebuild:
Remove RDEPEND on virtual/libc and fix quoting.
diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild
index b7f04aa40f46..1435c449e901 100644
--- a/net-p2p/dchub/dchub-0.5.2.ebuild
+++ b/net-p2p/dchub/dchub-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.11 2008/04/13 21:48:15 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.12 2009/12/22 21:18:18 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.4"
@@ -41,6 +41,6 @@ src_install() {
dodoc AUTHORS COPYING ChangeLog NEWS README TODO || die
dodir /etc/dchub
- newinitd {FILESDIR}/dchub.init.d dchub
+ newinitd ${FILESDIR}/dchub.init.d dchub
newconfd ${FILESDIR}/dchub.conf.d dchub
}