summaryrefslogtreecommitdiff
path: root/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild')
-rw-r--r--dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild b/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
deleted file mode 100644
index 0d0d5e1d82c4..000000000000
--- a/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=3.01
-inherit perl-module
-
-DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x64-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Types-Serialiser
- dev-perl/common-sense
- !<dev-perl/JSON-2.900.0
- !<dev-perl/JSON-Any-1.310.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Harness )"
-
-SRC_TEST="do"