summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 16:08:58 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 16:52:06 +0100
commit288b0af7e06910ffb42994cfa6db9fb6d3b80ca0 (patch)
tree0dd08e8df4a8be7b375c1e7119214e0ac8427c87 /dev-perl/XML-LibXML-Simple
parentdev-perl/XML-LibXML-Iterator: Remove old (diff)
downloadgentoo-288b0af7e06910ffb42994cfa6db9fb6d3b80ca0.tar.gz
gentoo-288b0af7e06910ffb42994cfa6db9fb6d3b80ca0.tar.bz2
gentoo-288b0af7e06910ffb42994cfa6db9fb6d3b80ca0.zip
dev-perl/XML-LibXML-Simple: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-LibXML-Simple')
-rw-r--r--dev-perl/XML-LibXML-Simple/Manifest1
-rw-r--r--dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/XML-LibXML-Simple/Manifest b/dev-perl/XML-LibXML-Simple/Manifest
index a2ecc627fed5..82e99d634420 100644
--- a/dev-perl/XML-LibXML-Simple/Manifest
+++ b/dev-perl/XML-LibXML-Simple/Manifest
@@ -1,2 +1 @@
-DIST XML-LibXML-Simple-0.99.tar.gz 23395 BLAKE2B 059f947da14123b8f19c2497dde74a72ef87e4c2ac368ac1d60e25d6c57065a8dc392a498e629aad700d97896087f6bd189a4a3c5ea55a9cca6d436bba1cd43e SHA512 806e039eefb447c43c747d1621bb432a3df13cb36798853ef2fe8a0ccaa1d7651d67fd6d386e19936100ffd4c04185004e5f0bb4ced66ed544efb6d6157b4e47
DIST XML-LibXML-Simple-1.01.tar.gz 24793 BLAKE2B 61a69bbcc72c62c9588580e53fad52ba223e51284908c954f73fe7849995e34f4b1992cff06d4e8072357b554294a43e6191e9addc7680a68101ad02f3374903 SHA512 e0de7a3c70facbb1dd8bb9278b242eae5e390b6495e529d2b94fce620dadc8fb0ed773b0a4a2d4c7f99359bceca0cbac7316d9e412736bf54754b2602cee285c
diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild
deleted file mode 100644
index cb9a52c356d8..000000000000
--- a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=0.99
-inherit perl-module
-
-DESCRIPTION="XML::LibXML based XML::Simple clone"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Scalar-List-Utils
- >=dev-perl/XML-LibXML-1.640.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.540.0
- )
-"