commit:     c24215ccefbb41a6eb10a0f7acf50629abcd880e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 20:38:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 21:06:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24215cc

dev-perl/XML-SimpleObject: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../XML-SimpleObject-0.530.0-r1.ebuild             | 21 ------------------
 .../XML-SimpleObject-0.530.0-r2.ebuild             | 25 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/dev-perl/XML-SimpleObject/XML-SimpleObject-0.530.0-r1.ebuild 
b/dev-perl/XML-SimpleObject/XML-SimpleObject-0.530.0-r1.ebuild
deleted file mode 100644
index 6ecb1499314..00000000000
--- a/dev-perl/XML-SimpleObject/XML-SimpleObject-0.530.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DBRIAN
-MODULE_VERSION=0.53
-MY_S=${WORKDIR}/${PN}${MODULE_VERSION}
-inherit perl-module
-
-DESCRIPTION="A Perl XML Simple package"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/XML-Parser-2.30
-       >=dev-perl/XML-LibXML-1.54"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

diff --git a/dev-perl/XML-SimpleObject/XML-SimpleObject-0.530.0-r2.ebuild 
b/dev-perl/XML-SimpleObject/XML-SimpleObject-0.530.0-r2.ebuild
new file mode 100644
index 00000000000..db55984bfd2
--- /dev/null
+++ b/dev-perl/XML-SimpleObject/XML-SimpleObject-0.530.0-r2.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=DBRIAN
+DIST_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="A Perl XML Simple package"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
+
+RDEPEND="
+       >=dev-perl/XML-Parser-2.300.0
+       >=dev-perl/XML-LibXML-1.540.0
+"
+BDEPEND="${RDEPEND}
+"
+
+src_unpack() {
+       default
+       S=${WORKDIR}/${PN}${DIST_VERSION}
+}

Reply via email to