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/RPC-XML: RPC-XML-0.770.0-r1.ebuild ChangeLog RPC-XML-0.780.0.ebuild
Date: Fri, 28 Nov 2014 22:14:09
Message-Id: 20141128221402.88C9CB1CF@oystercatcher.gentoo.org
1 dilfridge 14/11/28 22:14:02
2
3 Modified: RPC-XML-0.770.0-r1.ebuild ChangeLog
4 RPC-XML-0.780.0.ebuild
5 Log:
6 Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.2 dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: RPC-XML-0.770.0-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- RPC-XML-0.770.0-r1.ebuild 24 Aug 2014 02:42:34 -0000 1.1
24 +++ RPC-XML-0.770.0-r1.ebuild 28 Nov 2014 22:14:02 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild,v 1.1 2014/08/24 02:42:34 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild,v 1.2 2014/11/28 22:14:02 dilfridge Exp $
30
31 EAPI=5
32
33 @@ -28,8 +28,6 @@
34 DEPEND="${RDEPEND}"
35
36 pkg_postinst() {
37 - perl-module_pkg_postinst
38 -
39 SETWARN=0
40 has_version '=www-servers/apache-2*' && HAVE_APACHE2=1
41 has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2
42
43
44
45 1.77 dev-perl/RPC-XML/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.77&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.77&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?r1=1.76&r2=1.77
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v
54 retrieving revision 1.76
55 retrieving revision 1.77
56 diff -u -r1.76 -r1.77
57 --- ChangeLog 25 Oct 2014 19:11:29 -0000 1.76
58 +++ ChangeLog 28 Nov 2014 22:14:02 -0000 1.77
59 @@ -1,6 +1,11 @@
60 # ChangeLog for dev-perl/RPC-XML
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.76 2014/10/25 19:11:29 dilfridge Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.77 2014/11/28 22:14:02 dilfridge Exp $
64 +
65 + 28 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
66 + RPC-XML-0.770.0-r1.ebuild, RPC-XML-0.780.0.ebuild:
67 + Remove call to perl-module_pkg_postinst, does not do anything outside
68 + perl-core
69
70 *RPC-XML-0.780.0 (25 Oct 2014)
71
72
73
74
75 1.2 dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild?r1=1.1&r2=1.2
80
81 Index: RPC-XML-0.780.0.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- RPC-XML-0.780.0.ebuild 25 Oct 2014 19:11:29 -0000 1.1
88 +++ RPC-XML-0.780.0.ebuild 28 Nov 2014 22:14:02 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild,v 1.1 2014/10/25 19:11:29 dilfridge Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild,v 1.2 2014/11/28 22:14:02 dilfridge Exp $
94
95 EAPI=5
96
97 @@ -31,8 +31,6 @@
98 "
99
100 pkg_postinst() {
101 - perl-module_pkg_postinst
102 -
103 SETWARN=0
104 has_version '=www-servers/apache-2*' && HAVE_APACHE2=1
105 has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2