commit:     c5cf5477fe814bec4197075124a7b21d7e8eb928
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 19:54:54 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 19:55:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cf5477

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

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

 ...110.0-r1.ebuild => XML-Elemental-2.110.0-r2.ebuild} | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-perl/XML-Elemental/XML-Elemental-2.110.0-r1.ebuild 
b/dev-perl/XML-Elemental/XML-Elemental-2.110.0-r2.ebuild
similarity index 70%
rename from dev-perl/XML-Elemental/XML-Elemental-2.110.0-r1.ebuild
rename to dev-perl/XML-Elemental/XML-Elemental-2.110.0-r2.ebuild
index a969bfba214..6eaf421396a 100644
--- a/dev-perl/XML-Elemental/XML-Elemental-2.110.0-r1.ebuild
+++ b/dev-perl/XML-Elemental/XML-Elemental-2.110.0-r2.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=TIMA
-MODULE_VERSION=2.11
+DIST_AUTHOR=TIMA
+DIST_VERSION=2.11
 inherit perl-module
 
 DESCRIPTION="XML::Parser style and generic classes for handling of XML data"
@@ -12,11 +12,11 @@ DESCRIPTION="XML::Parser style and generic classes for 
handling of XML data"
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ia64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
-IUSE=""
 
-DEPEND="dev-perl/XML-Parser
+RDEPEND="
+       dev-perl/XML-Parser
        dev-perl/XML-SAX
-       dev-perl/Class-Accessor"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
+       dev-perl/Class-Accessor
+"
+BDEPEND="${RDEPEND}
+"

Reply via email to