mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/XML-XPath: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST XML-XPath-1.44.tar.gz 55903 BLAKE2B 421af20b8cdbb0103663766e307587f23f678771b748c8e62062729dd4139ba2152c60fbca97a0b12046da57dc2e0aac82efe5cb79ce97a60ac380fbc5fa4a62 SHA512 9314523baa55b48b8e684fbf9cc53006ef39829e2bcbd61a432508a96946c50384dff7eba47bd9f54aadc67c12fae6c1219104b017063d23ec3ee350a67eb12e
|
||||
DIST XML-XPath-1.48.tar.gz 56854 BLAKE2B 0ccaaa5b065086f7a92ceaa599ad1bba24121fb86fe0fe355e03b865f2ecc0a4940b99024bb77db6d0750a53e26672b66108b6b2ca5a45a4df9dd997441773cd SHA512 c7347dd6e052e0145577ee624da5cef2ee8088ea434351ea2461e0bb3746c114fe571af1bc971333e046feb7dab808c6c84ab385310acbc9e8a9a89025969e48
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=MANWAR
|
||||
DIST_VERSION=1.44
|
||||
DIST_EXAMPLES=("examples/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="An XPath Perl Module"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-Scalar-List-Utils-1.450.0
|
||||
>=dev-perl/XML-Parser-2.230.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
>=dev-perl/Path-Tiny-0.76.0
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/meta-json.t t/meta-yml.t
|
||||
perl-module_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user