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/Params-Classify/
Date: Tue, 26 Dec 2017 08:48:21 +0000 (UTC)	[thread overview]
Message-ID: <1514278086.db0f09ab28bd57a3775bc2da87ea92c1600c7177.kentnl@gentoo> (raw)

commit:     db0f09ab28bd57a3775bc2da87ea92c1600c7177
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 05:51:24 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 08:48:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0f09ab

dev-perl/Params-Classify: Bump to version 0.15.0

Upstream:
- Consistently use THX_prefix
- use cBOOL
- use boolSV
- Fix dynamic_config to 0
- Drop Makefile.PL
- Fix failures without '.' in @INC
- Trigger custom op generation by Devel::CallChecker
- Fix for 5.21.11 + PERL_OP_PARENT
- Fix compiler warnings
- Fix for changed S_croak_xs_usage()

Keywords:
- Dropped due to new deps: alpha arm hppa ia64 sparc

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Params-Classify/Manifest                  |  1 +
 .../Params-Classify/Params-Classify-0.15.0.ebuild  | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Params-Classify/Manifest b/dev-perl/Params-Classify/Manifest
index b352252f32c..9ba7770ef78 100644
--- a/dev-perl/Params-Classify/Manifest
+++ b/dev-perl/Params-Classify/Manifest
@@ -1 +1,2 @@
 DIST Params-Classify-0.013.tar.gz 21014 BLAKE2B b3eae7c6c94866c4cef340ec55c4a7fa31fa2964b631f5b701c62adc24f7bd1896a45c6462452ace9cb8abffc9946077609506195d66f43e049b2518805f0e95 SHA512 8638d0d952854770049a8cf382ce02f6164025ad7224588d41be02f504947cb9d309d95c33d8fc1c2e3b5de6dfdbeac7fdaf9cd16dd6ba0a3d546c7a002e65e6
+DIST Params-Classify-0.015.tar.gz 22061 BLAKE2B c905a067415d6c2846fed8c52689cd93ad81fed70414369aa7d36a314c40668ab0ddc025fe296777fdd959161e79330cca41374044a2e5ad5887d96ae76548d4 SHA512 1c41590a3f06d21d5f23e12371b0aee5d4249f773bfb0738e955fbdccdccc6e495744c50d3b91305a6b470e022475446705c8eb8e8d05ca1ed037d369a67617c

diff --git a/dev-perl/Params-Classify/Params-Classify-0.15.0.ebuild b/dev-perl/Params-Classify/Params-Classify-0.15.0.ebuild
new file mode 100644
index 00000000000..b42204ca899
--- /dev/null
+++ b/dev-perl/Params-Classify/Params-Classify-0.15.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.015
+inherit perl-module
+
+DESCRIPTION="Argument type classification"
+
+SLOT="0"
+KEYWORDS="~amd64 ~s390 ~sh ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Devel-CallChecker-0.3.0
+	virtual/perl-Exporter
+	>=virtual/perl-Scalar-List-Utils-1.10.0
+	virtual/perl-XSLoader
+	virtual/perl-parent
+"
+DEPEND="
+	${RDEPEND}
+	dev-perl/Module-Build
+	>=virtual/perl-ExtUtils-CBuilder-0.150.0
+	>=virtual/perl-ExtUtils-ParseXS-3.300.0
+	test? (
+		virtual/perl-Test-Simple
+	)
+"


             reply	other threads:[~2017-12-26  8:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-26  8:48 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-23 21:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-Classify/ Andreas K. Hüttel
2020-04-15 13:46 Kent Fredric
2018-10-27 12:45 Fabian Groffen
2018-10-18  7:52 Tobias Klausmann
2018-07-28 21:48 Sergei Trofimovich
2018-07-24 19:18 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2018-07-23  6:19 Sergei Trofimovich
2018-07-23  1:04 Mikle Kolyada
2017-03-14 14:28 Agostino Sarubbo
2017-01-29 16:45 Fabian Groffen

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=1514278086.db0f09ab28bd57a3775bc2da87ea92c1600c7177.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