From d061201b1392b221a6b8ceb88140ff0723abb268 Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Sun, 18 Oct 2009 20:40:25 +0000 Subject: QA fixes; IUSE is not defined (Portage version: 2.2_rc46/cvs/Linux i686) --- app-dicts/aspell-pl/ChangeLog | 8 ++++++-- app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild | 5 +++-- app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild | 5 +++-- app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild | 7 ++++--- 4 files changed, 16 insertions(+), 9 deletions(-) (limited to 'app-dicts/aspell-pl') diff --git a/app-dicts/aspell-pl/ChangeLog b/app-dicts/aspell-pl/ChangeLog index 9a9a7856dcb9..6080b8eb5a99 100644 --- a/app-dicts/aspell-pl/ChangeLog +++ b/app-dicts/aspell-pl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-pl -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/ChangeLog,v 1.15 2007/11/03 22:16:49 uberlord Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/ChangeLog,v 1.16 2009/10/18 20:40:25 halcy0n Exp $ + + 18 Oct 2009; Mark Loeser aspell-pl-0.50.2.ebuild, + aspell-pl-0.51.0.ebuild, aspell-pl-6.0.20061121.0.ebuild: + QA fixes; IUSE is not defined 03 Nov 2007; Roy Marples aspell-pl-6.0.20061121.0.ebuild: diff --git a/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild b/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild index 471b69bae8bf..bd0e9a00365e 100644 --- a/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-0.50.2.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/aspell-pl/aspell-pl-0.50.2.ebuild,v 1.7 2007/07/11 05:41:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild,v 1.8 2009/10/18 20:40:25 halcy0n Exp $ ASPELL_LANG="Polish" @@ -9,3 +9,4 @@ inherit aspell-dict LICENSE="GPL-2" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +IUSE="" diff --git a/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild b/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild index 57a10628cf34..e7f84f04c9eb 100644 --- a/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-0.51.0.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/aspell-pl/aspell-pl-0.51.0.ebuild,v 1.5 2007/07/11 05:41:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild,v 1.6 2009/10/18 20:40:25 halcy0n Exp $ ASPELL_LANG="Polish" @@ -9,3 +9,4 @@ inherit aspell-dict LICENSE="GPL-2" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +IUSE="" diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild index 3776fa4f640a..ba854107fc23 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.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-pl/aspell-pl-6.0.20061121.0.ebuild,v 1.9 2007/11/03 22:16:49 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-6.0.20061121.0.ebuild,v 1.10 2009/10/18 20:40:25 halcy0n Exp $ ASPELL_LANG="Polish" ASPOSTFIX="6" @@ -9,7 +9,8 @@ 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="" FILENAME="aspell6-pl-6.0_20061121-0" SRC_URI="mirror://gnu/aspell/dict/pl/${FILENAME}.tar.bz2" -S=${WORKDIR}/${FILENAME} +S="${WORKDIR}/${FILENAME}" -- cgit v1.2.3-65-gdbad