diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:18:39 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:18:39 +0000 |
commit | ef704cc320c52049cd46a68c799263c3fba6f114 (patch) | |
tree | 505c1851c074ae4c327b7c3688302140b025f512 /app-accessibility | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-ef704cc320c52049cd46a68c799263c3fba6f114.tar.gz gentoo-2-ef704cc320c52049cd46a68c799263c3fba6f114.tar.bz2 gentoo-2-ef704cc320c52049cd46a68c799263c3fba6f114.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-accessibility')
7 files changed, 26 insertions, 27 deletions
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 <swegener@gentoo.org> 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 |