diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-22 11:31:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-22 11:31:32 +0000 |
commit | ff6a96d4d9ab1c05324a7b5f0c1e542dc28f0bb5 (patch) | |
tree | 9960fdbfe71ba9526c8b7021d91438c9b24b75d5 /net-p2p/dchub | |
parent | + ~amd64 wrt bug #175537 (diff) | |
download | gentoo-2-ff6a96d4d9ab1c05324a7b5f0c1e542dc28f0bb5.tar.gz gentoo-2-ff6a96d4d9ab1c05324a7b5f0c1e542dc28f0bb5.tar.bz2 gentoo-2-ff6a96d4d9ab1c05324a7b5f0c1e542dc28f0bb5.zip |
Use doconfd and doinitd, bug 174266
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-p2p/dchub')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.5.2.ebuild | 10 |
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 } |