diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-01 18:11:55 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-01 18:11:55 +0000 |
commit | a1d000cde8462b33c7b9c81025af72feb012ae00 (patch) | |
tree | 1382b56b3cb055f24dc01191e8702a932fd0548e /dev-perl/Text-Aspell | |
parent | Version bump, closes #90958. Old ebuild cleanup. (diff) | |
download | gentoo-2-a1d000cde8462b33c7b9c81025af72feb012ae00.tar.gz gentoo-2-a1d000cde8462b33c7b9c81025af72feb012ae00.tar.bz2 gentoo-2-a1d000cde8462b33c7b9c81025af72feb012ae00.zip |
Stable on ppc.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 61c974389b23..6d8b91999db3 100644 --- a/dev-perl/Text-Aspell/ChangeLog +++ b/dev-perl/Text-Aspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Aspell # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.9 2005/04/29 15:01:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.10 2005/05/01 18:07:04 hansmi Exp $ + + 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> + Text-Aspell-0.03.ebuild: + Stable on ppc. 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> -Text-Aspell-0.02.ebuild, Text-Aspell-0.03.ebuild, diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild index 9d490c0dae24..fcd70e2a57b7 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.9 2005/04/29 15:01:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.10 2005/05/01 18:07:04 hansmi Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 alpha ~hppa ~mips ~ppc sparc" +KEYWORDS="x86 amd64 alpha ~hppa ~mips ppc sparc" IUSE="" DEPEND="app-text/aspell" |