summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-04-29 17:44:16 +0000
committerTorsten Veller <tove@gentoo.org>2007-04-29 17:44:16 +0000
commit46d355020fb12931a2d1bb2523aaaa3aea43a465 (patch)
tree199d04b6a6a2642c861b006260cb1bc21aedefee /net-misc/proxyper
parentApply ppc64 patch only on ppc64. (diff)
downloadgentoo-2-46d355020fb12931a2d1bb2523aaaa3aea43a465.tar.gz
gentoo-2-46d355020fb12931a2d1bb2523aaaa3aea43a465.tar.bz2
gentoo-2-46d355020fb12931a2d1bb2523aaaa3aea43a465.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc/proxyper')
-rw-r--r--net-misc/proxyper/ChangeLog6
-rw-r--r--net-misc/proxyper/proxyper-333.ebuild8
-rw-r--r--net-misc/proxyper/proxyper-335.ebuild8
-rw-r--r--net-misc/proxyper/proxyper-341a.ebuild8
4 files changed, 17 insertions, 13 deletions
diff --git a/net-misc/proxyper/ChangeLog b/net-misc/proxyper/ChangeLog
index 1143c45e0eb0..1a2093bd7eb6 100644
--- a/net-misc/proxyper/ChangeLog
+++ b/net-misc/proxyper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/proxyper
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/ChangeLog,v 1.6 2007/02/22 02:41:51 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/ChangeLog,v 1.7 2007/04/29 17:44:16 tove Exp $
+
+ 29 Apr 2007; Torsten Veller <tove@gentoo.org> proxyper-333.ebuild,
+ proxyper-335.ebuild, proxyper-341a.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-misc/proxyper/proxyper-333.ebuild b/net-misc/proxyper/proxyper-333.ebuild
index 0d53ee8906f5..26cc12468152 100644
--- a/net-misc/proxyper/proxyper-333.ebuild
+++ b/net-misc/proxyper/proxyper-333.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-333.ebuild,v 1.3 2005/07/15 10:51:34 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-333.ebuild,v 1.4 2007/04/29 17:44:16 tove Exp $
DESCRIPTION="distributed.net personal proxy"
HOMEPAGE="http://www.distributed.net"
@@ -22,7 +22,7 @@ elif use alpha; then
S="${WORKDIR}/${PN}${PV}-linux-alpha"
fi
-RESTRICT="nomirror"
+RESTRICT="mirror"
src_install() {
exeinto /opt/proxyper ; doexe proxyper
@@ -31,7 +31,7 @@ src_install() {
dodoc ChangeLog.txt
dohtml manual.html
- exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper
+ newinitd ${FILESDIR}/proxyper.init proxyper
}
pkg_postinst() {
diff --git a/net-misc/proxyper/proxyper-335.ebuild b/net-misc/proxyper/proxyper-335.ebuild
index 9a4542e806b7..0c505668bf5d 100644
--- a/net-misc/proxyper/proxyper-335.ebuild
+++ b/net-misc/proxyper/proxyper-335.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-335.ebuild,v 1.3 2005/07/15 10:51:34 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-335.ebuild,v 1.4 2007/04/29 17:44:16 tove Exp $
DESCRIPTION="distributed.net personal proxy"
HOMEPAGE="http://www.distributed.net"
@@ -14,7 +14,7 @@ RDEPEND="net-dns/host"
S="${WORKDIR}/${PN}${PV}-linux-x86"
-RESTRICT="nomirror"
+RESTRICT="mirror"
src_install() {
local DESTDIR="/opt/proxyper"
@@ -32,7 +32,7 @@ src_install() {
dodoc ChangeLog.txt
dohtml manual.html
- exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper
+ newinitd ${FILESDIR}/proxyper.init proxyper
}
pkg_postinst() {
diff --git a/net-misc/proxyper/proxyper-341a.ebuild b/net-misc/proxyper/proxyper-341a.ebuild
index 0b2f69e8500f..b91c4719fa8f 100644
--- a/net-misc/proxyper/proxyper-341a.ebuild
+++ b/net-misc/proxyper/proxyper-341a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-341a.ebuild,v 1.4 2005/07/15 10:51:34 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-341a.ebuild,v 1.5 2007/04/29 17:44:16 tove Exp $
DESCRIPTION="distributed.net personal proxy"
HOMEPAGE="http://www.distributed.net"
@@ -14,7 +14,7 @@ RDEPEND="net-dns/host"
S="${WORKDIR}/${PN}${PV}-linux-x86-uclibc"
-RESTRICT="nomirror"
+RESTRICT="mirror"
src_install() {
local DESTDIR="/opt/proxyper"
@@ -32,7 +32,7 @@ src_install() {
dodoc ChangeLog.txt
dohtml manual.html
- exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper
+ newinitd ${FILESDIR}/proxyper.init proxyper
}
pkg_postinst() {