diff options
author | 2004-10-06 23:15:05 +0000 | |
---|---|---|
committer | 2004-10-06 23:15:05 +0000 | |
commit | f771a1212de8e0fab49a7ae4b54b4f28ac719176 (patch) | |
tree | 945c36a0b660c6b7f7b359675845d2e295af33eb /dev-perl/Lingua-Stem-It | |
parent | dep for plucene (Manifest recommit) (diff) | |
download | gentoo-2-f771a1212de8e0fab49a7ae4b54b4f28ac719176.tar.gz gentoo-2-f771a1212de8e0fab49a7ae4b54b4f28ac719176.tar.bz2 gentoo-2-f771a1212de8e0fab49a7ae4b54b4f28ac719176.zip |
plucene dep
Diffstat (limited to 'dev-perl/Lingua-Stem-It')
-rw-r--r-- | dev-perl/Lingua-Stem-It/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Lingua-Stem-It/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Lingua-Stem-It/files/digest-Lingua-Stem-It-0.01 | 1 | ||||
-rw-r--r-- | dev-perl/Lingua-Stem-It/metadata.xml | 10 |
5 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Lingua-Stem-It/ChangeLog b/dev-perl/Lingua-Stem-It/ChangeLog new file mode 100644 index 000000000000..facafe1fac3e --- /dev/null +++ b/dev-perl/Lingua-Stem-It/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Lingua-Stem-It +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog,v 1.1 2004/10/06 23:15:05 mcummings Exp $ + +*Lingua-Stem-It-0.01 (06 Oct 2004) + + 06 Oct 2004; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Lingua-Stem-It-0.01.ebuild: + Dep for Plucene - perl port of lucene + diff --git a/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild b/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild new file mode 100644 index 000000000000..fe584532287c --- /dev/null +++ b/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild,v 1.1 2004/10/06 23:15:05 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Porter's stemming algorithm for Italian" +HOMEPAGE="http://search.cpan.org/~acalpini/${P}/" +SRC_URI="mirror://cpan/authors/id/A/AC/ACALPINI/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Lingua-Stem-It/Manifest b/dev-perl/Lingua-Stem-It/Manifest new file mode 100644 index 000000000000..e3e836164330 --- /dev/null +++ b/dev-perl/Lingua-Stem-It/Manifest @@ -0,0 +1,2 @@ +MD5 aa64869694ebc838cf7764e801d6517f Lingua-Stem-It-0.01.ebuild 336 +MD5 835cd7d492908d15c8d44a5345eed479 files/digest-Lingua-Stem-It-0.01 69 diff --git a/dev-perl/Lingua-Stem-It/files/digest-Lingua-Stem-It-0.01 b/dev-perl/Lingua-Stem-It/files/digest-Lingua-Stem-It-0.01 new file mode 100644 index 000000000000..5a5a13f5df6c --- /dev/null +++ b/dev-perl/Lingua-Stem-It/files/digest-Lingua-Stem-It-0.01 @@ -0,0 +1 @@ +MD5 b06d70d6ce3763bb33b4d9f3c04b996f Lingua-Stem-It-0.01.tar.gz 4949 diff --git a/dev-perl/Lingua-Stem-It/metadata.xml b/dev-perl/Lingua-Stem-It/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Lingua-Stem-It/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |