Skip to content

Commit

Permalink
dev-perl/Package-DeprecationManager: Bump to version 0.170.0
Browse files Browse the repository at this point in the history
Keywords restored from 0.150.0 as the added dependency in 0.160.0 is gone
again in 0.170.0, so we can pretend 0.160.0 never happened and this is a
straight bump.

0.160.0 will just be removed in a future commit because it introduced a
dependency cycle if Package-DeprecationManager 0.160.0 stabilized for
alpha, arm, ppc or x86 before namespace-autoclean-0.280.0 did.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
  • Loading branch information
kentfredric committed Aug 7, 2016
1 parent 9d0ea77 commit 0a212b3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Package-DeprecationManager/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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.17
inherit perl-module

DESCRIPTION="Manage deprecation warnings for your distribution"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~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
"
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
)
"

0 comments on commit 0a212b3

Please sign in to comment.