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/File-Which/
Date: Wed, 21 Dec 2016 11:46:56 +0000 (UTC)	[thread overview]
Message-ID: <1482320741.f1a9022632e0adf94598972b33d8579020ff56f1.kentnl@gentoo> (raw)

commit:     f1a9022632e0adf94598972b33d8579020ff56f1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 11:44:33 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 11:45:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a90226

dev-perl/File-Which: Bump to version 1.210.0

- EAPI6
- Parallel Tests
- 'pwhich' provided by PDEPEND

Upstream:
- Now finds .exe and .com files on cygwin
- Support relative and fully qualified paths on Unix
- 'pwhich' is now shipped independently in App-pwhich ( USE=pwhich )
- Removed prototypes
- Now finds executables named "0"

Keywording:
- New logical dependency App-pwhich
- Dropped keywords: alpha amd64-fbsd arm hppa ia64 mips ppc ppc64 s390 sh sparc x86-fbsd

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/File-Which/File-Which-1.210.0.ebuild | 24 ++++++++++++++++++++++++
 dev-perl/File-Which/Manifest                  |  1 +
 dev-perl/File-Which/metadata.xml              |  3 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-perl/File-Which/File-Which-1.210.0.ebuild b/dev-perl/File-Which/File-Which-1.210.0.ebuild
new file mode 100644
index 00000000..2afcbe9
--- /dev/null
+++ b/dev-perl/File-Which/File-Which-1.210.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Perl module implementing 'which' internally"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test +pwhich"
+
+# Was part of File::Which, but depends on File::Which
+# so this keeps legacy integrity in place.
+PDEPEND="pwhich? ( dev-perl/App-pwhich )"
+RDEPEND=""
+DEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"

diff --git a/dev-perl/File-Which/Manifest b/dev-perl/File-Which/Manifest
index d6ca385..216af03 100644
--- a/dev-perl/File-Which/Manifest
+++ b/dev-perl/File-Which/Manifest
@@ -1 +1,2 @@
 DIST File-Which-1.09.tar.gz 15637 SHA256 b72fec6590160737cba97293c094962adf4f7d44d9e68dde7062ecec13f4b2c3 SHA512 baa6c2a294d0186387ebc0e3ffe7587e11357c2bcab98a0ba8db63e80482db707e26518e654f67e8199450766866f74b16eb55a3c0aa241f69aac262c780aecd WHIRLPOOL 6bb6522a7d813e87b89c939549c0d7c083cba28911cbcdbcd96427dcc682537b41d744827bc190a253c3eac7de2b420cd696d903aeb146c44d4b7c58d0af108b
+DIST File-Which-1.21.tar.gz 21456 SHA256 9def5f10316bfd944e56b7f8a2501be1d44c288325309462aa9345e340854bcc SHA512 9b75fbd30250820adfefb5c0239d7bc704ce9f84062cad9ff9c033c97ddf32064de0adef44847c63d8af3d05b30da15996b3d238261ea2fc680f76fdca627520 WHIRLPOOL 7efa0665a1191c38537fc049bafa01bec2aa7944441f36054f26e0793d7af82fdd2cac5f99dc2680b0b2940b7bceb7d5f98ae239c9404a2402e207f8f0973443

diff --git a/dev-perl/File-Which/metadata.xml b/dev-perl/File-Which/metadata.xml
index af7a211..3de28db 100644
--- a/dev-perl/File-Which/metadata.xml
+++ b/dev-perl/File-Which/metadata.xml
@@ -9,4 +9,7 @@
     <remote-id type="cpan">File-Which</remote-id>
     <remote-id type="cpan-module">File::Which</remote-id>
   </upstream>
+  <use>
+    <flag name="pwhich">Install <pkg>dev-perl/App-pwhich</pkg> which used to be a part of this package</flag>
+  </use>
 </pkgmetadata>


             reply	other threads:[~2016-12-21 11:47 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 11:46 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-09  5:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Which/ WANG Xuerui
2021-08-06  0:30 Sam James
2021-08-03 11:05 Sam James
2021-08-03 10:54 Sam James
2021-08-02  2:22 Sam James
2021-08-01  8:25 Sam James
2021-08-01  8:25 Sam James
2021-08-01  7:24 Sam James
2021-06-04 14:25 Sergei Trofimovich
2021-06-03 19:58 Sam James
2021-06-03 16:26 Sam James
2021-06-03  8:23 Sam James
2021-06-03  0:43 Sam James
2021-06-02 19:01 Sam James
2021-06-02 18:47 Andreas K. Hüttel
2020-09-08  7:37 Kent Fredric
2020-04-15  7:08 Agostino Sarubbo
2020-04-14 11:16 Kent Fredric
2018-10-15 16:05 Fabian Groffen
2018-10-06 21:10 Mart Raudsepp
2018-08-24 19:37 Markus Meier
2018-06-26 10:19 Tobias Klausmann
2018-06-10 21:02 Sergei Trofimovich
2018-06-09 18:54 Sergei Trofimovich
2018-04-03 11:52 Jason Zaman
2018-02-22 14:43 Michał Górny
2017-11-09  0:07 Matt Turner
2017-10-21  8:38 Kent Fredric
2017-07-13 17:27 Alexis Ballier
2017-03-15 18:54 Matt Turner
2017-02-22 21:48 Markus Meier
2017-02-20 17:53 Markus Meier
2017-02-04  9:34 Jeroen Roovers
2017-01-26 15:18 Tobias Klausmann
2016-08-16  1:37 Kent Fredric

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=1482320741.f1a9022632e0adf94598972b33d8579020ff56f1.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