summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild')
-rw-r--r--dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild b/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild
deleted file mode 100644
index 707c2caf294e..000000000000
--- a/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LBROCARD
-MODULE_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="Support versions 1 and 2 of JSON::XS"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/JSON-XS"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-perl/Test-Pod
- )"
-
-SRC_TEST=do