summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-17 22:36:17 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-17 22:36:17 +0000
commit4afb71eb90ce00d11e1591cde67b7775d9287732 (patch)
tree011529d5d88c6418d15e67e8354317cd38658444 /app-dicts
parentFix building with >=net-libs/gnutls-2.7.1 (bug #268488). (diff)
downloadgentoo-2-4afb71eb90ce00d11e1591cde67b7775d9287732.tar.gz
gentoo-2-4afb71eb90ce00d11e1591cde67b7775d9287732.tar.bz2
gentoo-2-4afb71eb90ce00d11e1591cde67b7775d9287732.zip
QA fixes; unquoted variables, missing IUSE
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/aspell-be/ChangeLog8
-rw-r--r--app-dicts/aspell-be/aspell-be-0.01-r1.ebuild6
-rw-r--r--app-dicts/aspell-be/aspell-be-0.01.ebuild7
3 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/aspell-be/ChangeLog b/app-dicts/aspell-be/ChangeLog
index ab483aabfee5..ede6522446cc 100644
--- a/app-dicts/aspell-be/ChangeLog
+++ b/app-dicts/aspell-be/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/aspell-be
-# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/ChangeLog,v 1.8 2008/07/24 21:31:10 cardoe Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/ChangeLog,v 1.9 2009/10/17 22:36:17 halcy0n Exp $
+
+ 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-be-0.01.ebuild,
+ aspell-be-0.01-r1.ebuild:
+ QA fixes; unquoted variables, missing IUSE
24 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild
index c6a726e66baf..cba7891d01a6 100644
--- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild
+++ b/app-dicts/aspell-be/aspell-be-0.01-r1.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/aspell-be/aspell-be-0.01-r1.ebuild,v 1.5 2007/11/03 21:58:09 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.6 2009/10/17 22:36:17 halcy0n Exp $
ASPELL_LANG="Belarusian"
@@ -17,5 +17,5 @@ S="${WORKDIR}/aspell5-be-${PV}"
src_unpack() {
unpack ${A}
- use classic || epatch ${FILESDIR}/aspell5-be-${PV}-official.patch
+ use classic || epatch "${FILESDIR}"/aspell5-be-${PV}-official.patch
}
diff --git a/app-dicts/aspell-be/aspell-be-0.01.ebuild b/app-dicts/aspell-be/aspell-be-0.01.ebuild
index b68146e1b599..4b86def88fbc 100644
--- a/app-dicts/aspell-be/aspell-be-0.01.ebuild
+++ b/app-dicts/aspell-be/aspell-be-0.01.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/aspell-be/aspell-be-0.01.ebuild,v 1.6 2007/07/11 05:41:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01.ebuild,v 1.7 2009/10/17 22:36:17 halcy0n Exp $
ASPELL_LANG="Belarusian"
@@ -12,8 +12,9 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
SRC_URI="mirror://gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2"
S="${WORKDIR}/aspell5-be-${PV}"
+IUSE="classic"
src_unpack() {
unpack ${A}
- use classic || epatch ${FILESDIR}/aspell5-be-${PV}-official.patch
+ use classic || epatch "${FILESDIR}"/aspell5-be-${PV}-official.patch
}