From cd1e2ecfba771f706e1b65143aa4b2ba347ee466 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Thu, 1 Sep 2011 14:13:35 +0000 Subject: [PATCH] Change version scheme Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64 --- .../Authen-Libwrap-0.220.0.ebuild | 25 +++++ dev-perl/Authen-Libwrap/ChangeLog | 7 +- dev-perl/Coro/ChangeLog | 7 +- dev-perl/Coro/Coro-5.372.0.ebuild | 30 ++++++ dev-perl/RPC-XML/ChangeLog | 7 +- dev-perl/RPC-XML/RPC-XML-0.740.0.ebuild | 48 +++++++++ dev-perl/SOAP-Lite/ChangeLog | 7 +- dev-perl/SOAP-Lite/SOAP-Lite-0.712.0.ebuild | 54 ++++++++++ dev-perl/mogilefs-server/ChangeLog | 8 +- .../mogilefs-server-2.530.0.ebuild | 100 ++++++++++++++++++ dev-perl/text-template/ChangeLog | 9 +- .../text-template-1.450.0.ebuild | 19 ++++ 12 files changed, 314 insertions(+), 7 deletions(-) create mode 100644 dev-perl/Authen-Libwrap/Authen-Libwrap-0.220.0.ebuild create mode 100644 dev-perl/Coro/Coro-5.372.0.ebuild create mode 100644 dev-perl/RPC-XML/RPC-XML-0.740.0.ebuild create mode 100644 dev-perl/SOAP-Lite/SOAP-Lite-0.712.0.ebuild create mode 100644 dev-perl/mogilefs-server/mogilefs-server-2.530.0.ebuild create mode 100644 dev-perl/text-template/text-template-1.450.0.ebuild diff --git a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.220.0.ebuild b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.220.0.ebuild new file mode 100644 index 000000000000..d7a8b08b98ef --- /dev/null +++ b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.220.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Libwrap/Authen-Libwrap-0.220.0.ebuild,v 1.1 2011/09/01 14:03:21 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DMUEY +MODULE_VERSION=0.22 +inherit perl-module + +DESCRIPTION="A Perl access to the TCP Wrappers interface" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="sys-apps/tcp-wrappers" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-Exception + dev-perl/Test-Pod + )" + +SRC_TEST="do" diff --git a/dev-perl/Authen-Libwrap/ChangeLog b/dev-perl/Authen-Libwrap/ChangeLog index 5db323aa76dd..1fee33551f17 100644 --- a/dev-perl/Authen-Libwrap/ChangeLog +++ b/dev-perl/Authen-Libwrap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Authen-Libwrap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Libwrap/ChangeLog,v 1.1 2011/08/28 12:51:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Libwrap/ChangeLog,v 1.2 2011/09/01 14:03:21 tove Exp $ + +*Authen-Libwrap-0.220.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller +Authen-Libwrap-0.220.0.ebuild: + Change version scheme *Authen-Libwrap-0.22 (28 Aug 2011) diff --git a/dev-perl/Coro/ChangeLog b/dev-perl/Coro/ChangeLog index f1b74f46c157..08287464f716 100644 --- a/dev-perl/Coro/ChangeLog +++ b/dev-perl/Coro/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Coro # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/ChangeLog,v 1.1 2011/08/15 14:10:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/ChangeLog,v 1.2 2011/09/01 14:03:54 tove Exp $ + +*Coro-5.372.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller +Coro-5.372.0.ebuild: + Change version scheme *Coro-5.372 (15 Aug 2011) diff --git a/dev-perl/Coro/Coro-5.372.0.ebuild b/dev-perl/Coro/Coro-5.372.0.ebuild new file mode 100644 index 000000000000..5ff6da369a84 --- /dev/null +++ b/dev-perl/Coro/Coro-5.372.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-5.372.0.ebuild,v 1.1 2011/09/01 14:03:54 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MLEHMANN +MODULE_VERSION=5.372 +inherit perl-module + +DESCRIPTION="The only real threads in perl." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Event + dev-perl/AnyEvent + dev-perl/common-sense + virtual/perl-Scalar-List-Utils + dev-perl/EV + dev-perl/AnyEvent + virtual/perl-Storable + virtual/perl-Time-HiRes + dev-perl/Guard + dev-perl/IO-AIO" + +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog index a8f421792f82..091019190292 100644 --- a/dev-perl/RPC-XML/ChangeLog +++ b/dev-perl/RPC-XML/ChangeLog @@ -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.58 2011/02/09 16:57:26 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.59 2011/09/01 14:07:20 tove Exp $ + +*RPC-XML-0.740.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller +RPC-XML-0.740.0.ebuild: + Change version scheme *RPC-XML-0.740 (24 Jan 2011) diff --git a/dev-perl/RPC-XML/RPC-XML-0.740.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.740.0.ebuild new file mode 100644 index 000000000000..d25a5ce22561 --- /dev/null +++ b/dev-perl/RPC-XML/RPC-XML-0.740.0.ebuild @@ -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.740.0.ebuild,v 1.1 2011/09/01 14:07:20 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RJRAY +MODULE_VERSION=0.74 +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 sections, which" + ewarn "are the real strength of the Apache::RPC::Server class." + fi +} diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 126c98ea5912..549691f42fca 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.66 2011/03/23 17:15:51 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.67 2011/09/01 14:09:02 tove Exp $ + +*SOAP-Lite-0.712.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller +SOAP-Lite-0.712.0.ebuild: + Change version scheme 23 Mar 2011; Christian Ruppert SOAP-Lite-0.712.ebuild, +files/SOAP-Lite-0.712_sysread.patch: diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.712.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.712.0.ebuild new file mode 100644 index 000000000000..f9346b0d62d0 --- /dev/null +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.712.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.712.0.ebuild,v 1.1 2011/09/01 14:09:02 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MKUTTER +MODULE_VERSION=0.712 +inherit perl-module eutils + +DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" + +IUSE="jabber ssl" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +myconf="${myconf} --noprompt" + +# TESTS ARE DISABLED ON PURPOSE +# This module attempts to access an external website for validation +# of the MIME::Parser - not only is that bad practice in general, +# but in this particular case the external site isn't even valid anymore# -mpc +# 24/10/04 +SRC_TEST="do" + +DEPEND="dev-perl/Class-Inspector + dev-perl/XML-Parser + dev-perl/libwww-perl + virtual/perl-libnet + dev-perl/MIME-Lite + virtual/perl-MIME-Base64 + ssl? ( dev-perl/Crypt-SSLeay ) + jabber? ( dev-perl/Net-Jabber ) + ssl? ( dev-perl/IO-Socket-SSL ) + virtual/perl-IO-Compress + >=dev-perl/MIME-tools-5.413 + virtual/perl-version + dev-lang/perl" +RDEPEND="${DEPEND}" + +src_prepare() { + # The author of this module put a dep for MIME::Parser 6.X - but the6.X + # release of MIME::Parser was a mistake during a change in maintainers on + # cpan. This patch alters the dependancy to the "real" stable version of + # MIME::Parser. + epatch "${FILESDIR}"/SOAP-Lite-0.710.08.patch + epatch "${FILESDIR}"/${PN}-0.712_sysread.patch +} + +src_test() { + has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2 + perl-module_src_test +} diff --git a/dev-perl/mogilefs-server/ChangeLog b/dev-perl/mogilefs-server/ChangeLog index 74bb7408e45c..9a50062662ab 100644 --- a/dev-perl/mogilefs-server/ChangeLog +++ b/dev-perl/mogilefs-server/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/mogilefs-server # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mogilefs-server/ChangeLog,v 1.23 2011/08/12 19:43:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mogilefs-server/ChangeLog,v 1.24 2011/09/01 14:13:35 tove Exp $ + +*mogilefs-server-2.530.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller + +mogilefs-server-2.530.0.ebuild: + Change version scheme *mogilefs-server-2.53 (12 Aug 2011) diff --git a/dev-perl/mogilefs-server/mogilefs-server-2.530.0.ebuild b/dev-perl/mogilefs-server/mogilefs-server-2.530.0.ebuild new file mode 100644 index 000000000000..0a6d54801c1e --- /dev/null +++ b/dev-perl/mogilefs-server/mogilefs-server-2.530.0.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mogilefs-server/mogilefs-server-2.530.0.ebuild,v 1.1 2011/09/01 14:13:35 tove Exp $ + +EAPI=4 + +MY_PN=MogileFS-Server +MODULE_AUTHOR=DORMANDO +MODULE_VERSION=2.53 +inherit perl-module + +DESCRIPTION="Server for the MogileFS distributed file system" +HOMEPAGE="http://www.danga.com/mogilefs/ ${HOMEPAGE}" + +IUSE="mysql sqlite postgres" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +# Upstream site recommends this, +# but it breaks Perlbal +# dev-perl/Perlbal-XS-HTTPHeaders +RDEPEND="dev-perl/Net-Netmask + >=dev-perl/Danga-Socket-1.61 + >=dev-perl/Sys-Syscall-0.22 + >=dev-perl/Perlbal-1.790 + dev-perl/IO-AIO + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.14 + >=dev-perl/MogileFS-Utils-2.20 + dev-perl/Cache-Memcached + mysql? ( dev-perl/DBD-mysql ) + postgres? ( dev-perl/DBD-Pg ) + sqlite? ( dev-perl/DBD-SQLite )" +DEPEND="${RDEPEND}" + +# You need a local MySQL or Postgresql server for this +#SRC_TEST="do" + +#PATCHES=( ) + +MOGILE_USER="mogile" + +pkg_setup() { + # Warning! It is important that the uid is constant over Gentoo machines + # As mogilefs may be used with non-local block devices that move! + enewuser ${MOGILE_USER} 460 -1 -1 +} + +src_prepare() { + for f in Makefile.PL MANIFEST ; do + if [ -f "${S}"/${f}.orig ]; then + cp -f "${S}"/${f}{.orig,} + else + cp -f "${S}"/${f}{,.orig} + fi + done + # If we are not in a cutting edge Git source, we would prefer to not install + # duplicates of these. + sed -i -e '/directory.*mogdeps/d' "${S}"/Makefile.PL + sed -i -e '/^lib\/mogdeps/d' "${S}"/MANIFEST + mv -f "${S}/lib/mogdeps" "${S}" +} + +src_compile() { + export MOGILE_NO_BUILTIN_DEPS=1 + perl-module_src_compile || die "perl-module_src_compile failed" +} + +src_install() { + export MOGILE_NO_BUILTIN_DEPS=1 + perl-module_src_install || die "perl-module_src_install failed" + cd "${S}" + + newconfd "${FILESDIR}"/mogilefsd-conf.d-2.16 mogilefsd + newinitd "${FILESDIR}"/mogilefsd-init.d-2.16 mogilefsd + + newconfd "${FILESDIR}"/mogstored-conf.d-2.30 mogstored + newinitd "${FILESDIR}"/mogstored-init.d-2.50 mogstored + + newinitd "${FILESDIR}"/mogautomount-init.d-2.50 mogautomount + + diropts -m 700 -o ${MOGILE_USER} + keepdir /var/run/mogile + keepdir /var/mogdata + keepdir /mnt/mogilefs + diropts -m 755 -o root + + dodir /etc/mogilefs + insinto /etc/mogilefs + insopts -m 600 -o root -g ${MOGILE_USER} + newins "${FILESDIR}"/mogilefsd.conf-2.30 mogilefsd.conf + newins "${FILESDIR}"/mogstored.conf-2.16 mogstored.conf +} + +pkg_postinst() { + chmod 640 "${ROOT}"/etc/mogilefs/{mogilefsd,mogstored}.conf + chown root:${MOGILE_USER} "${ROOT}"/etc/mogilefs/{mogilefsd,mogstored}.conf +} diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog index f2bb450d5a0f..51c38c88bb34 100644 --- a/dev-perl/text-template/ChangeLog +++ b/dev-perl/text-template/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/text-template -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.15 2010/10/29 06:28:20 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.16 2011/09/01 14:05:54 tove Exp $ + +*text-template-1.450.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller +text-template-1.450.0.ebuild: + Change version scheme 29 Oct 2010; Fabian Groffen text-template-1.45.ebuild: diff --git a/dev-perl/text-template/text-template-1.450.0.ebuild b/dev-perl/text-template/text-template-1.450.0.ebuild new file mode 100644 index 000000000000..ad1ca2d1b6fd --- /dev/null +++ b/dev-perl/text-template/text-template-1.450.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.450.0.ebuild,v 1.1 2011/09/01 14:05:54 tove Exp $ + +EAPI=4 + +MY_PN=Text-Template +MODULE_AUTHOR=MJD +MODULE_VERSION=1.45 +inherit perl-module + +DESCRIPTION="Expand template text with embedded Perl" + +LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+ +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-macos" +IUSE="" + +SRC_TEST=do -- 2.26.2