Use newinitd and newconfd (#174266).
authorAlin Năstac <mrness@gentoo.org>
Sun, 22 Apr 2007 00:24:03 +0000 (00:24 +0000)
committerAlin Năstac <mrness@gentoo.org>
Sun, 22 Apr 2007 00:24:03 +0000 (00:24 +0000)
Package-Manager: portage-2.1.2.2

net-proxy/dante/ChangeLog
net-proxy/dante/dante-1.1.18.ebuild
net-proxy/dante/dante-1.1.19.ebuild
net-proxy/http-replicator/ChangeLog
net-proxy/http-replicator/http-replicator-3.0.ebuild

index 13a49411796bbdcdeed9ab85ea30f96d308e5b8b..49a86beb02df9a738ff37c9e92d7f306a8786664 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-proxy/dante
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.35 2006/09/21 22:08:05 blubb Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.36 2007/04/22 00:21:40 mrness Exp $
+
+  22 Apr 2007; Alin Năstac <mrness@gentoo.org> dante-1.1.18.ebuild,
+  dante-1.1.19.ebuild:
+  Use newinitd and newconfd (#174266).
 
   21 Sep 2006; <blubb@gentoo.org> dante-1.1.19.ebuild:
   stable on amd64
index 78800e6c4edcd77eac4c6824d55eadad88a986fc..f41aea77ee5b5582a109675336a535b6bda7128f 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.1.18.ebuild,v 1.9 2006/02/07 21:42:53 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.1.18.ebuild,v 1.10 2007/04/22 00:21:40 mrness Exp $
 
 inherit fixheadtails eutils
 
@@ -64,10 +64,8 @@ src_install() {
        cd ${S}
 
        # our init script
-       exeinto /etc/init.d
-       newexe ${FILESDIR}/dante-sockd-init dante-sockd
-       insinto /etc/conf.d
-       newins ${FILESDIR}/dante-sockd-conf dante-sockd
+       newinitd ${FILESDIR}/dante-sockd-init dante-sockd
+       newconfd ${FILESDIR}/dante-sockd-conf dante-sockd
 
        # install documentation
        dodoc BUGS CREDITS NEWS README SUPPORT TODO
index d69b703faaab795d0aa9676ef14cd8bc388984c8..915c6f545542bf5fb72cf03938fe293724d7a9d7 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.1.19.ebuild,v 1.10 2006/09/21 22:08:05 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/dante-1.1.19.ebuild,v 1.11 2007/04/22 00:21:40 mrness Exp $
 
 inherit fixheadtails eutils
 
@@ -64,10 +64,8 @@ src_install() {
        cd "${S}"
 
        # our init script
-       exeinto /etc/init.d
-       newexe "${FILESDIR}/dante-sockd-init" dante-sockd
-       insinto /etc/conf.d
-       newins "${FILESDIR}/dante-sockd-conf" dante-sockd
+       newinitd "${FILESDIR}/dante-sockd-init" dante-sockd
+       newconfd "${FILESDIR}/dante-sockd-conf" dante-sockd
 
        # install documentation
        dodoc BUGS CREDITS NEWS README SUPPORT TODO
index b66d26bb35c51908b349c6c5d6fccb3108dbc624..7abc8d3b1a11cc87bb1462b13e964028b78ee261 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/http-replicator
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.13 2006/11/04 17:18:44 dertobi123 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.14 2007/04/22 00:24:03 mrness Exp $
+
+  22 Apr 2007; Alin Năstac <mrness@gentoo.org> http-replicator-3.0.ebuild:
+  Use newinitd and newconfd (#174266).
 
   04 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   http-replicator-3.0.ebuild:
index dcd2dff6c530538bd118a19103e4ec7a6f82f7e7..5d473d06806c48fd06f47fc1cebfac00e91e2557 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.15 2006/11/04 17:18:44 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.16 2007/04/22 00:24:03 mrness Exp $
 
 DESCRIPTION="Proxy cache for Gentoo packages"
 HOMEPAGE="http://gertjan.freezope.org/replicator/"
@@ -28,17 +28,13 @@ src_install(){
                newexe "${FILESDIR}/http-replicator-3.0-repcacheman-0.21" repcacheman.py
        fi
 
-       # Config file into /etc/conf.d
-       insinto /etc/conf.d
-       newins "${FILESDIR}/http-replicator-3.0.conf" http-replicator
+       # init.d scripts
+       newinitd "${FILESDIR}/http-replicator-3.0.init" http-replicator
+       newconfd "${FILESDIR}/http-replicator-3.0.conf" http-replicator
 
        # Docs
        dodoc README debian/changelog
 
-       # init.d scripts
-       exeinto /etc/init.d
-       newexe "${FILESDIR}/http-replicator-3.0.init" http-replicator
-
        # Man Page - Not Gentooified yet
        doman http-replicator.1