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-Tiny/
Date: Wed,  5 Apr 2017 19:54:40 +0000 (UTC)	[thread overview]
Message-ID: <1491422057.43bd3a400b6cddb3896d3e59a7870f19d96de66b.kentnl@gentoo> (raw)

commit:     43bd3a400b6cddb3896d3e59a7870f19d96de66b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 19:54:02 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 19:54:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bd3a40

dev-perl/Path-Tiny: Bump to version 0.104.0

Upstream:
- Fix bugs in relative symlink resolution
- Detects circular loops in symlinks and errors
- spew_utf8 accepts arrayref as input
- Prefer PerlIO::utf8_strict over encoding(UTF-8)
- 'touch' can now set current time on writeable unowned files
- Symlink support detection always looks at $Config{d_symlink}
- Add 'realpath' option to tempfile/tempdir
- Fix '.' in @INC issues
- 'absolute' always returns absolute paths even with relative
  base paths
- Add 'cached_temp'

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Path-Tiny/Manifest                 |  1 +
 dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild | 40 +++++++++++++++++++++++++++++
 dev-perl/Path-Tiny/metadata.xml             | 17 ++++++------
 3 files changed, 50 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index b59945c1a59..0dd36753670 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,2 +1,3 @@
 DIST Path-Tiny-0.061.tar.gz 71937 SHA256 e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca SHA512 36efc16e8dc2046f4a0c458be464be54769ec721d09201970d7f4d9c87acb03b91f16b673e63fc8212574f47bad31f59006cc50eb242f071d271294408c397a0 WHIRLPOOL c0bf53e78b82a8f9351698de875dad339c821e3dccf5f7ee8add3ed7d3d11baacf43e5442d8481d1cdefce94da89e2d80eff28dbbaa1c6a5d6519e51a647d375
 DIST Path-Tiny-0.084.tar.gz 89052 SHA256 633f463e380404d4aaa8ebdd1977b5e387256aa2770eb142b169737978749bea SHA512 c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6 WHIRLPOOL ecf8a851796e958520e1433a4b4e7861b6c94a8ef215a41df7392d6414d9bd9df54aa7ca87f47a13f8c234ebc71d1b8aefdc5245c9c519e8cc42ecf7aa3abf43
+DIST Path-Tiny-0.104.tar.gz 93011 SHA256 c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef SHA512 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c WHIRLPOOL 6ca6eb2a0000e0569bf022e75044c3f1737b5d53dd2f3eb5f1038f36607612c3f6c5b459313ed6706629880509c956c0ce07bf1557de92daac7bffa3222aae0d

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
new file mode 100644
index 00000000000..ba20c35393e
--- /dev/null
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.104.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.104
+inherit perl-module
+
+DESCRIPTION="File path utility"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+	!minimal? (
+		>=dev-perl/Unicode-UTF8-0.580.0
+	)
+	virtual/perl-Carp
+	>=virtual/perl-Digest-1.30.0
+	>=virtual/perl-Digest-SHA-5.450.0
+	>=virtual/perl-Exporter-5.570.0
+	>=virtual/perl-File-Path-2.70.0
+	>=virtual/perl-File-Spec-0.860.0
+	>=virtual/perl-File-Temp-0.190.0
+	virtual/perl-if
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		!minimal? (
+			>=virtual/perl-JSON-PP-2.273.0
+			dev-perl/Test-FailWarnings
+			dev-perl/Test-MockRandom
+		)
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Path-Tiny/metadata.xml b/dev-perl/Path-Tiny/metadata.xml
index a2bf08803f0..0bc40aa713c 100644
--- a/dev-perl/Path-Tiny/metadata.xml
+++ b/dev-perl/Path-Tiny/metadata.xml
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-<email>perl@gentoo.org</email>
-<name>Gentoo Perl Project</name>
-</maintainer>
-<upstream>
-<remote-id type="cpan">Path-Tiny</remote-id>
-<remote-id type="cpan-module">Path::Tiny</remote-id>
-</upstream>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Path-Tiny</remote-id>
+    <remote-id type="cpan-module">Path::Tiny</remote-id>
+    <remote-id type="cpan-module">Path::Tiny::Error</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-04-05 19:54 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 19:54 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-01  5:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/ Arthur Zamarin
2025-08-30  6:57 Arthur Zamarin
2025-08-28 19:40 Sam James
2025-08-28 19:06 Sam James
2025-08-28 19:06 Sam James
2025-07-22 22:45 Sam James
2025-07-12 14:24 Arthur Zamarin
2025-07-12  3:11 Sam James
2025-06-06  1:58 Sam James
2024-06-14  0:43 Sam James
2024-06-09 21:24 Sam James
2024-06-09 21:12 Sam James
2024-06-09 21:08 Sam James
2024-06-09 20:36 Sam James
2024-05-08 20:34 Sam James
2023-07-24  4:16 Sam James
2023-07-24  4:00 Sam James
2023-07-24  4:00 Sam James
2023-06-19 17:59 Sam James
2022-05-14  6:54 WANG Xuerui
2022-02-22  9:30 Arthur Zamarin
2022-02-19 12:13 Arthur Zamarin
2022-02-19 12:02 Arthur Zamarin
2022-02-19  9:36 Arthur Zamarin
2022-02-19  8:18 Arthur Zamarin
2022-02-19  7:20 Arthur Zamarin
2022-02-19  3:41 Sam James
2022-02-19  3:38 Sam James
2021-11-24 16:18 Andreas K. Hüttel
2021-11-24 16:18 Andreas K. Hüttel
2021-08-26 19:51 Sam James
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25  5:32 Agostino Sarubbo
2021-08-25  5:25 Agostino Sarubbo
2021-07-25 11:16 Andreas K. Hüttel
2019-01-05 17:19 Mikle Kolyada
2018-10-27 12:45 Fabian Groffen
2018-10-11 14:56 Andreas Hüttel
2018-10-06 19:34 Matt Turner
2018-10-02  7:33 Sergei Trofimovich
2018-09-30 18:52 Sergei Trofimovich
2018-08-20  4:40 Matt Turner
2018-08-04  0:29 Mikle Kolyada
2018-04-15 21:10 Sergei Trofimovich
2018-03-28  4:09 Matt Turner
2018-03-01 14:28 Michał Górny
2017-07-07  7:33 Alexis Ballier
2017-05-31  2:49 Kent Fredric
2017-05-22  0:54 Michael Weber
2017-05-20  9:34 Agostino Sarubbo
2017-05-20  8:49 Agostino Sarubbo
2017-03-10 21:04 Matt Turner
2016-07-24  9:49 Jeroen Roovers
2016-05-25 23:08 Matt Turner
2016-04-22 20:01 Markus Meier
2016-04-13 23:15 Andreas Hüttel
2016-03-16 22:50 Andreas Hüttel
2016-03-15 12:13 Agostino Sarubbo
2016-03-15 12:11 Agostino Sarubbo
2016-03-15 12:10 Agostino Sarubbo

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=1491422057.43bd3a400b6cddb3896d3e59a7870f19d96de66b.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