From 5549673dc4c6c6fff5620dd8ccfe8589cbca2144 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 22 Dec 2009 21:18:18 +0000 Subject: Fix obvious typo. (Portage version: 2.2_rc60/cvs/Linux x86_64) --- net-p2p/dchub/ChangeLog | 7 +++++-- net-p2p/dchub/dchub-0.5.2.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net-p2p') 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ò dchub-0.5.2.ebuild: + Fix obvious typo. 13 Apr 2008; Petteri Räty 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 } -- cgit v1.2.3-65-gdbad