mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/Package-DeprecationManager: Remove old versions.
0.160.0 was not a good keywording/stabilization target as it introduced namespace-autoclean as a dep, requiring a lot of keywording work on lots of arches. 0.170.0 reverted the dependency, alleviating the need for keywording changes on everything except ~m68k Bug: https://bugs.gentoo.org/579466 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST Package-DeprecationManager-0.15.tar.gz 23626 SHA256 65c871f00849ba6a3369b3e4a5f206504e51bfb8eb2d2631fe2e18483fc29d61 SHA512 644aae95e7124f91dab9ab71e20679a310df869dc970ee3b180d8274657226d9ad91c79d56222f6b30ad026e92f4d86609b8933ce3fc1298247da15f4a5c542b WHIRLPOOL 0ef1e18212c6a85b5c13aafdba78a01a77f25705fe2830add4d13fc4d47acae516e08099d9b06fe8e32072079b04583e5be9e966a9d9b9b0f0e3f3e3c1a05f0e
|
||||
DIST Package-DeprecationManager-0.16.tar.gz 26872 SHA256 4018a06f7a3ba252c9eccc3fdcad9490cd003dfa6baf261545e96b5a82e784a7 SHA512 30723fd738907b68a2f2a2c09111ef6e2d01b3ec74b4805ce50b9464ed2e192e1d1604ad389e77cac963faf5fc299815735742207babf92c6a44d36120c4af27 WHIRLPOOL e229faa2cb5b9e5ee057e0db3a348c6434b330840910dff6c8c48f8b4fd4d148fd33c969e3d3c3c44e24b33f34fe2209c60a388da1afb7e9298e40031f0c55d9
|
||||
DIST Package-DeprecationManager-0.17.tar.gz 27647 SHA256 1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b SHA512 57bf79df657895342ca5b8d13f155d85f34d1a85415570b112138b6c50c5d08b421a1707671fbf807918cc334006e4558a626a7201c60096924fc2200c751cde WHIRLPOOL 2a6551dba324727407d6e561cebefffe5cf585ec476473335e02fac2c7729702fa74c3d8d5c8b0169215e93996fc39d2ffdf970119cb6dc2623b6389155d8d4f
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=DROLSKY
|
||||
DIST_VERSION=0.16
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Manage deprecation warnings for your distribution"
|
||||
|
||||
LICENSE="Artistic-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
>=virtual/perl-Scalar-List-Utils-1.330.0
|
||||
dev-perl/Package-Stash
|
||||
dev-perl/Params-Util
|
||||
dev-perl/Sub-Install
|
||||
dev-perl/Sub-Name
|
||||
dev-perl/namespace-autoclean
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Exporter
|
||||
virtual/perl-File-Spec
|
||||
dev-perl/Test-Fatal
|
||||
>=virtual/perl-Test-Simple-0.960.0
|
||||
dev-perl/Test-Warnings
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user