summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 22:50:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 22:50:18 +0000
commitbbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab (patch)
tree49d616af62e2c0c9030262361deb009eccbede7f /dev-perl/Lingua-Stem-It
parentDrop obsolete version. (diff)
downloadhistorical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.gz
historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.bz2
historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.zip
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Lingua-Stem-It')
-rw-r--r--dev-perl/Lingua-Stem-It/ChangeLog7
-rw-r--r--dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild18
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/Lingua-Stem-It/ChangeLog b/dev-perl/Lingua-Stem-It/ChangeLog
index 98899a2108c9..3568d6f5a135 100644
--- a/dev-perl/Lingua-Stem-It/ChangeLog
+++ b/dev-perl/Lingua-Stem-It/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Lingua-Stem-It
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog,v 1.14 2007/11/10 13:40:39 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-It/ChangeLog,v 1.15 2009/05/01 22:36:29 tove Exp $
+
+ 01 May 2009; Torsten Veller <tove@gentoo.org> -Lingua-Stem-It-0.01.ebuild:
+ Cleanup
10 Nov 2007; Samuli Suominen <drac@gentoo.org> Lingua-Stem-It-0.02.ebuild:
amd64 stable
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
deleted file mode 100644
index a6b8a9a563eb..000000000000
--- a/dev-perl/Lingua-Stem-It/Lingua-Stem-It-0.01.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2007 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.11 2007/07/10 23:33:26 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="Porter's stemming algorithm for Italian"
-HOMEPAGE="http://search.cpan.org/~acalpini/"
-SRC_URI="mirror://cpan/authors/id/A/AC/ACALPINI/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"