dev-perl/Types-Serialiser: Cleanup old version 1.0.0
authorKent Fredric <kentnl@gentoo.org>
Sat, 21 Jul 2018 13:25:46 +0000 (01:25 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 21 Jul 2018 13:26:43 +0000 (01:26 +1200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild [deleted file]

diff --git a/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild b/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild
deleted file mode 100644 (file)
index ae12d81..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=1.0
-inherit perl-module
-
-DESCRIPTION="simple data types for common serialisation formats"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x64-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-       dev-perl/common-sense
-"
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-"