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

commit:     f927ce1fbbde6b02b2e20f1318c7b9a205582fba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 07:44:56 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 08:48:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f927ce1f

dev-perl/Path-Class: Bump to version 0.370.0

Upstream:
- Doc fixes
- Fix 'contains' when $self is relative
- Handle $other being falsy

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Path-Class/Manifest                  |  1 +
 dev-perl/Path-Class/Path-Class-0.370.0.ebuild | 38 +++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Path-Class/Manifest b/dev-perl/Path-Class/Manifest
index 50dd43bc49a..84e6eaf235c 100644
--- a/dev-perl/Path-Class/Manifest
+++ b/dev-perl/Path-Class/Manifest
@@ -1 +1,2 @@
 DIST Path-Class-0.36.tar.gz 37033 BLAKE2B 5ec7833a334da957e928ecbe3b2dafbc12f63c51959af3ce89208ce54f0d7c1ca9cc6c76fb391c871bab98574f4dd17fb50036c45a9c04f28cfe51d1dee0c2e6 SHA512 17ab96c897537a5964efecc3d4883fedc048145f4980d3959cf501a7646f2f7837614da9e379411f7ecb1f8de1bf23615ee57555cc437878470865b3fabc4c2d
+DIST Path-Class-0.37.tar.gz 37473 BLAKE2B 1017de1f17cf0d0f27b07b8f59dfaa4a139e573ff67e7b8c37b522a8c164156943d5281daa5b4daaea87e72fa6b2d0229ede6aafe8f7b093ad0aac1d51d8314b SHA512 044d86f85eebff96bdff8fc11e97884eb4e06d56ecd2d3bfdc045135da6f08c40e644e0e5c1a779a8ef5d6c7c04e159e47721b4e637a92fed7d298b5f798ef83

diff --git a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild b/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
new file mode 100644
index 00000000000..4315c29e476
--- /dev/null
+++ b/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KWILLIAMS
+DIST_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION="Cross-platform path specification manipulation"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Exporter
+	virtual/perl-File-Path
+	>=virtual/perl-File-Spec-3.260.0
+	virtual/perl-File-Temp
+	virtual/perl-IO
+	virtual/perl-Perl-OSType
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.360.100
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		virtual/perl-Test
+		virtual/perl-Test-Simple
+	)
+"
+src_test() {
+	perl_rm_files "t/author-critic.t"
+	perl-module_src_test
+}


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

Thread overview: 29+ 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 --
2025-02-28 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Class/ Andreas K. Hüttel
2021-08-02  2:24 Sam James
2021-07-24 22:00 Andreas K. Hüttel
2020-04-15 13:46 Kent Fredric
2018-12-08 12:35 Mikle Kolyada
2018-10-17 18:54 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
2018-06-08 13:26 Mikle Kolyada
2018-05-11 19:57 Mikle Kolyada
2017-02-22 17:49 Markus Meier
2016-05-01 13:50 Andreas Hüttel
2016-05-01 13:50 Andreas Hüttel
2016-05-01  6:51 Markus Meier
2016-03-16 22:50 Andreas Hüttel
2016-01-24 12:11 Andreas Hüttel
2016-01-24  7:39 Jeroen Roovers
2016-01-17 19:07 Mikle Kolyada
2016-01-11  9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2016-01-09 18:49 Markus Meier
2016-01-09  6:43 Agostino Sarubbo
2015-10-04 20:53 Patrice Clement

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=1514278089.f927ce1fbbde6b02b2e20f1318c7b9a205582fba.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