From d5a61200a80e2743b33c6a31bc39203dd8b437a0 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 25 Jul 2019 02:23:57 +1200 Subject: [PATCH] dev-perl/JSON-XS: Cleanup old versions Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric --- dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild | 26 -------------------------- dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild | 26 -------------------------- dev-perl/JSON-XS/Manifest | 2 -- 3 files changed, 54 deletions(-) delete mode 100644 dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild delete mode 100644 dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild 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 - !