public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
Date: Sun,  6 Sep 2015 21:09:07 +0000 (UTC)	[thread overview]
Message-ID: <1441573739.0ee68d6fe4d9f734a6a34300121bc4c5c51a879a.dilfridge@gentoo> (raw)

commit:     0ee68d6fe4d9f734a6a34300121bc4c5c51a879a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 21:02:56 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 21:08:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee68d6f

dev-perl/B-Hooks-Parser: Version bump; remove old

Package-Manager: portage-2.2.20.1

 .../B-Hooks-Parser-0.120.0-r1.ebuild               | 22 ----------------
 .../B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild   | 29 ++++++++++++++++++++++
 dev-perl/B-Hooks-Parser/Manifest                   |  2 +-
 3 files changed, 30 insertions(+), 23 deletions(-)

diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0-r1.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0-r1.ebuild
deleted file mode 100644
index 6c26266..0000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/B-Hooks-OP-Check"
-DEPEND="${RDEPEND}
-	>=dev-perl/ExtUtils-Depends-0.302
-	test? ( dev-perl/Test-Exception
-		dev-perl/B-Hooks-EndOfScope )"
-SRC_TEST=do

diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild
new file mode 100644
index 0000000..70b5fd4
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/B-Hooks-OP-Check-0.180.0"
+DEPEND="${RDEPEND}
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Exception
+		dev-perl/B-Hooks-EndOfScope
+		virtual/perl-File-Spec
+		virtual/perl-Test-Simple
+	)
+"
+
+SRC_TEST="do parallel"

diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index 598f91f..e399603 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1,2 +1,2 @@
-DIST B-Hooks-Parser-0.12.tar.gz 72662 SHA256 cddbc1e664975ef1e35b5f9361ff993d9005507201463f9e5561a056ffbadb25 SHA512 d6c6cbe521362ec9b5efd7d4b920f26bd35a8d37073d2f803d9e0a6d1965b712ea4ba5d2cc8f4d8195fd3f71c7a247202055295395df733c997eb0c3d290a7e5 WHIRLPOOL 9c38e6b29193de7f1748130e3e25d24168beab0b43da3bdfe64355925fd11c21ece983f313d594a60c7e634b00da6ce68b163116662a88aa952cb66b7c71c415
 DIST B-Hooks-Parser-0.13.tar.gz 83951 SHA256 f6c838e59f52e21ccc0b2c9d85d6f7ba33119098ad3a261698b01690c2619646 SHA512 f1729830350d25f5decc4b08be23591920683d86d910bec99b478e58905dee6cc384af305b665a8a90dc48b9b819df6cbc975cf606b495448d25d00e3357a149 WHIRLPOOL d6505cbb95834b0a6084af24ba4f1ba96704016cf0180a79e479036d98567c29fbc42f60b91e5c72068e5403dc581d56c5b0493e173965ee571f9ce442094725
+DIST B-Hooks-Parser-0.16.tar.gz 84593 SHA256 24e65268da41976fe3055091554848f6ef6eedd0c5c1a708b0fca5fe10cabab6 SHA512 5079b7233b5d69c4347cace3131e736c973d6c63daf063b39338d2b91dd44880fbfb255b9e9aac291ec0614e747115d14c2b7e13425336b97352ee1a41a10a2a WHIRLPOOL 9c53d5621b1648ef3636282cf51cc23b619fc4ece408a29e4980789fbf053642d89c98ae319c17a8217789727a6239e99d5be2fd05f04fa5861cecccd7d7bd83


             reply	other threads:[~2015-09-06 21:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-06 21:09 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-28 16:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/ Andreas Hüttel
2017-04-05 11:37 Kent Fredric
2017-04-11 20:27 Kent Fredric
2020-05-05 13:43 Kent Fredric
2020-06-20  4:32 Kent Fredric
2020-07-03 15:10 Kent Fredric
2020-08-06 16:40 Kent Fredric
2024-05-22  4:35 Sam James

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=1441573739.0ee68d6fe4d9f734a6a34300121bc4c5c51a879a.dilfridge@gentoo \
    --to=dilfridge@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