* [gentoo-commits] gentoo-x86 commit in dev-perl/RPC-XML: RPC-XML-0.760.0.ebuild ChangeLog
@ 2011-09-06 23:20 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-09-06 23:20 UTC (permalink / raw
To: gentoo-commits
robbat2 11/09/06 23:20:13
Modified: ChangeLog
Added: RPC-XML-0.760.0.ebuild
Log:
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.61 dev-perl/RPC-XML/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -p -w -b -B -u -u -r1.60 -r1.61
--- ChangeLog 4 Sep 2011 11:23:07 -0000 1.60
+++ ChangeLog 6 Sep 2011 23:20:13 -0000 1.61
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/RPC-XML
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.60 2011/09/04 11:23:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.61 2011/09/06 23:20:13 robbat2 Exp $
+
+*RPC-XML-0.760.0 (06 Sep 2011)
+
+ 06 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> +RPC-XML-0.760.0.ebuild:
+ Version bump via perl-bump experimental tool.
04 Sep 2011; Torsten Veller <tove@gentoo.org> -RPC-XML-0.740.ebuild:
Cleanup
1.1 dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.1&content-type=text/plain
Index: RPC-XML-0.760.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.1 2011/09/06 23:20:13 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=RJRAY
MODULE_VERSION=0.76
inherit perl-module
DESCRIPTION="An implementation of XML-RPC"
SLOT="0"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
RDEPEND=">=dev-perl/libwww-perl-5.834
>=dev-perl/XML-LibXML-1.70
>=dev-perl/XML-Parser-2.31
dev-perl/net-server
>=virtual/perl-Scalar-List-Utils-1.20"
DEPEND="${RDEPEND}"
pkg_postinst() {
perl-module_pkg_postinst
SETWARN=0
has_version '=www-servers/apache-2*' && HAVE_APACHE2=1
has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2
[ -n "${HAVE_APACHE2}" ] && SETWARN=1
[ -n "${HAVE_MP2}" ] && SETWARN=1
if [ "$SETWARN" == "1" ]; then
ewarn "Apache2 or mod_perl2 were detected."
ewarn ""
ewarn "NOTE FROM THE AUTHOR OF RPC-XML"
ewarn ""
ewarn "At present, this package does not work with Apache2 and the soon-to-be"
ewarn "mod_perl2. The changes to the API for location handlers are too drastic to"
ewarn "try and support both within the same class (I tried, using the compatibility"
ewarn "layer). Also, mp2 does not currently provide support for <Perl> sections, which"
ewarn "are the real strength of the Apache::RPC::Server class."
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/RPC-XML: RPC-XML-0.760.0.ebuild ChangeLog
@ 2012-02-24 10:33 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:33 UTC (permalink / raw
To: gentoo-commits
ago 12/02/24 10:33:01
Modified: RPC-XML-0.760.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #400209
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?r1=1.1&r2=1.2
Index: RPC-XML-0.760.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RPC-XML-0.760.0.ebuild 6 Sep 2011 23:20:13 -0000 1.1
+++ RPC-XML-0.760.0.ebuild 24 Feb 2012 10:33:01 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.1 2011/09/06 23:20:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.2 2012/02/24 10:33:01 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
1.62 dev-perl/RPC-XML/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 6 Sep 2011 23:20:13 -0000 1.61
+++ ChangeLog 24 Feb 2012 10:33:01 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/RPC-XML
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.61 2011/09/06 23:20:13 robbat2 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.62 2012/02/24 10:33:01 ago Exp $
+
+ 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> RPC-XML-0.760.0.ebuild:
+ Stable for amd64, wrt bug #400209
*RPC-XML-0.760.0 (06 Sep 2011)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/RPC-XML: RPC-XML-0.760.0.ebuild ChangeLog
@ 2012-02-25 18:02 Tobias Klausmann (klausman)
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-02-25 18:02 UTC (permalink / raw
To: gentoo-commits
klausman 12/02/25 18:02:37
Modified: RPC-XML-0.760.0.ebuild ChangeLog
Log:
Stable on alpha, bug #400209
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?r1=1.2&r2=1.3
Index: RPC-XML-0.760.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RPC-XML-0.760.0.ebuild 24 Feb 2012 10:33:01 -0000 1.2
+++ RPC-XML-0.760.0.ebuild 25 Feb 2012 18:02:37 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.2 2012/02/24 10:33:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.3 2012/02/25 18:02:37 klausman Exp $
EAPI=4
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
1.63 dev-perl/RPC-XML/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 24 Feb 2012 10:33:01 -0000 1.62
+++ ChangeLog 25 Feb 2012 18:02:37 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/RPC-XML
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.62 2012/02/24 10:33:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.63 2012/02/25 18:02:37 klausman Exp $
+
+ 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> RPC-XML-0.760.0.ebuild:
+ Stable on alpha, bug #400209
24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> RPC-XML-0.760.0.ebuild:
Stable for amd64, wrt bug #400209
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/RPC-XML: RPC-XML-0.760.0.ebuild ChangeLog
@ 2012-02-27 16:26 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-02-27 16:26 UTC (permalink / raw
To: gentoo-commits
ranger 12/02/27 16:26:42
Modified: RPC-XML-0.760.0.ebuild ChangeLog
Log:
Marking RPC-XML-0.760.0 ppc for bug 400209
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?r1=1.3&r2=1.4
Index: RPC-XML-0.760.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RPC-XML-0.760.0.ebuild 25 Feb 2012 18:02:37 -0000 1.3
+++ RPC-XML-0.760.0.ebuild 27 Feb 2012 16:26:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.3 2012/02/25 18:02:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.4 2012/02/27 16:26:42 ranger Exp $
EAPI=4
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
1.64 dev-perl/RPC-XML/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 25 Feb 2012 18:02:37 -0000 1.63
+++ ChangeLog 27 Feb 2012 16:26:42 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/RPC-XML
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.63 2012/02/25 18:02:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.64 2012/02/27 16:26:42 ranger Exp $
+
+ 27 Feb 2012; Brent Baude <ranger@gentoo.org> RPC-XML-0.760.0.ebuild:
+ Marking RPC-XML-0.760.0 ppc for bug 400209
25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> RPC-XML-0.760.0.ebuild:
Stable on alpha, bug #400209
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/RPC-XML: RPC-XML-0.760.0.ebuild ChangeLog
@ 2012-03-09 9:20 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-09 9:20 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/03/09 09:20:42
Modified: RPC-XML-0.760.0.ebuild ChangeLog
Log:
x86 stable wrt bug #400209
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.5 dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild?r1=1.4&r2=1.5
Index: RPC-XML-0.760.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RPC-XML-0.760.0.ebuild 27 Feb 2012 16:26:42 -0000 1.4
+++ RPC-XML-0.760.0.ebuild 9 Mar 2012 09:20:42 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.4 2012/02/27 16:26:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild,v 1.5 2012/03/09 09:20:42 phajdan.jr Exp $
EAPI=4
@@ -12,7 +12,7 @@
SLOT="0"
LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="alpha amd64 ~ia64 ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
1.65 dev-perl/RPC-XML/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RPC-XML/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 27 Feb 2012 16:26:42 -0000 1.64
+++ ChangeLog 9 Mar 2012 09:20:42 -0000 1.65
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/RPC-XML
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.64 2012/02/27 16:26:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.65 2012/03/09 09:20:42 phajdan.jr Exp $
+
+ 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> RPC-XML-0.760.0.ebuild:
+ x86 stable wrt bug #400209
27 Feb 2012; Brent Baude <ranger@gentoo.org> RPC-XML-0.760.0.ebuild:
Marking RPC-XML-0.760.0 ppc for bug 400209
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-09 9:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 23:20 [gentoo-commits] gentoo-x86 commit in dev-perl/RPC-XML: RPC-XML-0.760.0.ebuild ChangeLog Robin H. Johnson (robbat2)
-- strict thread matches above, loose matches on Subject: below --
2012-02-24 10:33 Agostino Sarubbo (ago)
2012-02-25 18:02 Tobias Klausmann (klausman)
2012-02-27 16:26 Brent Baude (ranger)
2012-03-09 9:20 PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox