diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-08-18 15:39:15 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-08-18 18:04:41 +1200 |
commit | 89b808d6a9224d2cf1fc2b47776db4d22874b499 (patch) | |
tree | 1a33f9b86208a8862729defb07312a53e90b85d9 | |
parent | p/f/p/s/kernel-2.6.16+/profile.bashrc: disable pipe2, utimensat (diff) | |
download | gentoo-89b808d6a9224d2cf1fc2b47776db4d22874b499.tar.gz gentoo-89b808d6a9224d2cf1fc2b47776db4d22874b499.tar.bz2 gentoo-89b808d6a9224d2cf1fc2b47776db4d22874b499.zip |
dev-perl/UNIVERSAL-can: Cleanup old version 1.201.401.240
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | dev-perl/UNIVERSAL-can/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/UNIVERSAL-can/Manifest b/dev-perl/UNIVERSAL-can/Manifest index ef5e441d9f43..06686e82422f 100644 --- a/dev-perl/UNIVERSAL-can/Manifest +++ b/dev-perl/UNIVERSAL-can/Manifest @@ -1,2 +1 @@ -DIST UNIVERSAL-can-1.20140124.tar.gz 14556 BLAKE2B e1ba2b89c2a5018056142c3f6b3a04e4a2dffc3bbd6bc8a79cb8c76b0fef77482c118284b4612faf11e6ac6939149ff62e1066d7eb95070434a895a3e206cc75 SHA512 36b9d51d68f8cfa3eaf7ca7f2e19195dceb87925c666fc625f2818018cb7b22754f2cee7e7b56da3ee91e009d7187bd1c943bf0e0053860c51f7048ff8ff10be DIST UNIVERSAL-can-1.20140328.tar.gz 14654 BLAKE2B 9fb6830e745bab900228b2d3e62bb1abb03c8dfaf03e8ddf9f2ae6665be8748d8785d5629e19d80c3e53342f2f8c151f0539f9d6cfa29ef9ff7ac1f4e999a711 SHA512 6fb032b968fa87d95e6fa6897575c6374a2d43fe9d505e339e593bad398b444b9818c8214fe7ac67fa2cfa1013e5c6337c507c3ea6104c711e3ee3d5635f0bc0 diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild deleted file mode 100644 index 9363e2d5f761..000000000000 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.401.240.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=CHROMATIC -MODULE_VERSION=1.20140124 -inherit perl-module - -DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" - -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" -IUSE="test" - -RDEPEND="virtual/perl-Scalar-List-Utils" -DEPEND=" - test? ( - ${RDEPEND} - >=virtual/perl-Test-Simple-0.60 - )" - -SRC_TEST="do" |