public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2015-11-27  9:11 Patrice Clement
  0 siblings, 0 replies; 22+ messages in thread
From: Patrice Clement @ 2015-11-27  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     efe4dc00e0d580c0ec1d10c98152b11b68a64ceb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 09:10:11 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 09:10:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe4dc00

dev-perl/RPC-XML: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/RPC-XML/Manifest               |  1 +
 dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild | 57 +++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index e48a9c0..dd7b9ea 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1,2 +1,3 @@
 DIST RPC-XML-0.77.tar.gz 205679 SHA256 e38c5d131e8c29f41ca39ac1e4b7abd33ed1c9b417e0d8ac1c24a056ce7e6f5a SHA512 960625a387da279bab93d09f8b62d4e4f3e01a008abcc5503de3661171c1a4ffd4db9a4c10c4882e77bc7d12bb14071ca875c1988a3d3126fdf6ee70d68e80c9 WHIRLPOOL aca53100c4e905eba8ad4ea763058c6e63401d6de14be5c79450143eea3167f8d335eb3ff47789396612099bce4b6eed0aeb2d2b39a3158c161a37b66f15a9dc
 DIST RPC-XML-0.78.tar.gz 207243 SHA256 a2c02724a29f8f3183e396d1ca69fa76650cd913334d6d429a094321f588ec6a SHA512 160c5e699d3de78fe61a2d7a307e094261054cc4936d2b909fd0d29af77ca57aa76cd62f421a714c39feb1b46f1d81b9561551884dfb7e4dc6ab560c8e3e2822 WHIRLPOOL 5c72f81b60a53ad3fe51001bb86a978a0eef8a09ef0302f54c84c4b32b89a99bcbeceed756ac4c667e4fe3716e5f3eee69327db73332651a485134e8d0f1e318
+DIST RPC-XML-0.79.tar.gz 209612 SHA256 9822ffcfbea9c2bddef00507dc93f7acb83589e6ff6460ca7040f147aeebf9a9 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26 WHIRLPOOL 9e42d4c4fee850283bc692cf27915bcd562282e814778253bafa15e5936ab7b8f097e09cbd13ea3ceacbd2673c033e42dda24dc50dc08eeef1ac107cf606af69

diff --git a/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
new file mode 100644
index 0000000..c81b991
--- /dev/null
+++ b/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=RJRAY
+MODULE_VERSION=0.79
+inherit perl-module
+
+DESCRIPTION="An implementation of XML-RPC"
+
+SLOT="0"
+LICENSE="|| ( Artistic-2 LGPL-2.1 )"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="test"
+
+SRC_TEST="do"
+
+RDEPEND="
+	>=virtual/perl-File-Spec-0.800.0
+	>=dev-perl/libwww-perl-5.834.0
+	>=virtual/perl-Module-Load-0.240.0
+	>=virtual/perl-Scalar-List-Utils-1.200.0
+	>=dev-perl/XML-LibXML-1.850.0
+	>=dev-perl/XML-Parser-2.310.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+
+# Dubious test.
+PERL_RM_FILES=(
+	t/60_net_server.t
+)
+
+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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2016-03-09 20:48 Andreas Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Hüttel @ 2016-03-09 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a6eaf697759e8683a78c48e5df47a027305bc84d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar  6 09:13:17 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 20:48:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6eaf697

dev-perl/RPC-XML: Fix dependency on dev-perl/Net-Server

Package-Manager: portage-2.2.27

 dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild b/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild
index 6055322..1277f1f 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ RDEPEND="
 	>=dev-perl/libwww-perl-5.834.0
 	>=dev-perl/XML-LibXML-1.850.0
 	>=dev-perl/XML-Parser-2.310.0
-	dev-perl/net-server
+	dev-perl/Net-Server
 	>=virtual/perl-Scalar-List-Utils-1.200.0
 	dev-perl/URI
 "


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2016-05-02 18:24 Andreas Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Hüttel @ 2016-05-02 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cdefec84ea16ea598032d844afdf2ab98e4480b4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 17:49:23 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May  2 17:49:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdefec84

dev-perl/RPC-XML: Remove old

Package-Manager: portage-2.2.28

 dev-perl/RPC-XML/Manifest               |  1 -
 dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild | 52 ---------------------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index dd7b9ea..ebb2b66 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1,3 +1,2 @@
 DIST RPC-XML-0.77.tar.gz 205679 SHA256 e38c5d131e8c29f41ca39ac1e4b7abd33ed1c9b417e0d8ac1c24a056ce7e6f5a SHA512 960625a387da279bab93d09f8b62d4e4f3e01a008abcc5503de3661171c1a4ffd4db9a4c10c4882e77bc7d12bb14071ca875c1988a3d3126fdf6ee70d68e80c9 WHIRLPOOL aca53100c4e905eba8ad4ea763058c6e63401d6de14be5c79450143eea3167f8d335eb3ff47789396612099bce4b6eed0aeb2d2b39a3158c161a37b66f15a9dc
-DIST RPC-XML-0.78.tar.gz 207243 SHA256 a2c02724a29f8f3183e396d1ca69fa76650cd913334d6d429a094321f588ec6a SHA512 160c5e699d3de78fe61a2d7a307e094261054cc4936d2b909fd0d29af77ca57aa76cd62f421a714c39feb1b46f1d81b9561551884dfb7e4dc6ab560c8e3e2822 WHIRLPOOL 5c72f81b60a53ad3fe51001bb86a978a0eef8a09ef0302f54c84c4b32b89a99bcbeceed756ac4c667e4fe3716e5f3eee69327db73332651a485134e8d0f1e318
 DIST RPC-XML-0.79.tar.gz 209612 SHA256 9822ffcfbea9c2bddef00507dc93f7acb83589e6ff6460ca7040f147aeebf9a9 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26 WHIRLPOOL 9e42d4c4fee850283bc692cf27915bcd562282e814778253bafa15e5936ab7b8f097e09cbd13ea3ceacbd2673c033e42dda24dc50dc08eeef1ac107cf606af69

diff --git a/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild
deleted file mode 100644
index 4e81efa..0000000
--- a/dev-perl/RPC-XML/RPC-XML-0.780.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJRAY
-MODULE_VERSION=0.78
-inherit perl-module
-
-DESCRIPTION="An implementation of XML-RPC"
-
-SLOT="0"
-LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="test"
-
-SRC_TEST="do"
-
-RDEPEND="
-	>=virtual/perl-File-Spec-0.800.0
-	>=dev-perl/libwww-perl-5.834.0
-	>=virtual/perl-Module-Load-0.240.0
-	>=virtual/perl-Scalar-List-Utils-1.200.0
-	>=dev-perl/XML-LibXML-1.850.0
-	>=dev-perl/XML-Parser-2.310.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-
-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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2016-05-13 10:12 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2016-05-13 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f67335edca22a8f93e083ad57c0bbcd7fabd9b2c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:09:52 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 10:11:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67335ed

dev-perl/RPC-XML: amd64 stable wrt bug #581850

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
index c81b991..14a7baf 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="test"
 
 SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2016-07-06 22:54 Andreas Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Hüttel @ 2016-07-06 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     06c7cfcb0398f12a6cdc419ee4d46e6b6615b02c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 22:52:18 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 22:52:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c7cfcb

dev-perl/RPC-XML: Remove old

Package-Manager: portage-2.3.0

 dev-perl/RPC-XML/Manifest                  |  1 -
 dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild | 49 ------------------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index ebb2b66..07d5996 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1,2 +1 @@
-DIST RPC-XML-0.77.tar.gz 205679 SHA256 e38c5d131e8c29f41ca39ac1e4b7abd33ed1c9b417e0d8ac1c24a056ce7e6f5a SHA512 960625a387da279bab93d09f8b62d4e4f3e01a008abcc5503de3661171c1a4ffd4db9a4c10c4882e77bc7d12bb14071ca875c1988a3d3126fdf6ee70d68e80c9 WHIRLPOOL aca53100c4e905eba8ad4ea763058c6e63401d6de14be5c79450143eea3167f8d335eb3ff47789396612099bce4b6eed0aeb2d2b39a3158c161a37b66f15a9dc
 DIST RPC-XML-0.79.tar.gz 209612 SHA256 9822ffcfbea9c2bddef00507dc93f7acb83589e6ff6460ca7040f147aeebf9a9 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26 WHIRLPOOL 9e42d4c4fee850283bc692cf27915bcd562282e814778253bafa15e5936ab7b8f097e09cbd13ea3ceacbd2673c033e42dda24dc50dc08eeef1ac107cf606af69

diff --git a/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild b/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild
deleted file mode 100644
index 1277f1f..0000000
--- a/dev-perl/RPC-XML/RPC-XML-0.770.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJRAY
-MODULE_VERSION=0.77
-inherit perl-module
-
-DESCRIPTION="An implementation of XML-RPC"
-
-SLOT="0"
-LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-SRC_TEST="do"
-
-RDEPEND="
-	>=dev-perl/libwww-perl-5.834.0
-	>=dev-perl/XML-LibXML-1.850.0
-	>=dev-perl/XML-Parser-2.310.0
-	dev-perl/Net-Server
-	>=virtual/perl-Scalar-List-Utils-1.200.0
-	dev-perl/URI
-"
-DEPEND="${RDEPEND}"
-
-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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2017-12-30  2:40 Kent Fredric
  0 siblings, 0 replies; 22+ messages in thread
From: Kent Fredric @ 2017-12-30  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f7f309bb351932c0e165498509deb6fd398c113b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 07:44:20 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 02:38:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f309bb

dev-perl/RPC-XML: Bump to version 0.800.0

- EAPI6
- Enable Parallel tests
- Add USE="examples"
- Restore 60_net_server test ( fixed upstream )

Upstream:
- make_method now produces reproducable output by omitting timestamps
- Fix various test failures
- Fix memory leak with expat

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/RPC-XML/Manifest               |  1 +
 dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 58 +++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index 25fc3b7399d..7094bbcf20a 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1 +1,2 @@
 DIST RPC-XML-0.79.tar.gz 209612 BLAKE2B 8135be3e956083b985a00056c4574ab7412223f554a66fdadea1d10abbf837b6c02464cd212d774ef940c6f1524cbbaf651155abc1c35e1cac96aa01e1a058d7 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26
+DIST RPC-XML-0.80.tar.gz 211223 BLAKE2B e26ba4f667c227e84362ca8e09d17ee01ef45c25902e7bc433bc4a81facacfc6163fc06ddd20a08399131faf18daa97f0f1a173043147f2d5046424c6e3087d3 SHA512 a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992

diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
new file mode 100644
index 00000000000..8f06c0d7373
--- /dev/null
+++ b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJRAY
+DIST_VERSION=0.80
+DIST_EXAMPLES=( "ex/*.xpl" )
+inherit perl-module
+
+DESCRIPTION="An implementation of XML-RPC"
+
+SLOT="0"
+LICENSE="|| ( Artistic-2 LGPL-2.1 )"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Spec-0.800.0
+	>=dev-perl/libwww-perl-5.834.0
+	>=virtual/perl-Module-Load-0.240.0
+	>=virtual/perl-Scalar-List-Utils-1.200.0
+	>=dev-perl/XML-LibXML-1.850.0
+	>=dev-perl/XML-Parser-2.310.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+
+src_compile() {
+	perl-module_src_compile
+	if use examples; then
+		pushd "${S}/ex" >/dev/null || die "Can't enter ${S}/ex"
+		emake MAKEMETHOD="${S}/blib/script/make_method"
+		popd >/dev/null || die "Can't exit ${S}/ex"
+	fi
+}
+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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2018-09-07 14:00 Mikle Kolyada
  0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2018-09-07 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     62bc85cd1cb814b9876b0fd2afccb44e1c3ded04
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 13:56:13 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 13:56:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bc85cd

dev-perl/RPC-XML: amd64 stable wrt bug #662366

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
index b99a342a5d9..78af6a8aaa4 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-04-24 17:14 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-04-24 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9f01ca243bd90f531350d7c76f571b64a26e4108
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 24 17:13:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 17:14:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f01ca24

dev-perl/RPC-XML: Version bump 0.82

Closes: https://bugs.gentoo.org/662420
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/RPC-XML/Manifest               |  1 +
 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 63 +++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index 7094bbcf20a..9906db047e3 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1,2 +1,3 @@
 DIST RPC-XML-0.79.tar.gz 209612 BLAKE2B 8135be3e956083b985a00056c4574ab7412223f554a66fdadea1d10abbf837b6c02464cd212d774ef940c6f1524cbbaf651155abc1c35e1cac96aa01e1a058d7 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26
 DIST RPC-XML-0.80.tar.gz 211223 BLAKE2B e26ba4f667c227e84362ca8e09d17ee01ef45c25902e7bc433bc4a81facacfc6163fc06ddd20a08399131faf18daa97f0f1a173043147f2d5046424c6e3087d3 SHA512 a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992
+DIST RPC-XML-0.82.tar.gz 225690 BLAKE2B 4e16730a5bda313d43b00eaa8617e009a157867f286f17afb58693beb881ac2329ebee93d98c44c8742be2608998c1d2e0cc4f323be83ae9c5e9041c5bf90b3c SHA512 e5d1092a2807c2bd423502dd2ed53a72c57384b67bb4709e86a64a6fe37ce8af580998e62fcfa6a48d66d5308d9dc270c74e4293617b9f23a654e379cde4025f

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
new file mode 100644
index 00000000000..47ed029c810
--- /dev/null
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RJRAY
+DIST_VERSION=0.82
+DIST_EXAMPLES=( "ex/*.xpl" )
+inherit perl-module
+
+DESCRIPTION="An implementation of XML-RPC"
+
+SLOT="0"
+LICENSE="|| ( Artistic-2 LGPL-2.1 )"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/HTTP-Daemon-6.120.0
+	>=dev-perl/HTTP-Message-6.260.0
+	>=dev-perl/libwww-perl-6.510.0
+	>=virtual/perl-Module-Load-0.360.0
+	>=virtual/perl-Scalar-List-Utils-1.550.0
+	>=dev-perl/XML-Parser-2.460.0
+"
+BEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-7.560.0
+	test? (
+		virtual/perl-IO-Socket-IP
+		>=virtual/perl-Test-Simple-1.302.183
+	)
+"
+
+src_compile() {
+	perl-module_src_compile
+	if use examples; then
+		pushd "${S}/ex" >/dev/null || die "Can't enter ${S}/ex"
+		emake MAKEMETHOD="${S}/blib/script/make_method"
+		popd >/dev/null || die "Can't exit ${S}/ex"
+	fi
+}
+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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-05-01 18:10 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-05-01 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     569d17e8d51923ef56a38a0a6abe464666e85689
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:09:28 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:10:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569d17e8

dev-perl/RPC-XML: Drop all keywords

Needs some critical stuff more-than-bleeding edge.
To be revisited...

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index 47ed029c810..92371a21c91 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ~ppc ~x86"
+#KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -25,7 +25,7 @@ RDEPEND="
 	>=virtual/perl-Scalar-List-Utils-1.550.0
 	>=dev-perl/XML-Parser-2.460.0
 "
-BEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-7.560.0
 	test? (
 		virtual/perl-IO-Socket-IP


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-05-13 11:47 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-05-13 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     00dfed386323276687c231c542ff8e15d3374d06
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 11:46:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 13 11:47:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dfed38

dev-perl/RPC-XML: Add missing test dep

Closes: https://bugs.gentoo.org/787554
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
index c6d4111bf85..90f2ade1ff8 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,7 +26,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.940.0 )
+	test? (
+		dev-perl/HTTP-Daemon
+		>=virtual/perl-Test-Simple-0.940.0
+	)
 "
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-08-05 21:15 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-08-05 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     837168d19e8a7779ff179f6dddefbb2062144ae8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 21:03:09 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 21:14:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837168d1

dev-perl/RPC-XML: Re-add keywords

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index 92371a21c91..da44e8ec845 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-#KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-10-11  5:15 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-11  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c506c3885b3314135508a3b10bada3f029cf497c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:13:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:13:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c506c388

dev-perl/RPC-XML: Stabilize 0.820.0 ppc, #817500

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index da44e8ec845..69588646f08 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-10-15 19:34 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-10-15 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     88cd31236478201176acd3187f0371d22f6d8f28
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 19:33:50 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 19:34:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cd3123

dev-perl/RPC-XML: Run tests non-parallel

Closes: https://bugs.gentoo.org/790008
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index 69588646f08..33848068de5 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -29,10 +29,14 @@ BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-7.560.0
 	test? (
 		virtual/perl-IO-Socket-IP
+		dev-perl/Net-Server
 		>=virtual/perl-Test-Simple-1.302.183
 	)
 "
 
+# tests seem to be a bit flaky
+DIST_TEST=do
+
 src_compile() {
 	perl-module_src_compile
 	if use examples; then


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-10-16  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2021-10-16  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7b016cad56d870d5699f91da89fc6f829400a916
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 07:09:03 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 07:10:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b016cad

dev-perl/RPC-XML: amd64 stable wrt bug #817500

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index 33848068de5..60431416c6c 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-10-16 14:02 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2021-10-16 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b859ef99afed8164ceb635bab1824ad28c3e1807
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 14:02:03 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:02:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b859ef99

dev-perl/RPC-XML: x86 stable wrt bug #817500

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index 60431416c6c..c6b534d0c76 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-11-27 20:51 Andreas K. Hüttel
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas K. Hüttel @ 2021-11-27 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ed0ac19462a2943678f6e67082f45c75ef10af4d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 20:47:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 20:51:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0ac194

dev-perl/RPC-XML: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/RPC-XML/Manifest               |  2 --
 dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild | 57 ------------------------------
 dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 62 ---------------------------------
 3 files changed, 121 deletions(-)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index 9906db047e36..f897b567eb31 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1,3 +1 @@
-DIST RPC-XML-0.79.tar.gz 209612 BLAKE2B 8135be3e956083b985a00056c4574ab7412223f554a66fdadea1d10abbf837b6c02464cd212d774ef940c6f1524cbbaf651155abc1c35e1cac96aa01e1a058d7 SHA512 541ee3abf4e44cff68a2b7b7c4f78095e8e4ec479d72b52d300503bc1688f64fd01a0ff3c2cdf8e18573d19af0bae467ac68befe7ad8756e6287ed494a50ce26
-DIST RPC-XML-0.80.tar.gz 211223 BLAKE2B e26ba4f667c227e84362ca8e09d17ee01ef45c25902e7bc433bc4a81facacfc6163fc06ddd20a08399131faf18daa97f0f1a173043147f2d5046424c6e3087d3 SHA512 a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992
 DIST RPC-XML-0.82.tar.gz 225690 BLAKE2B 4e16730a5bda313d43b00eaa8617e009a157867f286f17afb58693beb881ac2329ebee93d98c44c8742be2608998c1d2e0cc4f323be83ae9c5e9041c5bf90b3c SHA512 e5d1092a2807c2bd423502dd2ed53a72c57384b67bb4709e86a64a6fe37ce8af580998e62fcfa6a48d66d5308d9dc270c74e4293617b9f23a654e379cde4025f

diff --git a/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
deleted file mode 100644
index bb2f6df3bba7..000000000000
--- a/dev-perl/RPC-XML/RPC-XML-0.790.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RJRAY
-MODULE_VERSION=0.79
-inherit perl-module
-
-DESCRIPTION="An implementation of XML-RPC"
-
-SLOT="0"
-LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-SRC_TEST="do"
-
-RDEPEND="
-	>=virtual/perl-File-Spec-0.800.0
-	>=dev-perl/libwww-perl-5.834.0
-	>=virtual/perl-Module-Load-0.240.0
-	>=virtual/perl-Scalar-List-Utils-1.200.0
-	>=dev-perl/XML-LibXML-1.850.0
-	>=dev-perl/XML-Parser-2.310.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-
-# Dubious test.
-PERL_RM_FILES=(
-	t/60_net_server.t
-)
-
-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
-}

diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
deleted file mode 100644
index 90f2ade1ff82..000000000000
--- a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJRAY
-DIST_VERSION=0.80
-DIST_EXAMPLES=( "ex/*.xpl" )
-inherit perl-module
-
-DESCRIPTION="An implementation of XML-RPC"
-
-SLOT="0"
-LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-File-Spec-0.800.0
-	>=dev-perl/libwww-perl-5.834.0
-	>=virtual/perl-Module-Load-0.240.0
-	>=virtual/perl-Scalar-List-Utils-1.200.0
-	>=dev-perl/XML-LibXML-1.850.0
-	>=dev-perl/XML-Parser-2.310.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/HTTP-Daemon
-		>=virtual/perl-Test-Simple-0.940.0
-	)
-"
-
-src_compile() {
-	perl-module_src_compile
-	if use examples; then
-		pushd "${S}/ex" >/dev/null || die "Can't enter ${S}/ex"
-		emake MAKEMETHOD="${S}/blib/script/make_method"
-		popd >/dev/null || die "Can't exit ${S}/ex"
-	fi
-}
-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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-12-14  6:44 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-12-14  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b70e6f910846d25635a6d0e88686ce2144842f02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 06:42:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 06:44:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70e6f91

dev-perl/RPC-XML: Revert "Remove old", drop 0.820.0 back to ~arch

This reverts commit ed0ac19462a2943678f6e67082f45c75ef10af4d.

Restore older for now so we can keep older XML-Parser
while we investigate issues w/ it and Expat.

Bug: https://bugs.gentoo.org/827966
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/RPC-XML/Manifest                          |  1 +
 ...C-XML-0.820.0.ebuild => RPC-XML-0.800.0.ebuild} | 31 +++++++++-------------
 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild            |  2 +-
 3 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index f897b567eb31..b2c4efa1e906 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1 +1,2 @@
+DIST RPC-XML-0.80.tar.gz 211223 BLAKE2B e26ba4f667c227e84362ca8e09d17ee01ef45c25902e7bc433bc4a81facacfc6163fc06ddd20a08399131faf18daa97f0f1a173043147f2d5046424c6e3087d3 SHA512 a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992
 DIST RPC-XML-0.82.tar.gz 225690 BLAKE2B 4e16730a5bda313d43b00eaa8617e009a157867f286f17afb58693beb881ac2329ebee93d98c44c8742be2608998c1d2e0cc4f323be83ae9c5e9041c5bf90b3c SHA512 e5d1092a2807c2bd423502dd2ed53a72c57384b67bb4709e86a64a6fe37ce8af580998e62fcfa6a48d66d5308d9dc270c74e4293617b9f23a654e379cde4025f

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
similarity index 73%
copy from dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
copy to dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
index c6b534d0c768..90f2ade1ff82 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=6
 
 DIST_AUTHOR=RJRAY
-DIST_VERSION=0.82
+DIST_VERSION=0.80
 DIST_EXAMPLES=( "ex/*.xpl" )
 inherit perl-module
 
@@ -12,31 +12,26 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	virtual/perl-Carp
-	>=dev-perl/HTTP-Daemon-6.120.0
-	>=dev-perl/HTTP-Message-6.260.0
-	>=dev-perl/libwww-perl-6.510.0
-	>=virtual/perl-Module-Load-0.360.0
-	>=virtual/perl-Scalar-List-Utils-1.550.0
-	>=dev-perl/XML-Parser-2.460.0
+	>=virtual/perl-File-Spec-0.800.0
+	>=dev-perl/libwww-perl-5.834.0
+	>=virtual/perl-Module-Load-0.240.0
+	>=virtual/perl-Scalar-List-Utils-1.200.0
+	>=dev-perl/XML-LibXML-1.850.0
+	>=dev-perl/XML-Parser-2.310.0
 "
-BDEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-7.560.0
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
 	test? (
-		virtual/perl-IO-Socket-IP
-		dev-perl/Net-Server
-		>=virtual/perl-Test-Simple-1.302.183
+		dev-perl/HTTP-Daemon
+		>=virtual/perl-Test-Simple-0.940.0
 	)
 "
 
-# tests seem to be a bit flaky
-DIST_TEST=do
-
 src_compile() {
 	perl-module_src_compile
 	if use examples; then

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index c6b534d0c768..d58d5f0bd422 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2021-12-14  7:07 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-12-14  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0167861df501bb6ee289138253bf1c66f7c183e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 07:07:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 07:07:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0167861d

dev-perl/RPC-XML: stabilize 0.800.0 for x86

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
index 90f2ade1ff82..b2e4b975f562 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2022-02-19  7:00 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5acb88b539809a331824f180237356f55cc84880
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 06:59:28 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 06:59:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acb88b5

dev-perl/RPC-XML: Stabilize 0.820.0 amd64, #833676

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index d58d5f0bd422..c6ba2b50a177 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2022-02-19  7:29 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1c5fa72beeedbcac9d1bffe80dee8ca9b2afff74
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:29:20 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:29:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5fa72b

dev-perl/RPC-XML: Stabilize 0.820.0 ppc, #833676

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index c6ba2b50a177..b7215334c442 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2022-06-29 11:09 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-06-29 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     22faba93da19a91a93dde905132460de37a9bf50
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 10:43:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:09:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22faba93

dev-perl/RPC-XML: drop 0.800.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/RPC-XML/Manifest               |  1 -
 dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild | 62 ---------------------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-perl/RPC-XML/Manifest b/dev-perl/RPC-XML/Manifest
index b2c4efa1e906..f897b567eb31 100644
--- a/dev-perl/RPC-XML/Manifest
+++ b/dev-perl/RPC-XML/Manifest
@@ -1,2 +1 @@
-DIST RPC-XML-0.80.tar.gz 211223 BLAKE2B e26ba4f667c227e84362ca8e09d17ee01ef45c25902e7bc433bc4a81facacfc6163fc06ddd20a08399131faf18daa97f0f1a173043147f2d5046424c6e3087d3 SHA512 a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992
 DIST RPC-XML-0.82.tar.gz 225690 BLAKE2B 4e16730a5bda313d43b00eaa8617e009a157867f286f17afb58693beb881ac2329ebee93d98c44c8742be2608998c1d2e0cc4f323be83ae9c5e9041c5bf90b3c SHA512 e5d1092a2807c2bd423502dd2ed53a72c57384b67bb4709e86a64a6fe37ce8af580998e62fcfa6a48d66d5308d9dc270c74e4293617b9f23a654e379cde4025f

diff --git a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
deleted file mode 100644
index b2e4b975f562..000000000000
--- a/dev-perl/RPC-XML/RPC-XML-0.800.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJRAY
-DIST_VERSION=0.80
-DIST_EXAMPLES=( "ex/*.xpl" )
-inherit perl-module
-
-DESCRIPTION="An implementation of XML-RPC"
-
-SLOT="0"
-LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-File-Spec-0.800.0
-	>=dev-perl/libwww-perl-5.834.0
-	>=virtual/perl-Module-Load-0.240.0
-	>=virtual/perl-Scalar-List-Utils-1.200.0
-	>=dev-perl/XML-LibXML-1.850.0
-	>=dev-perl/XML-Parser-2.310.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/HTTP-Daemon
-		>=virtual/perl-Test-Simple-0.940.0
-	)
-"
-
-src_compile() {
-	perl-module_src_compile
-	if use examples; then
-		pushd "${S}/ex" >/dev/null || die "Can't enter ${S}/ex"
-		emake MAKEMETHOD="${S}/blib/script/make_method"
-		popd >/dev/null || die "Can't exit ${S}/ex"
-	fi
-}
-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 related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/
@ 2022-09-02  4:40 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-09-02  4:40 UTC (permalink / raw
  To: gentoo-commits

commit:     df7711b66659c4ea185dbfebb8a26f2682151344
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 04:40:40 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 04:40:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7711b6

dev-perl/RPC-XML: Stabilize 0.820.0 arm64, #867754

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index b5051445afd9..a336b2077528 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-09-02  4:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-14  7:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-09-02  4:40 Arthur Zamarin
2022-06-29 11:09 Sam James
2022-02-19  7:29 Arthur Zamarin
2022-02-19  7:00 Arthur Zamarin
2021-12-14  6:44 Sam James
2021-11-27 20:51 Andreas K. Hüttel
2021-10-16 14:02 Agostino Sarubbo
2021-10-16  7:10 Agostino Sarubbo
2021-10-15 19:34 Andreas K. Hüttel
2021-10-11  5:15 Sam James
2021-08-05 21:15 Andreas K. Hüttel
2021-05-13 11:47 Andreas K. Hüttel
2021-05-01 18:10 Andreas K. Hüttel
2021-04-24 17:14 Andreas K. Hüttel
2018-09-07 14:00 Mikle Kolyada
2017-12-30  2:40 Kent Fredric
2016-07-06 22:54 Andreas Hüttel
2016-05-13 10:12 Agostino Sarubbo
2016-05-02 18:24 Andreas Hüttel
2016-03-09 20:48 Andreas Hüttel
2015-11-27  9:11 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox