From: Sven Wegener Date: Sat, 28 Apr 2007 17:19:23 +0000 (+0000) Subject: Fix *initd, *confd and *envd calls (#173884, #174266) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc84fe9dc4281478164443b8e6758170ea433c53;p=gentoo.git Fix *initd, *confd and *envd calls (#173884, #174266) Package-Manager: portage-2.1.2.5 --- diff --git a/app-accessibility/eflite/ChangeLog b/app-accessibility/eflite/ChangeLog index 95302fb91802..f34f7544c454 100644 --- a/app-accessibility/eflite/ChangeLog +++ b/app-accessibility/eflite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/eflite # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.19 2007/01/23 14:40:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/ChangeLog,v 1.20 2007/04/28 17:17:53 swegener Exp $ + + 28 Apr 2007; Sven Wegener eflite-0.3.8-r2.ebuild, + eflite-0.3.9.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 23 Jan 2007; Marius Mauch eflite-0.3.8-r2.ebuild, eflite-0.3.9.ebuild: diff --git a/app-accessibility/eflite/eflite-0.3.8-r2.ebuild b/app-accessibility/eflite/eflite-0.3.8-r2.ebuild index 55cbc35f6316..26addfaac23f 100644 --- a/app-accessibility/eflite/eflite-0.3.8-r2.ebuild +++ b/app-accessibility/eflite/eflite-0.3.8-r2.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/app-accessibility/eflite/eflite-0.3.8-r2.ebuild,v 1.12 2007/01/23 14:40:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.3.8-r2.ebuild,v 1.13 2007/04/28 17:17:53 swegener Exp $ IUSE="" @@ -40,8 +40,7 @@ src_install() { insinto /etc/eflite doins ${FILESDIR}/es.conf - exeinto /etc/init.d - newexe ${FILESDIR}/eflite.rc eflite + newinitd ${FILESDIR}/eflite.rc eflite } pkg_postinst() { diff --git a/app-accessibility/eflite/eflite-0.3.9.ebuild b/app-accessibility/eflite/eflite-0.3.9.ebuild index 88e2947b205f..04720253cf3e 100644 --- a/app-accessibility/eflite/eflite-0.3.9.ebuild +++ b/app-accessibility/eflite/eflite-0.3.9.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/app-accessibility/eflite/eflite-0.3.9.ebuild,v 1.2 2007/01/23 14:40:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/eflite/eflite-0.3.9.ebuild,v 1.3 2007/04/28 17:17:53 swegener Exp $ IUSE="" @@ -38,8 +38,7 @@ src_install() { insinto /etc/eflite doins ${FILESDIR}/es.conf - exeinto /etc/init.d - newexe ${FILESDIR}/eflite.rc eflite + newinitd ${FILESDIR}/eflite.rc eflite } pkg_postinst() { diff --git a/app-accessibility/epos/ChangeLog b/app-accessibility/epos/ChangeLog index 83a642a656aa..6b7f555138c1 100644 --- a/app-accessibility/epos/ChangeLog +++ b/app-accessibility/epos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/epos # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/ChangeLog,v 1.21 2007/04/07 13:19:44 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/ChangeLog,v 1.22 2007/04/28 17:18:13 swegener Exp $ + + 28 Apr 2007; Sven Wegener epos-2.5.23-r1.ebuild, + epos-2.5.37.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 07 Apr 2007; Petteri Räty -epos-2.5.35-r1.ebuild: Removed ebuild with broken autotools handling wrt bug #159982. diff --git a/app-accessibility/epos/epos-2.5.23-r1.ebuild b/app-accessibility/epos/epos-2.5.23-r1.ebuild index 04757c439fcf..045aa892457c 100644 --- a/app-accessibility/epos/epos-2.5.23-r1.ebuild +++ b/app-accessibility/epos/epos-2.5.23-r1.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/app-accessibility/epos/epos-2.5.23-r1.ebuild,v 1.9 2006/05/25 00:04:50 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.23-r1.ebuild,v 1.10 2007/04/28 17:18:13 swegener Exp $ inherit eutils @@ -25,7 +25,6 @@ src_unpack() { src_install() { einstall || die mv ${D}/usr/bin/say ${D}/usr/bin/epos_say - exeinto /etc/init.d - doexe ${FILESDIR}/epos + doinitd ${FILESDIR}/epos dodoc WELCOME THANKS Changes ${FILESDIR}/README.gentoo } diff --git a/app-accessibility/epos/epos-2.5.37.ebuild b/app-accessibility/epos/epos-2.5.37.ebuild index e04791319cd2..2e1261506c0f 100644 --- a/app-accessibility/epos/epos-2.5.37.ebuild +++ b/app-accessibility/epos/epos-2.5.37.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/app-accessibility/epos/epos-2.5.37.ebuild,v 1.2 2007/01/04 13:49:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.37.ebuild,v 1.3 2007/04/28 17:18:13 swegener Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -42,8 +42,7 @@ src_install() { make DESTDIR="${D}" install || die mv "${D}/usr/bin/say" "${D}/usr/bin/epos_say" - exeinto /etc/init.d - doexe "${FILESDIR}/eposd" + doinitd "${FILESDIR}/eposd" dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo" } diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index a21793b06caa..38d69b0ac29d 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/festival -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.57 2006/11/06 04:11:37 williamh Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.58 2007/04/28 17:18:39 swegener Exp $ + + 28 Apr 2007; Sven Wegener festival-1.4.3-r3.ebuild, + festival-1.4.3-r4.ebuild, festival-1.95_beta.ebuild, + festival-1.95_beta-r1.ebuild, festival-1.95_beta-r2.ebuild, + festival-1.95_beta-r3.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) *festival-1.95_beta-r3 (06 Nov 2006) diff --git a/app-accessibility/festival/festival-1.4.3-r3.ebuild b/app-accessibility/festival/festival-1.4.3-r3.ebuild index 4e2764a34400..c2f8dcd6f987 100644 --- a/app-accessibility/festival/festival-1.4.3-r3.ebuild +++ b/app-accessibility/festival/festival-1.4.3-r3.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/app-accessibility/festival/festival-1.4.3-r3.ebuild,v 1.14 2006/09/21 05:08:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r3.ebuild,v 1.15 2007/04/28 17:18:39 swegener Exp $ inherit eutils @@ -160,13 +160,11 @@ src_install() { doins ${FESTLIB}/us3_mbrola/festvox/* # Sample server.scm configuration for the server - dodir /etc/festival insinto /etc/festival doins ${FILESDIR}/server.scm # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival # Need to fix saytime to look for festival in the correct spot dosed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" /usr/bin/saytime diff --git a/app-accessibility/festival/festival-1.4.3-r4.ebuild b/app-accessibility/festival/festival-1.4.3-r4.ebuild index 73fea338ff9c..2310189c1b70 100644 --- a/app-accessibility/festival/festival-1.4.3-r4.ebuild +++ b/app-accessibility/festival/festival-1.4.3-r4.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/app-accessibility/festival/festival-1.4.3-r4.ebuild,v 1.11 2006/09/21 05:08:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r4.ebuild,v 1.12 2007/04/28 17:18:39 swegener Exp $ inherit eutils toolchain-funcs @@ -100,8 +100,7 @@ src_install() { doins ${FILESDIR}/server.scm # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival use mbrola && mbrola_voices diff --git a/app-accessibility/festival/festival-1.95_beta-r1.ebuild b/app-accessibility/festival/festival-1.95_beta-r1.ebuild index cddf62359ff7..82d42029ec2e 100644 --- a/app-accessibility/festival/festival-1.95_beta-r1.ebuild +++ b/app-accessibility/festival/festival-1.95_beta-r1.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/app-accessibility/festival/festival-1.95_beta-r1.ebuild,v 1.9 2006/10/19 14:42:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.95_beta-r1.ebuild,v 1.10 2007/04/28 17:18:39 swegener Exp $ inherit eutils toolchain-funcs @@ -115,8 +115,7 @@ src_install() { doins ${S}/festival/lib/site* # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival use mbrola && mbrola_voices diff --git a/app-accessibility/festival/festival-1.95_beta-r2.ebuild b/app-accessibility/festival/festival-1.95_beta-r2.ebuild index 1b68ea52545a..bb8c05f8d612 100644 --- a/app-accessibility/festival/festival-1.95_beta-r2.ebuild +++ b/app-accessibility/festival/festival-1.95_beta-r2.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/app-accessibility/festival/festival-1.95_beta-r2.ebuild,v 1.1 2006/11/04 20:55:06 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.95_beta-r2.ebuild,v 1.2 2007/04/28 17:18:39 swegener Exp $ inherit eutils toolchain-funcs @@ -116,8 +116,7 @@ src_install() { doins ${S}/festival/lib/site* # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival use mbrola && mbrola_voices diff --git a/app-accessibility/festival/festival-1.95_beta-r3.ebuild b/app-accessibility/festival/festival-1.95_beta-r3.ebuild index a97eab9d5f67..47c6bd5e47ef 100644 --- a/app-accessibility/festival/festival-1.95_beta-r3.ebuild +++ b/app-accessibility/festival/festival-1.95_beta-r3.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/app-accessibility/festival/festival-1.95_beta-r3.ebuild,v 1.1 2006/11/06 04:11:37 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.95_beta-r3.ebuild,v 1.2 2007/04/28 17:18:39 swegener Exp $ inherit eutils toolchain-funcs @@ -116,8 +116,7 @@ src_install() { doins ${S}/festival/lib/site* # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival use mbrola && mbrola_voices diff --git a/app-accessibility/festival/festival-1.95_beta.ebuild b/app-accessibility/festival/festival-1.95_beta.ebuild index 5570434e65fe..734016a4b2e6 100644 --- a/app-accessibility/festival/festival-1.95_beta.ebuild +++ b/app-accessibility/festival/festival-1.95_beta.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/app-accessibility/festival/festival-1.95_beta.ebuild,v 1.7 2006/09/26 02:18:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.95_beta.ebuild,v 1.8 2007/04/28 17:18:39 swegener Exp $ inherit eutils toolchain-funcs @@ -110,8 +110,7 @@ src_install() { doins ${FILESDIR}/server.scm # Install the init script - exeinto /etc/init.d - newexe ${FILESDIR}/festival.rc festival + newinitd ${FILESDIR}/festival.rc festival use mbrola && mbrola_voices diff --git a/app-accessibility/speechd/ChangeLog b/app-accessibility/speechd/ChangeLog index 0623d0f7f707..89182a87b764 100644 --- a/app-accessibility/speechd/ChangeLog +++ b/app-accessibility/speechd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speechd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/ChangeLog,v 1.19 2007/03/12 18:24:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/ChangeLog,v 1.20 2007/04/28 17:19:23 swegener Exp $ + + 28 Apr 2007; Sven Wegener speechd-0.56-r1.ebuild, + speechd-0.56-r2.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 12 Mar 2007; Raúl Porcel speechd-0.56-r2.ebuild: x86 stable diff --git a/app-accessibility/speechd/speechd-0.56-r1.ebuild b/app-accessibility/speechd/speechd-0.56-r1.ebuild index 1f2ce821a5d2..47a116f35763 100644 --- a/app-accessibility/speechd/speechd-0.56-r1.ebuild +++ b/app-accessibility/speechd/speechd-0.56-r1.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/app-accessibility/speechd/speechd-0.56-r1.ebuild,v 1.11 2005/01/01 10:51:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/speechd-0.56-r1.ebuild,v 1.12 2007/04/28 17:19:23 swegener Exp $ inherit eutils @@ -29,8 +29,7 @@ src_install() { use esd && dosed 's,#\($use_esd\),\1,g' /usr/bin/speechd insinto /etc doins speechd.sub speechdrc - exeinto /etc/init.d - newexe ${FILESDIR}/speechd.rc speechd + newinitd ${FILESDIR}/speechd.rc speechd doman ${S}/man/man1/*.1 dodoc README AUTHORS CHANGELOG TODO speechio.faq } diff --git a/app-accessibility/speechd/speechd-0.56-r2.ebuild b/app-accessibility/speechd/speechd-0.56-r2.ebuild index 4ed3fc1b6b6a..857775fff087 100644 --- a/app-accessibility/speechd/speechd-0.56-r2.ebuild +++ b/app-accessibility/speechd/speechd-0.56-r2.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/app-accessibility/speechd/speechd-0.56-r2.ebuild,v 1.4 2007/03/12 18:24:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/speechd-0.56-r2.ebuild,v 1.5 2007/04/28 17:19:23 swegener Exp $ inherit eutils @@ -31,8 +31,7 @@ src_install() { use esd && dosed 's,#\($use_esd\),\1,g' /usr/bin/speechd insinto /etc doins speechd.sub speechdrc - exeinto /etc/init.d - newexe ${FILESDIR}/speechd.rc speechd + newinitd ${FILESDIR}/speechd.rc speechd doman ${S}/man/man1/*.1 dodoc README AUTHORS CHANGELOG TODO speechio.faq }