diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-26 20:57:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-26 20:57:40 +0000 |
commit | 1b953da59723672fefc77906bcd60a7240e2020b (patch) | |
tree | 0790e81b24a971e64e80aef0cbcda8905609b5d2 /dev-perl/Text-Aspell | |
parent | Adding noaudio flag for gaim (diff) | |
download | historical-1b953da59723672fefc77906bcd60a7240e2020b.tar.gz historical-1b953da59723672fefc77906bcd60a7240e2020b.tar.bz2 historical-1b953da59723672fefc77906bcd60a7240e2020b.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Manifest | 8 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild | 6 |
4 files changed, 14 insertions, 11 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index ee0cd3049111..94f7a7c7120d 100644 --- a/dev-perl/Text-Aspell/ChangeLog +++ b/dev-perl/Text-Aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Aspell -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.2 2003/08/06 21:57:42 mcummings Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.3 2004/05/26 20:57:40 kloeri Exp $ + + 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> Text-Aspell-0.03.ebuild: + Stable on alpha. *Text-Aspell-0.03 (06 Aug 2003) diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest index 0d559d1f05e4..0bec6551ef84 100644 --- a/dev-perl/Text-Aspell/Manifest +++ b/dev-perl/Text-Aspell/Manifest @@ -1,6 +1,6 @@ -MD5 5cf61dbe2e2a058799d6d21e6210c8bc Text-Aspell-0.03.ebuild 598 -MD5 9e0b6d8c40710c28383510224d20595a Text-Aspell-0.02.ebuild 599 -MD5 137b865b0ba439d777a0852b09fc495e ChangeLog 535 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 db4f74204d8345671537cc577b0e4192 files/digest-Text-Aspell-0.02 66 +MD5 b5fa731a76e171f959646074fa29c093 ChangeLog 629 +MD5 282a2b35717a594ff4165a9d07fc5f09 Text-Aspell-0.03.ebuild 595 +MD5 c3cbab6b27c45ed49d8f02751b220f6b Text-Aspell-0.02.ebuild 597 MD5 59e100dfc5083756c580fbe998e3dcb9 files/digest-Text-Aspell-0.03 66 +MD5 db4f74204d8345671537cc577b0e4192 files/digest-Text-Aspell-0.02 66 diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild index 3095b1953758..b052cfbbfd82 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild,v 1.3 2004/02/22 20:50:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild,v 1.4 2004/05/26 20:57:40 kloeri Exp $ inherit perl-module diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild index 3e62555a5a92..93ab84a7e6ca 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-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/02/22 20:50:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.03.ebuild,v 1.3 2004/05/26 20:57:40 kloeri Exp $ inherit perl-module @@ -11,7 +11,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" DEPEND="app-text/aspell" |