dev-perl/enum: drop 1.110.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-06-29 10:42:52 +00:00
parent bfaf2dc861
commit de620e22e1
2 changed files with 0 additions and 20 deletions

View File

@@ -1,2 +1 @@
DIST enum-1.11.tar.gz 7883 BLAKE2B fe3efb9bc42560f9261f7365dbbe737dfbe9c881f43bf277ba788b9b996331dbd0beff9d69b4a4546f6aadbb79057cb11dbc325591050c7e4c1ce01c60a3cd6e SHA512 53d7137f42e4845887f6067f16e68141827379c40c50299d36f4c44ba005cea52610c55a7eb09600ff36aac87d11b9c992e63007c1e4fe11a12e381d7515f733
DIST enum-1.12.tar.gz 14908 BLAKE2B f54d21390b3e2d05e4dd9d71cc679bff657282a03cfc7075c60c6cf24e01528a3952772c2411c4600d38af064739481b650da2b9c358ecbca63db0b5b26971aa SHA512 04c5b5ff185c9e8d41aa056a1be7fb8f95a0063b88f2c9d2678c0c11037f077c3a3502914f0ddd3c67f255b275dcf238a13ca0d23b28addb4e5a7bba0dcfc8ae

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=NEILB
DIST_VERSION=1.11
inherit perl-module
DESCRIPTION="C style enumerated types and bitmask flags in Perl"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE=""
RDEPEND="virtual/perl-Carp"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"