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, 31 May 2017 02:49:40 +0000 (UTC) [thread overview]
Message-ID: <1496198966.05046522f084ce4cb4f3a6ad6d0c8362653ffabc.kentnl@gentoo> (raw)
commit: 05046522f084ce4cb4f3a6ad6d0c8362653ffabc
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 02:49:26 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 31 02:49:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05046522
dev-perl/Path-Tiny: Cleanup old re bug #614804
Removing old versions broken by '.' removal from @INC
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Path-Tiny/Manifest | 2 --
dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild | 39 -----------------------------
dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild | 40 ------------------------------
3 files changed, 81 deletions(-)
diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
index 0dd36753670..7219a6ae94b 100644
--- a/dev-perl/Path-Tiny/Manifest
+++ b/dev-perl/Path-Tiny/Manifest
@@ -1,3 +1 @@
-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.61.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
deleted file mode 100644
index 981de027796..00000000000
--- a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.061
-inherit perl-module
-
-DESCRIPTION="File path utility"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="test"
-
-RDEPEND="
- >=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
- >=virtual/perl-File-Path-2.70.0
- >=virtual/perl-File-Spec-3.400.0
- >=virtual/perl-File-Temp-0.190.0
- virtual/perl-if
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- dev-perl/Devel-Hide
- dev-perl/Test-Deep
- virtual/perl-File-Spec
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
deleted file mode 100644
index a1a959f4129..00000000000
--- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.084
-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
- )
-"
next reply other threads:[~2017-05-31 2:49 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-31 2:49 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 0:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/ 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-22 0:54 Michael Weber
2017-05-20 9:34 Agostino Sarubbo
2017-05-20 8:49 Agostino Sarubbo
2017-04-05 19:54 Kent Fredric
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=1496198966.05046522f084ce4cb4f3a6ad6d0c8362653ffabc.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