From 878ae99dffdb14e16555ce037e85e2e9d3ab9b5d Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 16 Aug 2021 03:41:39 +0100 Subject: dev-perl/Net-Z3950-ZOOM: subscribe to dev-libs/yaz subslot Bug: https://bugs.gentoo.org/808429 Signed-off-by: Sam James --- .../Net-Z3950-ZOOM-1.280.0-r2.ebuild | 20 ----------------- .../Net-Z3950-ZOOM-1.280.0-r3.ebuild | 20 +++++++++++++++++ .../Net-Z3950-ZOOM-1.300.0-r1.ebuild | 25 ++++++++++++++++++++++ .../Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild | 25 ---------------------- 4 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild create mode 100644 dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild create mode 100644 dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild delete mode 100644 dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild (limited to 'dev-perl/Net-Z3950-ZOOM') diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild deleted file mode 100644 index 8934b5a75d3f..000000000000 --- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MIRK -DIST_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 - dev-perl/MARC-Record -" -DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/${PN}-1.28-network-tests.patch" ) diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild new file mode 100644 index 000000000000..878bf6c3179f --- /dev/null +++ b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.280.0-r3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MIRK +DIST_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:= + dev-perl/MARC-Record +" +DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/${PN}-1.28-network-tests.patch" ) diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild new file mode 100644 index 000000000000..9b50cd5d4e91 --- /dev/null +++ b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MIRK +DIST_VERSION=1.30 +inherit perl-module + +DESCRIPTION="Perl extension for invoking the ZOOM-C API" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/yaz-4.0.0:= + >=dev-perl/MARC-Record-1.380.0 +" +DEPEND="${RDEPEND} +" +BDEPEND="${RDEPEND} +" + +PATCHES=( "${FILESDIR}/${PN}-1.28-network-tests.patch" ) diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild deleted file mode 100644 index a74eab3e81b7..000000000000 --- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.300.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=MIRK -DIST_VERSION=1.30 -inherit perl-module - -DESCRIPTION="Perl extension for invoking the ZOOM-C API" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/yaz-4.0.0 - >=dev-perl/MARC-Record-1.380.0 -" -DEPEND="${RDEPEND} -" -BDEPEND="${RDEPEND} -" - -PATCHES=( "${FILESDIR}/${PN}-1.28-network-tests.patch" ) -- cgit v1.2.3-65-gdbad