diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-07-30 02:20:02 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-07-30 02:20:02 +0000 |
commit | 8569001a47b618560d65c7cfeb492b41fec9a188 (patch) | |
tree | a3863ad09f74fe98d058096f32e42036dbda8355 /dev-perl/Text-Aspell | |
parent | Version bump (diff) | |
download | historical-8569001a47b618560d65c7cfeb492b41fec9a188.tar.gz historical-8569001a47b618560d65c7cfeb492b41fec9a188.tar.bz2 historical-8569001a47b618560d65c7cfeb492b41fec9a188.zip |
Version bump
Package-Manager: portage-2.1.1_pre3-r1
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.06.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/files/digest-Text-Aspell-0.06 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Text-Aspell/ChangeLog b/dev-perl/Text-Aspell/ChangeLog index 251b7544617e..65cbcfb17256 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.18 2006/07/05 11:13:05 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/ChangeLog,v 1.19 2006/07/30 02:15:29 mcummings Exp $ + +*Text-Aspell-0.06 (30 Jul 2006) + + 30 Jul 2006; Michael Cummings <mcummings@gentoo.org> + +Text-Aspell-0.06.ebuild: + Version bump 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Text-Aspell-0.03.ebuild, Text-Aspell-0.04.ebuild, Text-Aspell-0.05.ebuild: diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild new file mode 100644 index 000000000000..454293574f31 --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.06.ebuild @@ -0,0 +1,19 @@ +# 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.06.ebuild,v 1.1 2006/07/30 02:15:29 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" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.06 b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.06 new file mode 100644 index 000000000000..832436b4cbcc --- /dev/null +++ b/dev-perl/Text-Aspell/files/digest-Text-Aspell-0.06 @@ -0,0 +1,3 @@ +MD5 5db5e671d9a426da90b83e9b752e8552 Text-Aspell-0.06.tar.gz 13343 +RMD160 e4f6a084566d518f52c80c78d65e37d3c763de71 Text-Aspell-0.06.tar.gz 13343 +SHA256 12bdbca30831d8e01271b4cdf35b1f2abb1c9c7d8530f138711f44aa0dd671f7 Text-Aspell-0.06.tar.gz 13343 |