# ChangeLog for net-misc/portfwd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/ChangeLog,v 1.19 2007/02/20 13:32:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/ChangeLog,v 1.20 2007/04/29 17:58:29 tove Exp $
+
+ 29 Apr 2007; Torsten Veller <tove@gentoo.org> portfwd-0.28.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
20 Feb 2007; Simon Stelling <blubb@gentoo.org>
+files/portfwd-0.28-64bit.patch, portfwd-0.28.ebuild:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.28.ebuild,v 1.6 2007/02/20 13:32:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.28.ebuild,v 1.7 2007/04/29 17:58:29 tove Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.4"
dodoc cfg/*
- insinto /etc/init.d
- insopts -m0755
- newins ${FILESDIR}/${PN}.init ${PN}
-
- insinto /etc/conf.d
- insopts -m0644
- newins ${FILESDIR}/${PN}.confd ${PN}
+ newinitd ${FILESDIR}/${PN}.init ${PN}
+ newconfd ${FILESDIR}/${PN}.confd ${PN}
}
pkg_postinst() {
# 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.
-# 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"
S="${WORKDIR}/${PN}${PV}-linux-alpha"
fi
-RESTRICT="nomirror"
+RESTRICT="mirror"
src_install() {
exeinto /opt/proxyper ; doexe proxyper
dodoc ChangeLog.txt
dohtml manual.html
- exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper
+ newinitd ${FILESDIR}/proxyper.init proxyper
}
pkg_postinst() {
-# 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"
S="${WORKDIR}/${PN}${PV}-linux-x86"
-RESTRICT="nomirror"
+RESTRICT="mirror"
src_install() {
local DESTDIR="/opt/proxyper"
dodoc ChangeLog.txt
dohtml manual.html
- exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper
+ newinitd ${FILESDIR}/proxyper.init proxyper
}
pkg_postinst() {
-# 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"
S="${WORKDIR}/${PN}${PV}-linux-x86-uclibc"
-RESTRICT="nomirror"
+RESTRICT="mirror"
src_install() {
local DESTDIR="/opt/proxyper"
dodoc ChangeLog.txt
dohtml manual.html
- exeinto /etc/init.d ; newexe ${FILESDIR}/proxyper.init proxyper
+ newinitd ${FILESDIR}/proxyper.init proxyper
}
pkg_postinst() {
# ChangeLog for net-misc/sobby
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/ChangeLog,v 1.10 2006/10/28 14:46:08 mabi Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/ChangeLog,v 1.11 2007/04/29 17:55:26 tove Exp $
+
+ 29 Apr 2007; Torsten Veller <tove@gentoo.org> sobby-0.3.0.ebuild,
+ sobby-0.4.1.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
28 Oct 2006; Matti Bickel <mabi@gentoo.org> sobby-0.3.0.ebuild:
Stable on ppc (bug #115113)
-# 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-misc/sobby/sobby-0.3.0.ebuild,v 1.6 2006/10/28 14:46:08 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/sobby-0.3.0.ebuild,v 1.7 2007/04/29 17:55:26 tove Exp $
inherit eutils
src_install() {
make DESTDIR=${D} install || die
- insinto /etc/conf.d/
- newins ${FILESDIR}/sobby-conf-0.2.0 sobby
-
- exeinto /etc/init.d/
- newexe ${FILESDIR}/sobby-init-0.2.0 sobby
+ newconfd ${FILESDIR}/sobby-conf-0.2.0 sobby
+ newinitd ${FILESDIR}/sobby-init-0.2.0 sobby
}
pkg_postinst() {
-# 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-misc/sobby/sobby-0.4.1.ebuild,v 1.3 2006/10/23 22:26:39 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/sobby-0.4.1.ebuild,v 1.4 2007/04/29 17:55:26 tove Exp $
inherit eutils
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
- insinto /etc/conf.d/
- newins ${FILESDIR}/sobby-conf-0.2.0 sobby
-
- exeinto /etc/init.d/
- newexe ${FILESDIR}/sobby-init-0.2.0 sobby
+ newconfd "${FILESDIR}"/sobby-conf-0.2.0 sobby
+ newinitd "${FILESDIR}"/sobby-init-0.2.0 sobby
}
pkg_postinst() {
# ChangeLog for net-misc/tor
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.76 2007/01/27 23:58:36 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.77 2007/04/29 17:48:03 tove Exp $
+
+ 29 Apr 2007; Torsten Veller <tove@gentoo.org> tor-0.1.1.23.ebuild,
+ tor-0.1.1.26.ebuild, tor-0.1.2.6_alpha.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
*tor-0.1.2.6_alpha (27 Jan 2007)
-# 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-misc/tor/tor-0.1.1.23.ebuild,v 1.7 2006/10/21 16:22:10 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.1.23.ebuild,v 1.8 2007/04/29 17:48:03 tove Exp $
inherit eutils
}
src_install() {
- exeinto /etc/init.d ; newexe ${FILESDIR}/tor.initd tor
+ newinitd ${FILESDIR}/tor.initd tor
make DESTDIR=${D} install || die
dodoc README ChangeLog AUTHORS INSTALL \
-# 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-misc/tor/tor-0.1.1.26.ebuild,v 1.1 2006/12/18 02:12:21 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.1.26.ebuild,v 1.2 2007/04/29 17:48:03 tove Exp $
inherit eutils
}
src_install() {
- exeinto /etc/init.d ; newexe ${FILESDIR}/tor.initd tor
+ newinitd ${FILESDIR}/tor.initd tor
make DESTDIR=${D} install || die
dodoc README ChangeLog AUTHORS INSTALL \
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.2.6_alpha.ebuild,v 1.1 2007/01/27 23:58:36 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.1.2.6_alpha.ebuild,v 1.2 2007/04/29 17:48:03 tove Exp $
inherit eutils
}
src_install() {
- exeinto /etc/init.d ; newexe ${FILESDIR}/tor.initd tor
+ newinitd ${FILESDIR}/tor.initd tor
make DESTDIR=${D} install || die
dodoc README ChangeLog AUTHORS INSTALL \
# ChangeLog for net-misc/utelnetd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/ChangeLog,v 1.6 2007/02/09 04:54:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/ChangeLog,v 1.7 2007/04/29 17:50:15 tove Exp $
+
+ 29 Apr 2007; Torsten Veller <tove@gentoo.org> utelnetd-0.1.9.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
-# Copyright 1999-2004 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/utelnetd/utelnetd-0.1.9.ebuild,v 1.6 2004/10/29 13:26:45 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/utelnetd-0.1.9.ebuild,v 1.7 2007/04/29 17:50:15 tove Exp $
inherit toolchain-funcs
dosbin utelnetd || die
dodoc ChangeLog README
- exeinto /etc/init.d; newexe ${FILESDIR}/utelnetd.initd utelnetd
+ newinitd "${FILESDIR}"/utelnetd.initd utelnetd
}
# ChangeLog for net-misc/vtun
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.30 2007/02/22 02:54:41 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.31 2007/04/29 17:52:39 tove Exp $
+
+ 29 Apr 2007; Torsten Veller <tove@gentoo.org> vtun-2.6.ebuild,
+ vtun-2.6-r1.ebuild:
+ Fix *initd, *confd and *envd calls (#173884, #174266)
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
-# 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-misc/vtun/vtun-2.6-r1.ebuild,v 1.4 2006/10/29 09:24:35 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.5 2007/04/29 17:52:39 tove Exp $
inherit eutils
dodoc ChangeLog Credits FAQ README README.Setup README.Shaper TODO
- exeinto etc/init.d;
- newexe ${FILESDIR}/vtun.rc vtun
+ newinitd ${FILESDIR}/vtun.rc vtun
insinto etc
doins ${FILESDIR}/vtund-start.conf
-# 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-misc/vtun/vtun-2.6.ebuild,v 1.13 2006/10/29 09:24:35 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.14 2007/04/29 17:52:39 tove Exp $
inherit eutils
dodoc ChangeLog Credits FAQ README README.Setup README.Shaper TODO
- exeinto etc/init.d;
- newexe ${FILESDIR}/vtun.rc vtun
+ newinitd ${FILESDIR}/vtun.rc vtun
insinto etc
doins ${FILESDIR}/vtund-start.conf