From 31f7a77951db1087269c90eb2c2e494bb54e29ed Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Tue, 26 Aug 2014 19:30:06 +0000 Subject: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) --- dev-perl/Net-Z3950-ZOOM/ChangeLog | 10 ++++++++-- .../Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r1.ebuild | 20 ++++++++++++++++++++ .../Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0.ebuild | 20 -------------------- 3 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r1.ebuild delete mode 100644 dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0.ebuild (limited to 'dev-perl/Net-Z3950-ZOOM') diff --git a/dev-perl/Net-Z3950-ZOOM/ChangeLog b/dev-perl/Net-Z3950-ZOOM/ChangeLog index ddca2add0be8..f16513f5ed6f 100644 --- a/dev-perl/Net-Z3950-ZOOM/ChangeLog +++ b/dev-perl/Net-Z3950-ZOOM/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Net-Z3950-ZOOM -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/ChangeLog,v 1.12 2012/11/18 11:30:56 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/ChangeLog,v 1.13 2014/08/26 19:30:06 axs Exp $ + +*Net-Z3950-ZOOM-1.280.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) + +Net-Z3950-ZOOM-1.280.0-r1.ebuild, -Net-Z3950-ZOOM-1.280.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 18 Nov 2012; Robin H. Johnson metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r1.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r1.ebuild new file mode 100644 index 000000000000..cb2d0e391a5b --- /dev/null +++ b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r1.ebuild,v 1.1 2014/08/26 19:30:06 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=MIRK +MODULE_VERSION=1.28 +inherit perl-module + +DESCRIPTION="Perl extension for invoking the ZOOM-C API" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/yaz-2.1.50" +DEPEND="${RDEPEND}" + +#SRC_TEST=online diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0.ebuild deleted file mode 100644 index c2b962f2e6b7..000000000000 --- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0.ebuild,v 1.1 2011/08/29 11:25:27 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MIRK -MODULE_VERSION=1.28 -inherit perl-module - -DESCRIPTION="Perl extension for invoking the ZOOM-C API" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-libs/yaz-2.1.50" -DEPEND="${RDEPEND}" - -#SRC_TEST=online -- cgit v1.2.3-65-gdbad