summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/XML-Compile/Manifest2
-rw-r--r--dev-perl/XML-Compile/XML-Compile-1.540.0.ebuild35
-rw-r--r--dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild36
3 files changed, 0 insertions, 73 deletions
diff --git a/dev-perl/XML-Compile/Manifest b/dev-perl/XML-Compile/Manifest
index f0892707d518..6458d5b4dfcc 100644
--- a/dev-perl/XML-Compile/Manifest
+++ b/dev-perl/XML-Compile/Manifest
@@ -1,3 +1 @@
-DIST XML-Compile-1.54.tar.gz 205002 BLAKE2B ac3bb51453f51b5974955668cdca0faf7020934f6cd68cf1ec3f251921b521bc5f7980cb0d6754bbf3a231be06b7908e625d6f66420b3539d0fb3d5bf9bf0c2f SHA512 824318d0c941cd3e17f6c7396b815675f87fa03c5b17de6e2a71cfeefcffec8b2f050b1c6d63e013726a3d57cfc76c4ee29dbde14b91a6b1500341dd9c5e7310
-DIST XML-Compile-1.56.tar.gz 207239 BLAKE2B b577947e90b3071a3643bb733b265d95f2f2dce409fa5975ea4cd94e3b1fc7a2984cf8be095dee209a8fb287269b666664b452a3dcb6a5eec67969713f8091a8 SHA512 bd33651aba2270b7d2d61b4660ced63c8979f21d6852001cfbde24f192f52677c92b8fcce1597cc28da4d1791d5f609f8b77b5065d4860545543cdee6e138e9f
DIST XML-Compile-1.60.tar.gz 209090 BLAKE2B 215c043b84f46583cedf12b8be2ed48ce29ce0da45fddbb50135ea0685a3504baba22d61b463e42cfd2090514675396c6e6c400722bdf85b2f9d3a9f59a09015 SHA512 361666004b61bbdf07f62421239120256de3cbf5f17da532c7bab5c8fc9c057638dbf2c26604f8ecea3ef1301364dd945ccc9cbddc358096962d4c289009b61b
diff --git a/dev-perl/XML-Compile/XML-Compile-1.540.0.ebuild b/dev-perl/XML-Compile/XML-Compile-1.540.0.ebuild
deleted file mode 100644
index 7ff94c671821..000000000000
--- a/dev-perl/XML-Compile/XML-Compile-1.540.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=1.54
-inherit perl-module
-
-DESCRIPTION="Compilation based XML Processing"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Digest-MD5-2.360.0
- >=dev-perl/Log-Report-1.30.0
- >=virtual/perl-MIME-Base64-3.100.0
- >=virtual/perl-Math-BigInt-1.770.0
- >=virtual/perl-Math-BigRat-0.100.0
- virtual/perl-Scalar-List-Utils
- >=dev-perl/XML-LibXML-2.10.700
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Test-Deep-0.95.0
- >=virtual/perl-Test-Simple-0.540.0
- >=dev-perl/XML-Compile-Tester-0.900.0
- )
-"
-src_install() {
- perl-module_src_install
- dodoc -r html
-}
diff --git a/dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild b/dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild
deleted file mode 100644
index 9bb1c935a3a8..000000000000
--- a/dev-perl/XML-Compile/XML-Compile-1.560.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=1.56
-inherit perl-module
-
-DESCRIPTION="Compilation based XML Processing"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Digest-MD5-2.360.0
- >=dev-perl/Log-Report-1.30.0
- >=virtual/perl-MIME-Base64-3.100.0
- >=virtual/perl-Math-BigInt-1.770.0
- >=virtual/perl-Math-BigRat-0.100.0
- dev-perl/Types-Serialiser
- virtual/perl-Scalar-List-Utils
- >=dev-perl/XML-LibXML-2.10.700
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Test-Deep-0.95.0
- >=virtual/perl-Test-Simple-0.540.0
- >=dev-perl/XML-Compile-Tester-0.900.0
- )
-"
-src_install() {
- perl-module_src_install
- dodoc -r html
-}