diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:43:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:43:38 +0000 |
commit | 91666a19cbaccef54390c83bb46185af88aa8d62 (patch) | |
tree | 5eb09335920e3e0a545482c8d7194a4fdb567a59 /dev-perl/Text-Aspell | |
parent | Version bump upstream (diff) | |
download | gentoo-2-91666a19cbaccef54390c83bb46185af88aa8d62.tar.gz gentoo-2-91666a19cbaccef54390c83bb46185af88aa8d62.tar.bz2 gentoo-2-91666a19cbaccef54390c83bb46185af88aa8d62.zip |
Version bump
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Manifest | 6 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/files/digest-Text-Aspell-0.05 | 1 |
4 files changed, 31 insertions, 4 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 0b7ce689fd53..927b5549a806 100644 --- a/dev-perl/Text-Aspell/ChangeLog +++ b/dev-perl/Text-Aspell/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2005/08/26 00:23:38 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.12 2006/01/13 16:43:38 mcummings Exp $ + +*Text-Aspell-0.05 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Text-Aspell-0.05.ebuild: + Version bump 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Text-Aspell-0.04.ebuild: add ~ia64 diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest index ac5ab59a4e1a..d42a28534194 100644 --- a/dev-perl/Text-Aspell/Manifest +++ b/dev-perl/Text-Aspell/Manifest @@ -1,6 +1,8 @@ -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 ab1745496391cac5e6116f36a738b449 Text-Aspell-0.04.ebuild 588 MD5 e242e8d6d61d6ca3168f40e3ffa363e5 ChangeLog 1412 MD5 18474ee32005bf08fd9d86f6b9d88b18 Text-Aspell-0.03.ebuild 561 +MD5 ab1745496391cac5e6116f36a738b449 Text-Aspell-0.04.ebuild 588 +MD5 c455c2cc20dcf23acf3d4c1e61a39912 Text-Aspell-0.05.ebuild 480 MD5 59e100dfc5083756c580fbe998e3dcb9 files/digest-Text-Aspell-0.03 66 MD5 a07055db1076492cf241cfe06b695920 files/digest-Text-Aspell-0.04 67 +MD5 f71eedac5b924212c5f45d30e51c37f5 files/digest-Text-Aspell-0.05 67 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild new file mode 100644 index 000000000000..18edd15c22d1 --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 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.05.ebuild,v 1.1 2006/01/13 16:43:38 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl interface to the GNU Aspell Library" +SRC_URI="mirror://cpan/authors/id/H/HA/HANK/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/H/HA/HANK/${P}.readme" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="app-text/aspell" diff --git a/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.05 b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.05 new file mode 100644 index 000000000000..5e972fbfc63d --- /dev/null +++ b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.05 @@ -0,0 +1 @@ +MD5 f780d841f0a4b849326651be94a7e89f Text-Aspell-0.05.tar.gz 12861 |