diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-12-01 01:47:45 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-12-01 01:47:45 +0000 |
commit | 1e7724cba5a77eee010b18fcf4bc6badfbf39137 (patch) | |
tree | 0bbd14caa0008d15810df0ff570d94954842b126 /app-dicts/aspell-it | |
parent | Remove old versions. (diff) | |
download | historical-1e7724cba5a77eee010b18fcf4bc6badfbf39137.tar.gz historical-1e7724cba5a77eee010b18fcf4bc6badfbf39137.tar.bz2 historical-1e7724cba5a77eee010b18fcf4bc6badfbf39137.zip |
KEYWORDS assignment moved from aspell-dict.eclass to ebuilds - bug #132718
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'app-dicts/aspell-it')
-rw-r--r-- | app-dicts/aspell-it/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/aspell-it/aspell-it-0.50.2.ebuild | 9 | ||||
-rw-r--r-- | app-dicts/aspell-it/aspell-it-0.53.0.ebuild | 9 | ||||
-rw-r--r-- | app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/aspell-it/files/digest-aspell-it-0.50.2 | 2 | ||||
-rw-r--r-- | app-dicts/aspell-it/files/digest-aspell-it-0.53.0 | 2 |
6 files changed, 24 insertions, 8 deletions
diff --git a/app-dicts/aspell-it/ChangeLog b/app-dicts/aspell-it/ChangeLog index dea7e6909caf..c67336c71db3 100644 --- a/app-dicts/aspell-it/ChangeLog +++ b/app-dicts/aspell-it/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/aspell-it # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/ChangeLog,v 1.8 2006/05/14 21:14:27 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/ChangeLog,v 1.9 2006/12/01 01:39:31 kevquinn Exp $ + + 01 Dec 2006; Kevin F. Quinn <kevquinn@gentoo.org> aspell-it-0.50.2.ebuild, + aspell-it-0.53.0.ebuild, aspell-it-2.2.20050523.ebuild: + Ebuild cleanups for bug #132718 14 May 2006; Anders Rune Jensen <arj@gentoo.org> aspell-it-2.2.20050523.ebuild: Fix ebuild. Closes #133319 diff --git a/app-dicts/aspell-it/aspell-it-0.50.2.ebuild b/app-dicts/aspell-it/aspell-it-0.50.2.ebuild index d5925e870cfe..07ec929c9e05 100644 --- a/app-dicts/aspell-it/aspell-it-0.50.2.ebuild +++ b/app-dicts/aspell-it/aspell-it-0.50.2.ebuild @@ -1,9 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/aspell-it-0.50.2.ebuild,v 1.5 2005/01/01 12:43:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/aspell-it-0.50.2.ebuild,v 1.6 2006/12/01 01:39:31 kevquinn Exp $ ASPELL_LANG="Italian" +inherit aspell-dict + LICENSE="GPL-2" -inherit aspell-dict +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" + diff --git a/app-dicts/aspell-it/aspell-it-0.53.0.ebuild b/app-dicts/aspell-it/aspell-it-0.53.0.ebuild index 5241f9db45a6..4d54ef09c293 100644 --- a/app-dicts/aspell-it/aspell-it-0.53.0.ebuild +++ b/app-dicts/aspell-it/aspell-it-0.53.0.ebuild @@ -1,9 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/aspell-it-0.53.0.ebuild,v 1.3 2005/01/01 12:43:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/aspell-it-0.53.0.ebuild,v 1.4 2006/12/01 01:39:31 kevquinn Exp $ ASPELL_LANG="Italian" +inherit aspell-dict + LICENSE="GPL-2" -inherit aspell-dict +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" + diff --git a/app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild b/app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild index 39e37808950b..90aa072d5be3 100644 --- a/app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild +++ b/app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild,v 1.2 2006/05/14 21:14:27 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-it/aspell-it-2.2.20050523.ebuild,v 1.3 2006/12/01 01:39:31 kevquinn Exp $ ASPELL_LANG="Italian" ASPOSTFIX="6" @@ -9,6 +9,8 @@ inherit aspell-dict LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" + FILENAME="aspell6-it-2.2_20050523-0" SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/it/${FILENAME}.tar.bz2" S=${WORKDIR}/${FILENAME} diff --git a/app-dicts/aspell-it/files/digest-aspell-it-0.50.2 b/app-dicts/aspell-it/files/digest-aspell-it-0.50.2 index 793c83a431cd..5ea2d9194c30 100644 --- a/app-dicts/aspell-it/files/digest-aspell-it-0.50.2 +++ b/app-dicts/aspell-it/files/digest-aspell-it-0.50.2 @@ -1 +1,3 @@ MD5 efa602e47fc49db2cc670f7e5c1628e1 aspell-it-0.50-2.tar.bz2 38409 +RMD160 e3bf41ac466e3c817f2ccd45a48021b353f446d7 aspell-it-0.50-2.tar.bz2 38409 +SHA256 04606032e4e7e14780883373a99f02f7e08a4da51ecb7940adc688f715b8e857 aspell-it-0.50-2.tar.bz2 38409 diff --git a/app-dicts/aspell-it/files/digest-aspell-it-0.53.0 b/app-dicts/aspell-it/files/digest-aspell-it-0.53.0 index 9a74706b1f80..64dbe8117e97 100644 --- a/app-dicts/aspell-it/files/digest-aspell-it-0.53.0 +++ b/app-dicts/aspell-it/files/digest-aspell-it-0.53.0 @@ -1 +1,3 @@ MD5 ab3cce02bf8bfdf4116f9f7e602cf4b7 aspell-it-0.53-0.tar.bz2 262636 +RMD160 33010131e045b52c9e4fea4d91e200e6f4427b21 aspell-it-0.53-0.tar.bz2 262636 +SHA256 3b87190b84ddba8ba2d57975e4c636ce12961b8f98162d25e8f60b086615fa6f aspell-it-0.53-0.tar.bz2 262636 |