Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Lingua-Stem-Snowball-Da: ChangeLog Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
Date: Fri, 28 Nov 2014 22:20:39
Message-Id: 20141128222034.0D678B1D4@oystercatcher.gentoo.org
1 dilfridge 14/11/28 22:20:34
2
3 Modified: ChangeLog Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
4 Log:
5 Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.19 dev-perl/Lingua-Stem-Snowball-Da/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 22 Aug 2014 18:10:15 -0000 1.18
23 +++ ChangeLog 28 Nov 2014 22:20:34 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Lingua-Stem-Snowball-Da
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.18 2014/08/22 18:10:15 axs Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/ChangeLog,v 1.19 2014/11/28 22:20:34 dilfridge Exp $
29 +
30 + 28 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
31 + Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild:
32 + Remove call to perl-module_pkg_postinst, does not do anything outside
33 + perl-core
34
35 *Lingua-Stem-Snowball-Da-1.10.0-r1 (22 Aug 2014)
36
37
38
39
40 1.2 dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Lingua-Stem-Snowball-Da/Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild 22 Aug 2014 18:10:15 -0000 1.1
53 +++ Lingua-Stem-Snowball-Da-1.10.0-r1.ebuild 28 Nov 2014 22:20:34 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $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 $
58 +# $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 $
59
60 EAPI=5
61
62 @@ -26,7 +26,6 @@
63 }
64
65 pkg_postinst() {
66 - perl-module_pkg_postinst
67 elog "The stemmer.pl that ships with this distribution has been renamed to"
68 elog "da-stemmer.pl to avoid collisions with other Lingua::Stem packages."
69 }