diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 01:09:34 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 01:09:34 +0000 |
commit | 02ad7ac1f5b15c20dc57c199e52f579907be5137 (patch) | |
tree | 174392e1242df792eaf233eac395afbc00e7a665 /app-dicts | |
parent | QA fixes; remove useless dodoc LICENSE (diff) | |
download | historical-02ad7ac1f5b15c20dc57c199e52f579907be5137.tar.gz historical-02ad7ac1f5b15c20dc57c199e52f579907be5137.tar.bz2 historical-02ad7ac1f5b15c20dc57c199e52f579907be5137.zip |
QA fixes; unquoted variables
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-pt-br/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild | 18 | ||||
-rw-r--r-- | app-dicts/sumika/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/sumika/sumika-0.12.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/wordnet/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r2.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r3.ebuild | 6 |
9 files changed, 44 insertions, 31 deletions
diff --git a/app-dicts/ispell-pt-br/ChangeLog b/app-dicts/ispell-pt-br/ChangeLog index 3283bf5e3436..152a8a627216 100644 --- a/app-dicts/ispell-pt-br/ChangeLog +++ b/app-dicts/ispell-pt-br/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-pt-br -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ChangeLog,v 1.8 2009/03/18 17:42:38 ricmm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ChangeLog,v 1.9 2009/10/18 01:02:39 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> ispell-pt-br-2.4-r2.ebuild: + QA fixes; unquoted variables 18 Mar 2009; <ricmm@gentoo.org> ispell-pt-br-2.4-r2.ebuild: Drop down to ~mips due to unstable deps diff --git a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild index 22dec3d655a3..64c21f70b38b 100644 --- a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild +++ b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.9 2009/03/18 17:42:38 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.10 2009/10/18 01:02:39 halcy0n Exp $ inherit eutils MY_P="br.ispell-${PV}" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" DESCRIPTION="A Brazilian portuguese dictionary for ispell" HOMEPAGE="http://www.ime.usp.br/~ueda/br.ispell" SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz @@ -21,8 +21,8 @@ DEPEND="app-text/ispell src_unpack() { unpack ${A} - cd ${S} - epatch ${WORKDIR}/${P}-palavras-gentoo.diff + cd "${S}" + epatch "${WORKDIR}/${P}-palavras-gentoo.diff" } src_compile() { @@ -33,16 +33,16 @@ src_compile() { src_install() { emake \ - prefix=${D}usr \ - VDIR=${D}/usr/share/dict \ - HASHDIR=${D}usr/lib/ispell \ - MANDIR=${D}usr/share/man \ + prefix="${D}usr" \ + VDIR="${D}/usr/share/dict" \ + HASHDIR="${D}usr/lib/ispell" \ + MANDIR="${D}usr/share/man" \ install || die insinto /usr/lib/ispell newins br.aff pt_BR.aff newins br.hash pt_BR.hash - rm -f ${D}/usr/lib/ispell/br.* + rm -f "${D}"/usr/lib/ispell/br.* dodoc README } diff --git a/app-dicts/sumika/ChangeLog b/app-dicts/sumika/ChangeLog index 5cd2eea098d0..979ccaca9947 100644 --- a/app-dicts/sumika/ChangeLog +++ b/app-dicts/sumika/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/sumika -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/ChangeLog,v 1.18 2007/02/21 20:44:45 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/ChangeLog,v 1.19 2009/10/18 01:05:29 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> sumika-0.12.ebuild: + QA fixes; unquoted variables 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-dicts/sumika/sumika-0.12.ebuild b/app-dicts/sumika/sumika-0.12.ebuild index f22197c5b4e2..4b90a3966e8c 100644 --- a/app-dicts/sumika/sumika-0.12.ebuild +++ b/app-dicts/sumika/sumika-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/sumika-0.12.ebuild,v 1.8 2006/03/09 19:29:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/sumika-0.12.ebuild,v 1.9 2009/10/18 01:05:29 halcy0n Exp $ DESCRIPTION="management utility for dictionaries of Anthy, SKK, Canna and PRIME" HOMEPAGE="http://sumika.sourceforge.jp/" @@ -25,9 +25,9 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die # we have our own place for docs dodir /usr/share/doc - mv ${D}/usr/doc/${PN} ${D}/usr/share/doc/${PF} + mv "${D}/usr/doc/${PN}" "${D}/usr/share/doc/${PF}" } diff --git a/app-dicts/wnn-ldic/ChangeLog b/app-dicts/wnn-ldic/ChangeLog index 920370fb91b9..6084c923bc75 100644 --- a/app-dicts/wnn-ldic/ChangeLog +++ b/app-dicts/wnn-ldic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/wnn-ldic -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/ChangeLog,v 1.3 2007/01/25 05:03:16 genone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/ChangeLog,v 1.4 2009/10/18 01:06:14 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> wnn-ldic-1.04.ebuild: + QA fixes; unquoted variables 25 Jan 2007; Marius Mauch <genone@gentoo.org> wnn-ldic-1.04.ebuild: Replacing einfo with elog diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild index e2e43c0c6549..1f4092329902 100644 --- a/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild +++ b/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild,v 1.3 2007/01/25 05:03:16 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild,v 1.4 2009/10/18 01:06:14 halcy0n Exp $ DESCRIPTION="Wnn dictionary for librarian" @@ -22,7 +22,7 @@ src_unpack() { } src_compile() { - /usr/bin/Wnn4/atod lib.dic < ${DISTDIR}/${A} || die + /usr/bin/Wnn4/atod lib.dic < "${DISTDIR}/${A}" || die } src_install() { diff --git a/app-dicts/wordnet/ChangeLog b/app-dicts/wordnet/ChangeLog index 69d655d36196..5d8fe4ef6a2b 100644 --- a/app-dicts/wordnet/ChangeLog +++ b/app-dicts/wordnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/wordnet -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/ChangeLog,v 1.20 2009/05/27 10:54:13 fauli Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/ChangeLog,v 1.21 2009/10/18 01:09:34 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> wordnet-3.0-r2.ebuild, + wordnet-3.0-r3.ebuild: + QA fixes; unquoted variables 27 May 2009; Christian Faulhammer <fauli@gentoo.org> wordnet-3.0-r3.ebuild: diff --git a/app-dicts/wordnet/wordnet-3.0-r2.ebuild b/app-dicts/wordnet/wordnet-3.0-r2.ebuild index 7b6f2cf33b13..ca9bd421862a 100644 --- a/app-dicts/wordnet/wordnet-3.0-r2.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r2.ebuild,v 1.4 2008/12/16 00:48:25 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r2.ebuild,v 1.5 2009/10/18 01:09:34 halcy0n Exp $ inherit flag-o-matic autotools @@ -20,7 +20,7 @@ DEPEND="dev-lang/tcl dev-lang/tk" RDEPEND="${DEPEND}" -S=${WORKDIR}/WordNet-${PV} +S="${WORKDIR}/WordNet-${PV}" src_unpack() { unpack ${A} @@ -42,7 +42,7 @@ src_unpack() { } src_compile() { - append-flags -DUNIX -I${T}/usr/include + append-flags -DUNIX -I"${T}"/usr/include PLATFORM=linux WN_ROOT="${T}/usr" \ WN_DICTDIR="${T}/usr/share/wordnet/dict" \ diff --git a/app-dicts/wordnet/wordnet-3.0-r3.ebuild b/app-dicts/wordnet/wordnet-3.0-r3.ebuild index bf2bf300323a..8ce96d308a75 100644 --- a/app-dicts/wordnet/wordnet-3.0-r3.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r3.ebuild,v 1.2 2009/05/27 10:54:13 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r3.ebuild,v 1.3 2009/10/18 01:09:34 halcy0n Exp $ inherit flag-o-matic autotools @@ -20,7 +20,7 @@ DEPEND="dev-lang/tcl dev-lang/tk" RDEPEND="${DEPEND}" -S=${WORKDIR}/WordNet-${PV} +S="${WORKDIR}/WordNet-${PV}" src_unpack() { unpack ${A} @@ -47,7 +47,7 @@ src_unpack() { } src_compile() { - append-flags -DUNIX -I${T}/usr/include + append-flags -DUNIX -I"${T}"/usr/include PLATFORM=linux WN_ROOT="${T}/usr" \ WN_DICTDIR="${T}/usr/share/wordnet/dict" \ |