summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-04-22 00:24:03 +0000
committerAlin Năstac <mrness@gentoo.org>2007-04-22 00:24:03 +0000
commit20abd1346b0f22710044a9d2115a2dae85c386c1 (patch)
tree54d145917119d3cf918fc5e3fa72a1a6e11dff7a /net-proxy
parentFix mask for mythweb (diff)
downloadhistorical-20abd1346b0f22710044a9d2115a2dae85c386c1.tar.gz
historical-20abd1346b0f22710044a9d2115a2dae85c386c1.tar.bz2
historical-20abd1346b0f22710044a9d2115a2dae85c386c1.zip
Use newinitd and newconfd (#174266).
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/dante/ChangeLog8
-rw-r--r--net-proxy/dante/dante-1.1.18.ebuild10
-rw-r--r--net-proxy/dante/dante-1.1.19.ebuild10
-rw-r--r--net-proxy/http-replicator/ChangeLog7
-rw-r--r--net-proxy/http-replicator/http-replicator-3.0.ebuild14
5 files changed, 24 insertions, 25 deletions
diff --git a/net-proxy/dante/ChangeLog b/net-proxy/dante/ChangeLog
index 13a49411796b..49a86beb02df 100644
--- a/net-proxy/dante/ChangeLog
+++ b/net-proxy/dante/ChangeLog
@@ -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
diff --git a/net-proxy/dante/dante-1.1.18.ebuild b/net-proxy/dante/dante-1.1.18.ebuild
index 78800e6c4edc..f41aea77ee5b 100644
--- a/net-proxy/dante/dante-1.1.18.ebuild
+++ b/net-proxy/dante/dante-1.1.18.ebuild
@@ -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
diff --git a/net-proxy/dante/dante-1.1.19.ebuild b/net-proxy/dante/dante-1.1.19.ebuild
index d69b703faaab..915c6f545542 100644
--- a/net-proxy/dante/dante-1.1.19.ebuild
+++ b/net-proxy/dante/dante-1.1.19.ebuild
@@ -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
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog
index b66d26bb35c5..7abc8d3b1a11 100644
--- a/net-proxy/http-replicator/ChangeLog
+++ b/net-proxy/http-replicator/ChangeLog
@@ -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:
diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild
index dcd2dff6c530..5d473d06806c 100644
--- a/net-proxy/http-replicator/http-replicator-3.0.ebuild
+++ b/net-proxy/http-replicator/http-replicator-3.0.ebuild
@@ -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