dev-perl/UNIVERSAL-require: Version bump; remove old

Package-Manager: portage-2.2.20.1
This commit is contained in:
Andreas K. Huettel (dilfridge)
2015-09-09 21:34:22 +02:00
parent 6c314a8a99
commit caaf8c9d5a
3 changed files with 26 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
DIST UNIVERSAL-require-0.15.tar.gz 5011 SHA256 dc1f11a3b88488639283e21c20d410c748b43dc4e544b48e2732908bea32792b SHA512 060bfbd80983bcfe785c89940e68c40a4621d0c6c4f8456939d27115e4fc7289730bbace76674e4d898d32788c1bc13027d417b28e3369721f1a5a985cb53ec4 WHIRLPOOL 1d4fb6bcb8118e3ed6a635dec2deb187e5ef214e3b06946a89c30775271ccee2c42d4407c68dbd78e4eb0605562467f4070f00a86d0b65de36a4044391572d18
DIST UNIVERSAL-require-0.16.tar.gz 5412 SHA256 42fdf1b90c60cd07a078b34c59447faa39186a8992633d891d936d9a861b7d39 SHA512 d1d11edbe60fe02df659fc66a3237783400230cc133789293f6a7945ea498ea2d3ce42d7b3186d6349c624c801f237abc8e48c66c0a76c8d0a35742ed08a4e32 WHIRLPOOL 8ad3e9fd1ea9bfac93a07a9139f76ef66f0f4585555abc38f7c233e3542cb58ba9bf972af5a1dff6fd5b53288df603ce50c4f460024e08a45175b11764ce1f00
DIST UNIVERSAL-require-0.18.tar.gz 5885 SHA256 b2a736a87967a143dab58c8a110501d5235bcdd2c8b2a3bfffcd3c0bd06b38ed SHA512 4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d WHIRLPOOL da655999921001f41a594d7a8ab73e5f5fc5d258bea7c58c9ba7a061d7b195a593dd9ddb9ce3ef0284989a4ed8ef28ce4ebe83df783e5d80906b990a773cab73

View File

@@ -1,17 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=NEILB
MODULE_VERSION=0.15
inherit perl-module
DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
SRC_TEST="do"

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=NEILB
MODULE_VERSION=0.18
inherit perl-module
DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="
virtual/perl-Carp
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.470.0 )
"
SRC_TEST="do parallel"