Version bump via perl-bump experimental tool.
authorRobin H. Johnson <robbat2@gentoo.org>
Tue, 6 Sep 2011 23:24:30 +0000 (23:24 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Tue, 6 Sep 2011 23:24:30 +0000 (23:24 +0000)
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64

dev-perl/RPC-XML/ChangeLog
dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild [new file with mode: 0644]
dev-perl/Sysadm-Install/ChangeLog
dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild [new file with mode: 0644]

index 4a14f2dd7ad347f9579aecde8b28c8ee82f58195..dc75de4f7dcf88720201fc4fccebd3b8e9216ebf 100644 (file)
@@ -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
diff --git a/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.760.0.ebuild
new file mode 100644 (file)
index 0000000..5998657
--- /dev/null
@@ -0,0 +1,48 @@
+# 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
+}
index ec7704575ec1e94ec9d7b1e87ef2b08a831fc4a0..150c135e0216a1e13aaf5fd0246d77458e95c7e4 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Sysadm-Install
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.6 2011/07/29 17:00:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.7 2011/09/06 23:24:30 robbat2 Exp $
+
+*Sysadm-Install-0.380.0 (06 Sep 2011)
+
+  06 Sep 2011; Robin H. Johnson <robbat2@gentoo.org>
+  +Sysadm-Install-0.380.0.ebuild:
+  Version bump via perl-bump experimental tool.
 
   29 Jul 2011; Torsten Veller <tove@gentoo.org> -Sysadm-Install-0.35.ebuild,
   -Sysadm-Install-0.360.0.ebuild:
diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild
new file mode 100644 (file)
index 0000000..ed08bef
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.380.0.ebuild,v 1.1 2011/09/06 23:24:29 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHILLI
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION="Typical installation tasks for system administrators"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hammer"
+
+RDEPEND="dev-perl/TermReadKey
+       dev-perl/libwww-perl
+       >=dev-perl/Log-Log4perl-1.28
+       hammer? ( dev-perl/Expect )"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"