summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/dchub/ChangeLog5
-rw-r--r--net-p2p/dchub/dchub-0.5.2.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog
index 550f4e48fe7c..3e9982170aae 100644
--- a/net-p2p/dchub/ChangeLog
+++ b/net-p2p/dchub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/dchub
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.21 2007/01/10 10:35:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.22 2007/04/22 11:31:32 armin76 Exp $
+
+ 22 Apr 2007; Raúl Porcel <armin76@gentoo.org> dchub-0.5.2.ebuild:
+ Use doconfd and doinitd, bug 174266
10 Jan 2007; Raúl Porcel <armin76@gentoo.org> dchub-0.5.2.ebuild:
Add autotools variables, bug 152462
diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild
index baf710e0d5db..a41cfff02ee2 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-2007 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.9 2007/01/10 10:35:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.10 2007/04/22 11:31:32 armin76 Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.4"
@@ -40,9 +40,7 @@ src_install() {
dodoc Documentation/*
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
+ dodir /etc/dchub
+ newinitd {FILESDIR}/dchub.init.d dchub
+ newconfd ${FILESDIR}/dchub.conf.d dchub
}