diff options
-rw-r--r-- | app-dicts/aspell-pt-br/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild | 3 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-dicts/aspell-pt-br/ChangeLog b/app-dicts/aspell-pt-br/ChangeLog index e75ae69afb15..3af281b14690 100644 --- a/app-dicts/aspell-pt-br/ChangeLog +++ b/app-dicts/aspell-pt-br/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-pt-br # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.9 2009/01/04 01:14:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.10 2009/10/18 20:42:45 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> + aspell-pt-br-6.0.20070411.ebuild, aspell-pt-br-6.0.20080221.ebuild: + QA fixes; IUSE is not defined 04 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> aspell-pt-br-6.0.20070411.ebuild, aspell-pt-br-6.0.20080221.ebuild: diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild index 083842d41f47..acee6dafc295 100644 --- a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild +++ b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.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-br/aspell-pt-br-6.0.20070411.ebuild,v 1.8 2009/01/04 01:14:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20070411.ebuild,v 1.9 2009/10/18 20:42:45 halcy0n Exp $ ASPELL_LANG="Brazilian Portuguese" ASPOSTFIX="6" @@ -12,6 +12,7 @@ SRC_URI="mirror://gnu/aspell/dict/pt_BR/${FILENAME}.tar.bz2" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" S="${WORKDIR}/${FILENAME}" diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild index bcea17f9cff3..8995b291cac4 100644 --- a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild +++ b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.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-br/aspell-pt-br-6.0.20080221.ebuild,v 1.3 2009/01/04 01:14:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild,v 1.4 2009/10/18 20:42:45 halcy0n Exp $ ASPELL_LANG="Brazilian Portuguese" ASPOSTFIX="6" @@ -12,6 +12,7 @@ SRC_URI="mirror://gnu/aspell/dict/pt_BR/${FILENAME}.tar.bz2" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" S="${WORKDIR}/${FILENAME}" |