diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 20:41:40 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-18 20:41:40 +0000 |
commit | 114c90d3f3b5afddc43acdc7166ea1b91a91ae74 (patch) | |
tree | 22dfb6e729236d056db2fc61fa9ec9f904a9865d /app-dicts | |
parent | QA fixes; IUSE is not defined (diff) | |
download | gentoo-2-114c90d3f3b5afddc43acdc7166ea1b91a91ae74.tar.gz gentoo-2-114c90d3f3b5afddc43acdc7166ea1b91a91ae74.tar.bz2 gentoo-2-114c90d3f3b5afddc43acdc7166ea1b91a91ae74.zip |
QA fixes; IUSE is not defined
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pt/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild | 3 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-0.50.2.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-dicts/aspell-pt/ChangeLog b/app-dicts/aspell-pt/ChangeLog index a12758db94e3..4ba320a1a47a 100644 --- a/app-dicts/aspell-pt/ChangeLog +++ b/app-dicts/aspell-pt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-pt -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.12 2009/01/04 01:12:40 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/ChangeLog,v 1.13 2009/10/18 20:41:40 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-pt-0.50.2.ebuild, + aspell-pt-0.50.2-r1.ebuild: + QA fixes; IUSE is not defined *aspell-pt-0.50.2-r1 (04 Jan 2009) diff --git a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild index b649b7386d8d..bf901a731d2c 100644 --- a/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild +++ b/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.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/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v 1.1 2009/01/04 01:12:40 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2-r1.ebuild,v 1.2 2009/10/18 20:41:40 halcy0n Exp $ ASPELL_LANG="Portuguese" @@ -9,6 +9,7 @@ inherit aspell-dict LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" src_install() { aspell-dict_src_install diff --git a/app-dicts/aspell-pt/aspell-pt-0.50.2.ebuild b/app-dicts/aspell-pt/aspell-pt-0.50.2.ebuild index 287d4859edba..5a1d39ca8ba8 100644 --- a/app-dicts/aspell-pt/aspell-pt-0.50.2.ebuild +++ b/app-dicts/aspell-pt/aspell-pt-0.50.2.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-pt/aspell-pt-0.50.2.ebuild,v 1.9 2007/11/03 22:17:29 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt/aspell-pt-0.50.2.ebuild,v 1.10 2009/10/18 20:41:40 halcy0n Exp $ ASPELL_LANG="Portuguese" @@ -9,3 +9,4 @@ inherit aspell-dict LICENSE="GPL-2" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" |