From 40fc130317b05a3c4e78e56e32b5081deac17918 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 6 Oct 2021 00:31:19 +0200 Subject: dev-perl/XML-Fast: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild | 20 ++++++++++++++++++++ dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild | 18 ------------------ 2 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild delete mode 100644 dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild (limited to 'dev-perl/XML-Fast') diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild new file mode 100644 index 000000000000..83ce22591920 --- /dev/null +++ b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MONS +DIST_VERSION=0.17 +inherit perl-module + +DESCRIPTION="Simple and very fast XML to hash conversion" + +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + virtual/perl-Encode +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild deleted file mode 100644 index dfe6dafa67d4..000000000000 --- a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MONS -DIST_VERSION=0.17 -inherit perl-module - -DESCRIPTION="Simple and very fast XML to hash conversion" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/perl-Encode" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker" -- cgit v1.2.3-65-gdbad