diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 11:45:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 11:45:51 +0000 |
commit | 5b56cae3c741fd3e16427381192951e733c0ffa6 (patch) | |
tree | c2309d1d175a9c4aa5c2f637766c08c7967ebfc4 /dev-perl/Text-Aspell | |
parent | static USE flag now does what it says on the tin, #174786 (diff) | |
download | historical-5b56cae3c741fd3e16427381192951e733c0ffa6.tar.gz historical-5b56cae3c741fd3e16427381192951e733c0ffa6.tar.bz2 historical-5b56cae3c741fd3e16427381192951e733c0ffa6.zip |
Version bump
Package-Manager: portage-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.07.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/files/digest-Text-Aspell-0.07 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 86680c13dfbe..5b31fe92d9af 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.29 2007/03/05 12:32:43 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.30 2007/04/16 11:45:51 mcummings Exp $ + +*Text-Aspell-0.07 (16 Apr 2007) + + 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +Text-Aspell-0.07.ebuild: + Version bump 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Text-Aspell-0.06.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.07.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.07.ebuild new file mode 100644 index 000000000000..091543484839 --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.07.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.07.ebuild,v 1.1 2007/04/16 11:45:51 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.07 b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.07 new file mode 100644 index 000000000000..2903d1986b0d --- /dev/null +++ b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.07 @@ -0,0 +1,3 @@ +MD5 a456444cb3320634e218426273227cb4 Text-Aspell-0.07.tar.gz 13483 +RMD160 39b5807e0290f2451c15f32ea1baaa69c9bac4e8 Text-Aspell-0.07.tar.gz 13483 +SHA256 f880ac96640c177a6a71307d41d400f3671408cd788b53c3e467698e81e6a53a Text-Aspell-0.07.tar.gz 13483 |