diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-04 21:36:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-04 21:55:14 +0200 |
commit | 8cef6365e3a6a5bacdf6731aeab73d6929707f43 (patch) | |
tree | 2ab586062a737005e770b09e1ef33ce585339634 /dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild | |
parent | dev-perl/XML-Compile-WSDL11: Version bump 3.08 (diff) | |
download | gentoo-8cef6365e3a6a5bacdf6731aeab73d6929707f43.tar.gz gentoo-8cef6365e3a6a5bacdf6731aeab73d6929707f43.tar.bz2 gentoo-8cef6365e3a6a5bacdf6731aeab73d6929707f43.zip |
dev-perl/XML-Descent: 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-Descent/XML-Descent-1.40.0.ebuild')
-rw-r--r-- | dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild b/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild deleted file mode 100644 index f01317c06afd..000000000000 --- a/dev-perl/XML-Descent/XML-Descent-1.40.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ANDYA -DIST_VERSION=1.04 -inherit perl-module - -DESCRIPTION="Recursive decent XML parsing" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/XML-TokeParser -" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - dev-perl/Test-Differences - virtual/perl-Test-Simple - ) -" -src_test() { - perl_rm_files t/pod{,-coverage}.t - perl-module_src_test -} |