commit: 28b93a8c685f117fc903f56865b2c894c7e773d7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 13:25:46 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 13:26:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b93a8c
dev-perl/Types-Serialiser: Cleanup old version 1.0.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../Types-Serialiser/Types-Serialiser-1.0.0.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
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
index ae12d816877..00000000000
--- a/dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild
+++ /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
-"