diff options
author | Christian Heim <phreak@gentoo.org> | 2007-12-26 22:25:47 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-12-26 22:25:47 +0000 |
commit | 36cf34809bdf953343ff4a473c99217be1048010 (patch) | |
tree | 82c4e7f450077703b51ab98b3b9411162bf21bb2 /app-accessibility/espeak | |
parent | Check for gmp useflag in dev-libs/nettle, #202431. (diff) | |
download | gentoo-2-36cf34809bdf953343ff4a473c99217be1048010.tar.gz gentoo-2-36cf34809bdf953343ff4a473c99217be1048010.tar.bz2 gentoo-2-36cf34809bdf953343ff4a473c99217be1048010.zip |
Fix the quotation.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-accessibility/espeak')
-rw-r--r-- | app-accessibility/espeak/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.19.ebuild | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.20-r1.ebuild | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.25.ebuild | 8 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.26-r1.ebuild | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.26.ebuild | 8 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.27.ebuild | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.28.ebuild | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.29.ebuild | 8 |
9 files changed, 34 insertions, 28 deletions
diff --git a/app-accessibility/espeak/ChangeLog b/app-accessibility/espeak/ChangeLog index 486ced7b4f14..8e41c516140f 100644 --- a/app-accessibility/espeak/ChangeLog +++ b/app-accessibility/espeak/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/espeak # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.25 2007/08/28 20:43:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.26 2007/12/26 22:25:47 phreak Exp $ + + 26 Dec 2007; Christian Heim <phreak@gentoo.org> espeak-1.19.ebuild, + espeak-1.20-r1.ebuild, espeak-1.25.ebuild, espeak-1.26.ebuild, + espeak-1.26-r1.ebuild, espeak-1.27.ebuild, espeak-1.28.ebuild, + espeak-1.29.ebuild: + Fix the quotation. 28 Aug 2007; Jeroen Roovers <jer@gentoo.org> files/digest-espeak-1.29, Manifest: diff --git a/app-accessibility/espeak/espeak-1.19.ebuild b/app-accessibility/espeak/espeak-1.19.ebuild index 430764f7768d..959ccdb1ac10 100644 --- a/app-accessibility/espeak/espeak-1.19.ebuild +++ b/app-accessibility/espeak/espeak-1.19.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/espeak/espeak-1.19.ebuild,v 1.5 2007/07/15 23:02:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v 1.6 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -31,10 +31,10 @@ src_unpack() { fi # Apply patch to support big-endian processors - epatch ${FILESDIR}/${P}-big-endian.patch + epatch "${FILESDIR}/${P}-big-endian.patch" # Apply patch for ppc64 segfault - epatch ${FILESDIR}/${P}-ppc64-segfault.patch + epatch "${FILESDIR}/${P}-ppc64-segfault.patch" } src_compile() { diff --git a/app-accessibility/espeak/espeak-1.20-r1.ebuild b/app-accessibility/espeak/espeak-1.20-r1.ebuild index 9c3507849e34..f95857b4e812 100644 --- a/app-accessibility/espeak/espeak-1.20-r1.ebuild +++ b/app-accessibility/espeak/espeak-1.20-r1.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/espeak/espeak-1.20-r1.ebuild,v 1.2 2007/07/15 23:02:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.20-r1.ebuild,v 1.3 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -31,10 +31,10 @@ src_unpack() { fi # Apply patch to support big-endian processors - epatch ${FILESDIR}/${P}-big-endian.patch + epatch "${FILESDIR}/${P}-big-endian.patch" # Apply patch for ppc64 segfault - epatch ${FILESDIR}/${P}-ppc64-segfault.patch + epatch "${FILESDIR}/${P}-ppc64-segfault.patch" } src_compile() { diff --git a/app-accessibility/espeak/espeak-1.25.ebuild b/app-accessibility/espeak/espeak-1.25.ebuild index 14df924100dc..d46be6bd4f9b 100644 --- a/app-accessibility/espeak/espeak-1.25.ebuild +++ b/app-accessibility/espeak/espeak-1.25.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/espeak/espeak-1.25.ebuild,v 1.4 2007/08/27 16:57:00 dmwaters Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v 1.5 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -36,7 +36,7 @@ src_compile() { emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed" einfo "Fixing byte order of phoneme data files" - cd ${S}/big_endian + cd "${S}/big_endian" make ./espeak-phoneme-data "${S}/espeak-data" cp -f phondata phonindex phontab "${S}/espeak-data" @@ -47,12 +47,12 @@ src_compile() { local lang for l in *_rules; do lang=${l/_rules/} - ${S}/src/speak --compile=$lang + "${S}/src/speak" --compile=$lang done } src_install() { - cd ${S}/src + cd "${S}/src" make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die "Installation failed" cd "${S}" diff --git a/app-accessibility/espeak/espeak-1.26-r1.ebuild b/app-accessibility/espeak/espeak-1.26-r1.ebuild index 46da289642da..9b8989edb1e4 100644 --- a/app-accessibility/espeak/espeak-1.26-r1.ebuild +++ b/app-accessibility/espeak/espeak-1.26-r1.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/espeak/espeak-1.26-r1.ebuild,v 1.1 2007/06/10 02:22:49 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26-r1.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -31,7 +31,7 @@ src_unpack() { fi # Add a patch for a segfault on ppc64. - epatch ${FILESDIR}/${P}-ppc64-segfault.patch + epatch "${FILESDIR}/${P}-ppc64-segfault.patch" } src_compile() { @@ -50,7 +50,7 @@ src_compile() { local lang for l in *_rules; do lang=${l/_rules/} - ${S}/src/speak --compile=$lang + "${S}/src/speak" --compile=$lang done } diff --git a/app-accessibility/espeak/espeak-1.26.ebuild b/app-accessibility/espeak/espeak-1.26.ebuild index 0ab88d6a5429..bd49a85963cf 100644 --- a/app-accessibility/espeak/espeak-1.26.ebuild +++ b/app-accessibility/espeak/espeak-1.26.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/espeak/espeak-1.26.ebuild,v 1.1 2007/06/09 02:10:02 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -32,11 +32,11 @@ src_unpack() { } src_compile() { - cd ${S}/src + cd "${S}/src" emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed" einfo "Fixing byte order of phoneme data files" - cd ${S}/big_endian + cd "${S}/big_endian" make ./espeak-phoneme-data "${S}/espeak-data" cp -f phondata phonindex phontab "${S}/espeak-data" @@ -47,7 +47,7 @@ src_compile() { local lang for l in *_rules; do lang=${l/_rules/} - ${S}/src/speak --compile=$lang + "${S}/src/speak" --compile=$lang done } diff --git a/app-accessibility/espeak/espeak-1.27.ebuild b/app-accessibility/espeak/espeak-1.27.ebuild index cdc26e44d1d2..13001a1b6532 100644 --- a/app-accessibility/espeak/espeak-1.27.ebuild +++ b/app-accessibility/espeak/espeak-1.27.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/espeak/espeak-1.27.ebuild,v 1.1 2007/07/04 20:19:52 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.27.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { fi # Add a patch for a segfault on ppc64. - epatch ${FILESDIR}/${P}-ppc64-segfault.patch + epatch "${FILESDIR}/${P}-ppc64-segfault.patch" } src_compile() { @@ -47,7 +47,7 @@ src_compile() { local lang for l in *_rules; do lang=${l/_rules/} - ${S}/src/speak --compile=$lang + "${S}/src/speak" --compile=$lang done } diff --git a/app-accessibility/espeak/espeak-1.28.ebuild b/app-accessibility/espeak/espeak-1.28.ebuild index e7c258c9ab9e..24ae65919e23 100644 --- a/app-accessibility/espeak/espeak-1.28.ebuild +++ b/app-accessibility/espeak/espeak-1.28.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/espeak/espeak-1.28.ebuild,v 1.1 2007/07/20 13:21:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.28.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { fi # Add a patch for a segfault on ppc64. -# epatch ${FILESDIR}/${P}-ppc64-segfault.patch +# epatch "${FILESDIR}/${P}-ppc64-segfault.patch" } src_compile() { @@ -47,7 +47,7 @@ src_compile() { local lang for l in *_rules; do lang=${l/_rules/} - ${S}/src/speak --compile=$lang + "${S}/src/speak" --compile=$lang done } diff --git a/app-accessibility/espeak/espeak-1.29.ebuild b/app-accessibility/espeak/espeak-1.29.ebuild index 309f2c601fcc..aacc9514c695 100644 --- a/app-accessibility/espeak/espeak-1.29.ebuild +++ b/app-accessibility/espeak/espeak-1.29.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/espeak/espeak-1.29.ebuild,v 1.1 2007/08/28 02:27:50 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { fi # Add a patch for a segfault on ppc64. -# epatch ${FILESDIR}/${P}-ppc64-segfault.patch +# epatch "${FILESDIR}/${P}-ppc64-segfault.patch" } src_compile() { @@ -42,12 +42,12 @@ src_compile() { cp -f phondata phonindex phontab "${S}/espeak-data" einfo "Compiling dict files" - cd ${S}/dictsource + cd "${S}/dictsource" export HOME="${S}" local lang for l in *_rules; do lang=${l/_rules/} - ${S}/src/speak --compile=$lang + "${S}/src/speak" --compile=$lang done } |