dev-perl/XML-XPath: Remove old 1.130.0-r1, 1.370.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-04-16 05:03:49 +12:00
parent 2b073e2e88
commit baacc35dbb
3 changed files with 0 additions and 48 deletions

View File

@@ -1,3 +1 @@
DIST XML-XPath-1.13.tar.gz 39832 BLAKE2B 7a0cc2379a0097b9bc35a62ba341bdf739c5066bfbc83c7adc23e5b27d8d21d79f62e16c0d98478101c2740f0556680bab475cd3e7909ffc46964e89ce654bc9 SHA512 c5af746f36562803e42c5afb63b533b59ecaa263977c5ef4bf6488b7597cae334bb3b0c644acdfbb453e87a22ba9a785df3f81b95faec89d974704d6f04f6503
DIST XML-XPath-1.37.tar.gz 54747 BLAKE2B 20b8c556e5379e6b655a26c16808c76dac60420eb7691e2644c4ee43bd034252ea3cde116f4fb5456fedbb591270a24f7b320c71c4bd391e9e85a73092375ab9 SHA512 37531049cb7d029d8777b21368404af17cee32328a6426a6470b43d050dc2bb605ac6cfefd51fe1614fe76bbb9306986a50960ea8e106232c209d9efe8c6dac0
DIST XML-XPath-1.42.tar.gz 55907 BLAKE2B 8146556e2f144e12b1303e54bddb5d4b0f6f3fd46ff81d8baf8753f07e97c2779e1a144e46f2f08a9ccb4591bda5bf044063a1c81dab1efbdbb9ade0c537f821 SHA512 170e0d5369f937444ae340dcceccef2e836a3a87f393e4f2915a189d822101278c5046665f1bc9b165f7358deab9207e199903d5d4f2f3d8e62ee04a31fafe0b

View File

@@ -1,17 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=MSERGEANT
MODULE_VERSION=1.13
inherit perl-module
DESCRIPTION="A XPath Perl Module"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/XML-Parser-2.30"
DEPEND="${RDEPEND}"

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=MANWAR
DIST_VERSION=1.37
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="A XPath Perl Module"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-perl/XML-Parser-2.230.0"
DEPEND="${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
}