From 54cc4d42c32027f88eb8cc33886db436fbb42cd9 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Sun, 24 Aug 2014 02:14:57 +0000 Subject: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED) --- dev-perl/WWW-Bugzilla/ChangeLog | 11 +++++++-- .../WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild | 27 ++++++++++++++++++++++ dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild | 27 ---------------------- 3 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild delete mode 100644 dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild (limited to 'dev-perl/WWW-Bugzilla') diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 4e75e0784b82..49a2ff345b11 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/WWW-Bugzilla -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.48 2012/06/24 13:00:05 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.49 2014/08/24 02:14:57 axs Exp $ + +*WWW-Bugzilla-1.500.0-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) + +WWW-Bugzilla-1.500.0-r1.ebuild, -WWW-Bugzilla-1.500.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild new file mode 100644 index 000000000000..abd6c990670d --- /dev/null +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild,v 1.1 2014/08/24 02:14:57 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=BMC +MODULE_VERSION=1.5 +inherit perl-module + +DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +RDEPEND="dev-perl/WWW-Mechanize + >=dev-perl/Params-Validate-0.88 + >=dev-perl/Crypt-SSLeay-0.57 + dev-perl/Class-MethodMaker" +DEPEND="${RDEPEND}" + +src_prepare() { + perl-module_src_prepare + mkdir "${S}"/lib + cp -r "${S}"/{WWW,lib} +} diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild deleted file mode 100644 index 5786bc2c368f..000000000000 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0.ebuild,v 1.4 2012/03/25 15:32:42 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=BMC -MODULE_VERSION=1.5 -inherit perl-module - -DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-perl/WWW-Mechanize - >=dev-perl/Params-Validate-0.88 - >=dev-perl/Crypt-SSLeay-0.57 - dev-perl/Class-MethodMaker" -DEPEND="${RDEPEND}" - -src_prepare() { - perl-module_src_prepare - mkdir "${S}"/lib - cp -r "${S}"/{WWW,lib} -} -- cgit v1.2.3-65-gdbad