summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commit572cdefa178b10a964077d4623512a79c5297a42 (patch)
treea5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/Lingua-Stem-Snowball-Da
parentVersion bump to latest release. (diff)
downloadhistorical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz
historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2
historical-572cdefa178b10a964077d4623512a79c5297a42.zip
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Lingua-Stem-Snowball-Da')
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/ChangeLog6
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog b/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
index cbeb1dbe77ce..a58177405582 100644
--- a/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
+++ b/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Lingua-Stem-Snowball-Da
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.15 2011/09/03 21:04:41 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.16 2011/09/04 11:21:09 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org>
+ -Lingua-Stem-Snowball-Da-1.01-r1.ebuild:
+ Cleanup
03 Sep 2011; Torsten Veller <tove@gentoo.org>
Lingua-Stem-Snowball-Da-1.10.0.ebuild:
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild b/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild
deleted file mode 100644
index a82bb7754940..000000000000
--- a/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.01-r1.ebuild,v 1.4 2010/02/04 14:30:02 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=CINE
-inherit perl-module multilib
-
-DESCRIPTION="Porters stemming algorithm for Denmark"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
-
- if [[ -f ${D}/${VENDOR_LIB}/Lingua/Stem/Snowball/stemmer.pl ]] ; then
- mv "${D}"/${VENDOR_LIB}/Lingua/Stem/Snowball/{,da-}stemmer.pl || die
- fi
-}
-
-pkg_postinst() {
- perl-module_pkg_postinst
- elog "The stemmer.pl that ships with this distribution has been renamed to"
- elog "da-stemmer.pl to avoid collisions with other Lingua::Stem packages."
-}