summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-11 21:32:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-11 21:32:39 +0200
commitdb3d92b41b2fb30fec591581c6a0707c51df7a6b (patch)
treefac18cde4543a1044c14cf8be8d6701c97de115f /dev-perl/XML-Simple
parentdev-perl/XML-LibXSLT: Remove old (diff)
downloadgentoo-db3d92b41b2fb30fec591581c6a0707c51df7a6b.tar.gz
gentoo-db3d92b41b2fb30fec591581c6a0707c51df7a6b.tar.bz2
gentoo-db3d92b41b2fb30fec591581c6a0707c51df7a6b.zip
dev-perl/XML-Simple: Remove old
Closes: https://bugs.gentoo.org/625538 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Simple')
-rw-r--r--dev-perl/XML-Simple/Manifest2
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild23
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild25
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-perl/XML-Simple/Manifest b/dev-perl/XML-Simple/Manifest
index 33fe2b614f4e..84951bbf01e5 100644
--- a/dev-perl/XML-Simple/Manifest
+++ b/dev-perl/XML-Simple/Manifest
@@ -1,3 +1 @@
-DIST XML-Simple-2.20.tar.gz 75993 BLAKE2B 59edf0397247ff25f940c470263c87f7b49bae1806395b52a2399a3caca9d54485b9fb84c45065d4066315404722608bb176918a0f8e628108d903128d4d8294 SHA512 f953a0b9082c509c4616b92529da94a289b1e0300b18a5b88c08d0826bb4fd18e51f1e3854e6f870ef3cfb506366c0b47b9dd302433b63270a18b45f068d4658
-DIST XML-Simple-2.22.tar.gz 77937 BLAKE2B aaaaccc9035584f468767e7408718e76821012173cefda53eb8b8cc7280ef11794c3443367ef1a2b1d84b98eeefc15394a7b231f856e3a2a412e094d20bb81a8 SHA512 b5e5d36726b8a0efcf7200522d802a7f733c883526db2dba64ce23bf7e044d20d9186fac3bb2f2940807a30f746301f690129c4c542341c8a57a735471b5f4d7
DIST XML-Simple-2.25.tar.gz 78443 BLAKE2B 6b990c0095fd573ce92db8ca4fbeaf259b33817992bbc0f465dcf1df1f77b56d5229b94a062a59178676500f7445ddf824a8e0d05b21df9ce1a5491d328eee48 SHA512 0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c
diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
deleted file mode 100644
index 556483012457..000000000000
--- a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRANTM
-MODULE_VERSION=2.20
-inherit perl-module
-
-DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="virtual/perl-Storable
- dev-perl/XML-SAX
- dev-perl/XML-LibXML
- >=dev-perl/XML-NamespaceSupport-1.04
- >=dev-perl/XML-Parser-2.30"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
deleted file mode 100644
index 020c6e3bbdd3..000000000000
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GRANTM
-DIST_VERSION=2.22
-inherit perl-module
-
-DESCRIPTION="An API for simple XML files"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Storable
- >=dev-perl/XML-NamespaceSupport-1.40.0
- >=dev-perl/XML-SAX-0.150.0
- dev-perl/XML-SAX-Expat
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.880.0 )
-"