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/Perl-MinimumVersion/
Date: Tue, 22 Nov 2016 10:13:44 +0000 (UTC)	[thread overview]
Message-ID: <1479808286.e10930bb251cde4b511494db8c15c294a58271c1.kentnl@gentoo> (raw)

commit:     e10930bb251cde4b511494db8c15c294a58271c1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 09:51:26 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 09:51:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10930bb

dev-perl/Perl-MinimumVersion: Add w/ version 1.380.0

Required for app-admin/rex via VCS
via dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion
via dev-perl/Test-MinimumVersion

Previously maintained in ::perl-experimental since Oct 2011 by
Torsten Veller & Kent Fredric

Package-Manager: portage-2.3.2

 dev-perl/Perl-MinimumVersion/Manifest              |  1 +
 .../Perl-MinimumVersion-1.380.0.ebuild             | 36 ++++++++++++++++++++++
 dev-perl/Perl-MinimumVersion/metadata.xml          | 14 +++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-perl/Perl-MinimumVersion/Manifest b/dev-perl/Perl-MinimumVersion/Manifest
new file mode 100644
index 00000000..1235096
--- /dev/null
+++ b/dev-perl/Perl-MinimumVersion/Manifest
@@ -0,0 +1 @@
+DIST Perl-MinimumVersion-1.38.tar.gz 30629 SHA256 478b5824791b87fc74c94a892180682bd06ad2cdf34034b1a4b859273927802a SHA512 4a1b5a30c1b2c82ebdd5908b667d012376372890278fb3f1a08ead300b8ce02396f511df5250123689611ad5c0b0ad2b41a4c1ebe76c33109f2226eef95c9d4f WHIRLPOOL a959e06b98740906d295026299eda6fadc4c93094b2a2e1da15d22984355fe14445ce9698ed04d8ede2069f5098267aab3ce31dc4e049c8c3768161347cb9c97

diff --git a/dev-perl/Perl-MinimumVersion/Perl-MinimumVersion-1.380.0.ebuild b/dev-perl/Perl-MinimumVersion/Perl-MinimumVersion-1.380.0.ebuild
new file mode 100644
index 00000000..9fbd01c
--- /dev/null
+++ b/dev-perl/Perl-MinimumVersion/Perl-MinimumVersion-1.380.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.38
+inherit perl-module
+
+DESCRIPTION="Find a minimum required version of perl for Perl code"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Exporter
+	dev-perl/File-Find-Rule
+	dev-perl/File-Find-Rule-Perl
+	virtual/perl-File-Spec
+	virtual/perl-Getopt-Long
+	>=dev-perl/PPI-1.215.0
+	>=dev-perl/PPIx-Regexp-0.33.0
+	>=dev-perl/Params-Util-0.250.0
+	>=dev-perl/Perl-Critic-1.104.0
+	>=virtual/perl-Scalar-List-Utils-1.200.0
+	>=virtual/perl-version-0.760.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Test-Script-1.30.0
+		>=virtual/perl-Test-Simple-0.470.0
+	)
+"

diff --git a/dev-perl/Perl-MinimumVersion/metadata.xml b/dev-perl/Perl-MinimumVersion/metadata.xml
new file mode 100644
index 00000000..33ce9f7
--- /dev/null
+++ b/dev-perl/Perl-MinimumVersion/metadata.xml
@@ -0,0 +1,14 @@
+<?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">Perl-MinimumVersion</remote-id>
+    <remote-id type="cpan-module">Perl::MinimumVersion</remote-id>
+    <remote-id type="cpan-module">Perl::MinimumVersion::Reason</remote-id>
+    <remote-id type="cpan-module">perlver</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2016-11-22 10:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22 10:13 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-29 20:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-MinimumVersion/ Andreas K. Hüttel
2021-10-10 20:48 Sam James
2021-11-25 18:03 Andreas K. Hüttel

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=1479808286.e10930bb251cde4b511494db8c15c294a58271c1.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