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-Find-Rule-Perl/
Date: Tue,  4 Apr 2017 15:19:21 +0000 (UTC)	[thread overview]
Message-ID: <1491319136.44b95750d0c3c7564d7a0ccea3b1716e38382520.kentnl@gentoo> (raw)

commit:     44b95750d0c3c7564d7a0ccea3b1716e38382520
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 15:18:56 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 15:18:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b95750

dev-perl/File-Find-Rule-Perl: Bump to version 1.150.0

- EAPI6
- Fix wrong LICENSE value ( should be default, =~ perl5 )

Upstream:
- Migrate to EUMM ( fixes '.' in @INC )
- Use warnings

Bug: https://bugs.gentoo.org/614650
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../File-Find-Rule-Perl-1.150.0.ebuild             | 28 ++++++++++++++++++++++
 dev-perl/File-Find-Rule-Perl/Manifest              |  1 +
 dev-perl/File-Find-Rule-Perl/metadata.xml          | 12 ++++++----
 3 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild
new file mode 100644
index 00000000000..21e8f4205ae
--- /dev/null
+++ b/dev-perl/File-Find-Rule-Perl/File-Find-Rule-Perl-1.150.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.15
+
+inherit perl-module
+
+DESCRIPTION="Common rules for searching for Perl things"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-CPAN-Meta-1.380.0
+	>=dev-perl/File-Find-Rule-0.200.0
+	>=virtual/perl-File-Spec-0.820.0
+	>=dev-perl/Params-Util-0.380.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/File-Find-Rule-Perl/Manifest b/dev-perl/File-Find-Rule-Perl/Manifest
index 37366ca6904..c0f8b51c0fd 100644
--- a/dev-perl/File-Find-Rule-Perl/Manifest
+++ b/dev-perl/File-Find-Rule-Perl/Manifest
@@ -1 +1,2 @@
 DIST File-Find-Rule-Perl-1.13.tar.gz 32694 SHA256 d2ecb270778ddf54c536a78d02fe6ee7a675f7dcb7f3497ba1a76493f1bd2476 SHA512 87f1372b9af8fe678cb512df4797ef3d128a72b262c7687d1f18d487deef99f2e2bb54fff1a1a3f17ec42cab47b40c6afa14b38514c53e9a6cce42d4202a3842 WHIRLPOOL 4572b9953c95aec22ff73158ae2150010b16db68d595cb033f251007f114b67ae9552331d529e5e692d914dbcab087d9be09f909bfff52f2dc0036aa7d016564
+DIST File-Find-Rule-Perl-1.15.tar.gz 7502 SHA256 9a48433f86e08ce18e03526e2982de52162eb909d19735460f07eefcaf463ea6 SHA512 90fc64991fbdb47bcb712f2bf7c85b2571a2b161952574606ddfd9c9ad9aeaaa2e0f3355b9c8b993ab2479d8c80e89075caa9e5413259c2bb99b1e75ef791670 WHIRLPOOL 8280efc3dd1c5eb55b123e99122f273506d4b6b1350bd332983a2148e90e3a47794dac6692b8479a4c9ae7cabf4de92436728643d09d3ffbb11adff26149286b

diff --git a/dev-perl/File-Find-Rule-Perl/metadata.xml b/dev-perl/File-Find-Rule-Perl/metadata.xml
index 51930499ab6..44e95beb71c 100644
--- a/dev-perl/File-Find-Rule-Perl/metadata.xml
+++ b/dev-perl/File-Find-Rule-Perl/metadata.xml
@@ -1,8 +1,12 @@
 <?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>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">File-Find-Rule-Perl</remote-id>
+    <remote-id type="cpan-module">File::Find::Rule::Perl</remote-id>
+  </upstream>
 </pkgmetadata>


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

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 15:19 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-02 15:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Find-Rule-Perl/ Sam James
2023-07-24  3:22 Sam James
2023-06-21  5:44 Sam James
2021-10-28 20:01 Andreas K. Hüttel
2017-11-09  6:43 Kent Fredric
2017-11-08 20:37 Sergei Trofimovich
2017-11-07 22:52 Sergei Trofimovich
2017-05-22 11:43 Michael Weber
2017-05-22 10:36 Michael Weber
2017-05-20  8:49 Agostino Sarubbo
2016-02-06  7:59 Jeroen Roovers
2016-01-24 16:40 Agostino Sarubbo
2015-09-27  8:36 Mikle Kolyada
2015-09-27  5:52 Jeroen Roovers
2015-09-08  5:08 Jeroen Roovers
2015-08-11 20:32 Mikle Kolyada

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=1491319136.44b95750d0c3c7564d7a0ccea3b1716e38382520.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