public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-DeprecationManager/
Date: Sun,  7 Aug 2016 07:46:09 +0000 (UTC)	[thread overview]
Message-ID: <1470555880.0a212b33f2a30943c65965746755876b396af5fc.kentnl@gentoo> (raw)

commit:     0a212b33f2a30943c65965746755876b396af5fc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 21:51:54 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 07:44:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a212b33

dev-perl/Package-DeprecationManager: Bump to version 0.170.0

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"

 dev-perl/Package-DeprecationManager/Manifest       |  1 +
 .../Package-DeprecationManager-0.170.0.ebuild      | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Package-DeprecationManager/Manifest b/dev-perl/Package-DeprecationManager/Manifest
index be19a0b..349a129 100644
--- a/dev-perl/Package-DeprecationManager/Manifest
+++ b/dev-perl/Package-DeprecationManager/Manifest
@@ -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

diff --git a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
new file mode 100644
index 0000000..116d99c
--- /dev/null
+++ b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
@@ -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
+	)
+"


             reply	other threads:[~2016-08-07  7:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-07  7:46 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-02 23:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-DeprecationManager/ Sam James
2023-07-24  4:12 Sam James
2023-07-24  4:12 Sam James
2023-07-24  4:02 Sam James
2023-06-20  1:00 Sam James
2021-07-22 17:39 Andreas K. Hüttel
2020-07-20 20:45 Kent Fredric
2020-04-15 13:46 Kent Fredric
2019-07-28 17:16 Aaron Bauman
2019-07-22 13:58 Mikle Kolyada
2018-10-16 19:02 Fabian Groffen
2018-10-02  7:33 Sergei Trofimovich
2018-09-01 19:01 Thomas Deutschmann
2018-08-30  4:44 Markus Meier
2018-08-20  4:40 Matt Turner
2018-07-27  7:12 Sergei Trofimovich
2018-07-27  7:08 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2017-01-29 16:45 Fabian Groffen
2016-08-07  7:46 Kent Fredric
2016-05-26  0:45 Matt Turner
2016-05-21 23:53 Andreas Hüttel
2016-05-21 23:53 Andreas Hüttel
2016-04-26 17:32 Markus Meier
2016-04-10  6:14 Fabian Groffen
2016-04-09 22:54 Andreas Hüttel
2016-01-01 21:32 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470555880.0a212b33f2a30943c65965746755876b396af5fc.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox