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/OOTools/
Date: Mon, 22 May 2017 01:25:32 +0000 (UTC)	[thread overview]
Message-ID: <1495416322.eaac7dba48f562fdcc646d544d7e2eb97eab1bf5.kentnl@gentoo> (raw)

commit:     eaac7dba48f562fdcc646d544d7e2eb97eab1bf5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 01:24:55 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 22 01:25:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaac7dba

dev-perl/OOTools: Bump to version 2.400.0

- EAPI6

Upstream:
- Fix missing deps.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/OOTools/Manifest               |  1 +
 dev-perl/OOTools/OOTools-2.400.0.ebuild | 28 ++++++++++++++++++++++++++++
 dev-perl/OOTools/metadata.xml           |  9 +++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/OOTools/Manifest b/dev-perl/OOTools/Manifest
index c1da814f375..4b037b7e693 100644
--- a/dev-perl/OOTools/Manifest
+++ b/dev-perl/OOTools/Manifest
@@ -1,2 +1,3 @@
 DIST OOTools-2.3.tar.gz 34416 SHA256 563a1d2047946ef86fb39366efbad9dd771002bf88f64c28a98d99f29b7eada9 SHA512 acaafac94d32a1a4e6bad929f94501fb07ff9cbd7ebfd03e4406df7b945cf8d33ab7a0c4a25544442e797838a5a8b7d5a8855e87a7a20631b2a9ca40db82e0a4 WHIRLPOOL bf68ea6bd69d9e62e409f0d7686d5b15fb21c0186e3985ece377cdc9e95915e473cfef9359149277a82b1d26b487531be68e1bfeea2e3e7d985b1d2c7e947256
 DIST OOTools-2.300.0-patch.tar.bz2 765 SHA256 f12703fb68a67e735dc4ff27b3a449e5138490f3e8f5e473dd73693d40ee9281 SHA512 534f696290af7b3352d9aaa8c8b5f35bbd77108d6adc1f45eb046c9f0c730bb269a6853fdf8a8a93326b4fc28698ceafe4929f990ad911000f493747dd920af9 WHIRLPOOL c2bd1999012e4adc8f9028f61340638e24b74f808dc37262fd334eda8d5cfc3adcff319d5c75184e8bd112184a8993548cbc7eb8dd829db04e0cd27203b65b35
+DIST OOTools-2.4.tar.gz 32542 SHA256 33d52208b4bdfdd0d160a450da616b99ba2f5f3c34eac447f74527cbd4fa7aea SHA512 95eb0142ee54d07b6264169b1ac1d47bfa71c5fca3ef97b4bbdebd493fcf02e8340843bb4be7dac8810814e71314e41bf049bf332022c8e2096cf0a3be5b220e WHIRLPOOL 0add0d381942a7f9a21a1b71c039f313f9cd48d1d9850bce4dc8b8aca8fe405db2efc77446021a522cd9a83289b50ffc78bae274d3b94ef881cc3cca78b6ca1c

diff --git a/dev-perl/OOTools/OOTools-2.400.0.ebuild b/dev-perl/OOTools/OOTools-2.400.0.ebuild
new file mode 100644
index 00000000000..a27859c31e3
--- /dev/null
+++ b/dev-perl/OOTools/OOTools-2.400.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=SKNPP
+DIST_VERSION=2.4
+inherit perl-module
+
+DESCRIPTION="Pragma to implement lvalue accessors with options"
+SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}-2.300.0-patch.tar.bz2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	dev-perl/Module-Build
+	test? (
+		dev-perl/CGI
+	)
+"
+
+EPATCH_SUFFIX=patch
+PATCHES=(
+	"${WORKDIR}"/${DIST_NAME:-${PN}}-patch
+)
+PERL_RM_FILES=( t/test_pod.t t/test_pod_coverage.t )

diff --git a/dev-perl/OOTools/metadata.xml b/dev-perl/OOTools/metadata.xml
index d727eedc23b..501d5fda655 100644
--- a/dev-perl/OOTools/metadata.xml
+++ b/dev-perl/OOTools/metadata.xml
@@ -7,5 +7,14 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">OOTools</remote-id>
+    <remote-id type="cpan-module">Class::Error</remote-id>
+    <remote-id type="cpan-module">Class::Util</remote-id>
+    <remote-id type="cpan-module">Class::constr</remote-id>
+    <remote-id type="cpan-module">Class::groups</remote-id>
+    <remote-id type="cpan-module">Class::props</remote-id>
+    <remote-id type="cpan-module">Object::groups</remote-id>
+    <remote-id type="cpan-module">Object::props</remote-id>
+    <remote-id type="cpan-module">Package::groups</remote-id>
+    <remote-id type="cpan-module">Package::props</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-05-22  1:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22  1:25 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-24  0:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/OOTools/ Andreas K. Hüttel
2021-07-20 23:43 Andreas K. Hüttel
2018-07-21 10:15 Kent Fredric
2017-04-05 18:19 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=1495416322.eaac7dba48f562fdcc646d544d7e2eb97eab1bf5.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