diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-06 18:44:27 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-06 18:47:33 +0200 |
commit | 1f9ffe061c173069d7269f920c3910d0f0ddfc1e (patch) | |
tree | b40d70cdb15a93cff78157de816e530aa682c13e /dev-perl/XML-SAX-Expat | |
parent | dev-perl/XML-SAX-Base: EAPI=8 bump (diff) | |
download | gentoo-1f9ffe061c173069d7269f920c3910d0f0ddfc1e.tar.gz gentoo-1f9ffe061c173069d7269f920c3910d0f0ddfc1e.tar.bz2 gentoo-1f9ffe061c173069d7269f920c3910d0f0ddfc1e.zip |
dev-perl/XML-SAX-Expat: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-SAX-Expat')
-rw-r--r-- | dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild (renamed from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild) | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild index e279e51d0d32..22648f93e9d0 100644 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild +++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild @@ -1,28 +1,26 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=BJOERN -MODULE_VERSION=0.51 +DIST_AUTHOR=BJOERN +DIST_VERSION=0.51 inherit perl-module DESCRIPTION="SAX2 Driver for Expat" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=">=dev-perl/XML-SAX-0.15-r1 - >=dev-perl/XML-NamespaceSupport-1.09 - dev-perl/XML-Parser" -DEPEND="${RDEPEND} +RDEPEND=" + >=dev-perl/XML-SAX-0.150.0-r1 + >=dev-perl/XML-NamespaceSupport-1.90.0 + dev-perl/XML-Parser +" +BDEPEND="${RDEPEND} test? ( virtual/perl-Test-Simple - )" - -SRC_TEST=do + ) +" src_test() { perl_rm_files t/98podsyn.t t/99podcov.t |