diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 15:06:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 15:06:22 +0000 |
commit | 07b0cbeb333e058225b99a576effdb57c3a93355 (patch) | |
tree | 2bb88ddf2c1542a74d63978bc5322ebbd26164a7 /dev-perl/Text-Aspell | |
parent | Add Dick Marinus <dm@chello.nl> as a proxy maintainer to metadata.xml. (diff) | |
download | gentoo-2-07b0cbeb333e058225b99a576effdb57c3a93355.tar.gz gentoo-2-07b0cbeb333e058225b99a576effdb57c3a93355.tar.bz2 gentoo-2-07b0cbeb333e058225b99a576effdb57c3a93355.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/files/digest-Text-Aspell-0.08 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 5b31fe92d9af..f50e81bdc648 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.30 2007/04/16 11:45:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.31 2007/05/12 15:06:22 mcummings Exp $ + +*Text-Aspell-0.08 (12 May 2007) + + 12 May 2007; Michael Cummings <mcummings@gentoo.org> + +Text-Aspell-0.08.ebuild: + Version bump *Text-Aspell-0.07 (16 Apr 2007) diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild new file mode 100644 index 000000000000..854dec337959 --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.08.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 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.08.ebuild,v 1.1 2007/05/12 15:06:22 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://search.cpan.org/~hank/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +# Disabling tests for now - see bug #147897 --ian +#SRC_TEST="do" + +DEPEND="app-text/aspell + dev-lang/perl" diff --git a/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.08 b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.08 new file mode 100644 index 000000000000..540c2e836a94 --- /dev/null +++ b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.08 @@ -0,0 +1,3 @@ +MD5 9be39d6eaa222c10780396188c3567d0 Text-Aspell-0.08.tar.gz 13514 +RMD160 0387d41ec01abf189f4b5807b3b3ba9f657af3a4 Text-Aspell-0.08.tar.gz 13514 +SHA256 d28da8a6a2df7a83989f7a05a822bf2b4863fbf5e17c16adfa454c9bad5c99f6 Text-Aspell-0.08.tar.gz 13514 |