diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-07-22 01:25:46 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-07-22 01:26:43 +1200 |
commit | 28b93a8c685f117fc903f56865b2c894c7e773d7 (patch) | |
tree | f10bde16550bd13bf9ca16bc31f1787dc933dff3 /dev-perl/Types-Serialiser | |
parent | dev-perl/Try-Tiny: Cleanup old version 0.220.0 (diff) | |
download | gentoo-28b93a8c685f117fc903f56865b2c894c7e773d7.tar.gz gentoo-28b93a8c685f117fc903f56865b2c894c7e773d7.tar.bz2 gentoo-28b93a8c685f117fc903f56865b2c894c7e773d7.zip |
dev-perl/Types-Serialiser: Cleanup old version 1.0.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Types-Serialiser')
-rw-r--r-- | dev-perl/Types-Serialiser/Types-Serialiser-1.0.0.ebuild | 21 |
1 files changed, 0 insertions, 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 ae12d8168774..000000000000 --- 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 -" |