summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-28 22:20:34 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-28 22:20:34 +0000
commitfea82d8e437a499934b08899987316f0dea10056 (patch)
treeb06abfbaa7db6923ae2bd4a2d1a03d8a922d5ace /dev-perl
parentRemove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff)
downloadgentoo-2-fea82d8e437a499934b08899987316f0dea10056.tar.gz
gentoo-2-fea82d8e437a499934b08899987316f0dea10056.tar.bz2
gentoo-2-fea82d8e437a499934b08899987316f0dea10056.zip
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/ChangeLog7
-rw-r--r--dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild3
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog b/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
index bbc13a707e9c..c01953f7480e 100644
--- a/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
+++ b/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Lingua-Stem-Snowball-Da
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.18 2014/08/22 18:10:15 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.19 2014/11/28 22:20:34 dilfridge Exp $
+
+ 28 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild:
+ Remove call to perl-module_pkg_postinst, does not do anything outside
+ perl-core
*Lingua-Stem-Snowball-Da-1.10.0-r1 (22 Aug 2014)
diff --git a/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild b/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
index 17c12064868c..6abe26572ba3 100644
--- a/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
+++ b/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.10.0-r1.ebuild,v 1.1 2014/08/22 18:10:15 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild,v 1.2 2014/11/28 22:20:34 dilfridge Exp $
EAPI=5
@@ -26,7 +26,6 @@ src_install() {
}
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."
}