diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-08 14:20:07 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-08 14:20:07 +0000 |
commit | 5e049ac61d09465a659b1d45822aca82c68194ff (patch) | |
tree | 2fb16444596688539da220d8e20587821be22b06 /dev-perl/Text-Aspell | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-5e049ac61d09465a659b1d45822aca82c68194ff.tar.gz gentoo-2-5e049ac61d09465a659b1d45822aca82c68194ff.tar.bz2 gentoo-2-5e049ac61d09465a659b1d45822aca82c68194ff.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r-- | dev-perl/Text-Aspell/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest index 80db3784063a..d973b17b7827 100644 --- a/dev-perl/Text-Aspell/Manifest +++ b/dev-perl/Text-Aspell/Manifest @@ -1,2 +1,3 @@ -MD5 728fac867051312a121824463c1a5d60 Text-Aspell-0.02.ebuild 493 +MD5 162033d9c3867268134effd8e8224bda Text-Aspell-0.02.ebuild 603 +MD5 31fa348aaa1be86ba0ceea72050d47a4 ChangeLog 399 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 new file mode 100644 index 000000000000..99bc3c61c2f8 --- /dev/null +++ b/dev-perl/Text-Aspell/Text-Aspell-0.02.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 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.1 2003/07/08 14:20:02 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Perl interface to the GNU Aspell Library" +SRC_URI="http://www.cpan.org/modules/by-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="x86 amd64 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + +DEPEND="app-text/aspell" + |