mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/strictures: Cleanup old re bug #623108
Closes: https://bugs.gentoo.org/623108 Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST strictures-2.000001.tar.gz 12689 BLAKE2B 05e43ef417832d968b4f9b17cd4fe7a1cea5bee5cb77f0d0d541221529ffbed4faf9318c25967a10ee1da16d2db529014a87e93f04178acfa32b77fd4078d0b4 SHA512 2f4ca709e5b7722b7af8514c2cdae62cd3e6f96b2189dbcbf7e8bb9ae55f02e084c418535331484f4e7054812073fd2af9e35e85997629da1e544550bfc0f909
|
||||
DIST strictures-2.000002.tar.gz 15185 BLAKE2B f9728f11ccdef0c8d5f4a41ee42f1a32cd9c3d87244fcca98fc26a33d7239ad17525d8628bd67bebb882a4c7f237f929b6e1e258a7763ce47ad371e1f949a25f SHA512 30e7d02b4a240ef201e80f49066205f8563efade402bded4d0a818b0bde7c3bc5c4378e65b4e537ebd22d97ccab44e245764862eba5919770340d3811de346ef
|
||||
DIST strictures-2.000003.tar.gz 15319 BLAKE2B 3158e92282de5ca2bea5c7f79de3c6cf4e49d3641fcfde91ffedcfd291f102f7a61918136846bd6923abe557c2484db57b5b0692d93231f6f73c7aeb8854dc00 SHA512 c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=HAARG
|
||||
MODULE_VERSION=2.000001
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Turn on strict and make all warnings fatal"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
|
||||
SRC_TEST="do parallel"
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=HAARG
|
||||
DIST_VERSION=2.000002
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Turn on strict and make most warnings fatal"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
|
||||
IUSE="test minimal"
|
||||
|
||||
RDEPEND="
|
||||
!minimal? (
|
||||
dev-perl/bareword-filehandles
|
||||
dev-perl/indirect
|
||||
dev-perl/multidimensional
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
Reference in New Issue
Block a user