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/Tree-Simple/
Date: Fri, 24 Mar 2017 10:25:31 +0000 (UTC)	[thread overview]
Message-ID: <1490351118.18cae2fb838d6ab449e8d2cee8676ac0b2d8d267.kentnl@gentoo> (raw)

commit:     18cae2fb838d6ab449e8d2cee8676ac0b2d8d267
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 10:24:47 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 10:25:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cae2fb

dev-perl/Tree-Simple: Bump to version 1.300.0

Upstream:
- Add method generateChild($scalar)

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Tree-Simple/Manifest                   |  1 +
 dev-perl/Tree-Simple/Tree-Simple-1.300.0.ebuild | 27 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Tree-Simple/Manifest b/dev-perl/Tree-Simple/Manifest
index dbdeb77a005..3744a910497 100644
--- a/dev-perl/Tree-Simple/Manifest
+++ b/dev-perl/Tree-Simple/Manifest
@@ -1,3 +1,4 @@
 DIST Tree-Simple-1.18.tar.gz 32851 SHA256 cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d SHA512 f5918a865667db84800a5ff1a423c118f6e41c1b1930eb323d4afdaaf8a9da5554a0ac85eced3d1b9635065ff045f4ff6aab874c26771b8b4d36511fcc941ac0 WHIRLPOOL ebb907da30a06f520cc13545762cb8add5b5f94fa88f08437723eff42cbfd0bc5a59e6f4693441b2d90c6df7ff8a3d070d42c3280194978b4a5d7a2eada24ef5
 DIST Tree-Simple-1.27.tgz 46811 SHA256 ec3f9447744172c798a2191276c8ab2f4296f51e3b4e3fd48fa242e8509c566c SHA512 61cc1b7350adbae47fdd23693f212b700363e388e650fbb1e740f6ca615d6b61ac71e2283ee96fb68987bc8f3f295948edd9a981fd45f87e1a68fa92edfd3df1 WHIRLPOOL 3938373603f119fc0b4d160b144ddb01be382c4f246e3281e7fa9d3d1f14ce064c3f22bed4e84590cc3304318809f79122f134d6481fb81ea3ef9339b5cc366e
 DIST Tree-Simple-1.29.tgz 47322 SHA256 695e693587241d56d6b5a6e1477f548bcf71a0b0e4bf14b06ef2965e499bfe2c SHA512 d6ed79878bf9e8cb4bf82a85dd4d11c70968be53b08d73905d49fff70ec21ca53c604df1e139c0304763e592e42db831c411d03dc8cd1bbb2834cf037088b746 WHIRLPOOL a87fac94e3437b075d97db8bebfcd19b640117c11040434cdc7b341feb23fb55739cced9fee86813d7d051d8d2db2924641102952ae0d405aa183523acaf2764
+DIST Tree-Simple-1.30.tgz 48264 SHA256 5d8b76105d6d3168382f40a215e1a83e16bc0eca7acd4336bb0d9a6355dd92e4 SHA512 41d94b040a882edf0f5777276246e8e55bf3f19bcc93f6facea5076136b3d8931d663e5a989e5045c104e76aca86d14dfe63bc7e39cd9d8542ea47c1dc202c0d WHIRLPOOL db01a2b87eca350c99b0da1aa28f97ddba1f8bf66940854080615d75d11f02810406fbdf4ababce43e41bd19bdbbc99b29acba1f9e882a7af5edd4f29c1f62df

diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.300.0.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.300.0.ebuild
new file mode 100644
index 00000000000..3c97a8be22a
--- /dev/null
+++ b/dev-perl/Tree-Simple/Tree-Simple-1.300.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=1.30
+DIST_A_EXT=tgz
+inherit perl-module
+
+DESCRIPTION="A simple tree object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+	>=virtual/perl-Scalar-List-Utils-1.180.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		!minimal? ( dev-perl/Test-Memory-Cycle )
+		>=dev-perl/Test-Exception-0.150.0
+		>=virtual/perl-Test-Simple-1.1.2
+	)
+"


             reply	other threads:[~2017-03-24 10:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 10:25 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-11  4:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tree-Simple/ Andreas K. Hüttel
2021-12-05  4:16 Sam James
2021-12-05  3:04 Sam James
2021-09-29 20:03 Andreas K. Hüttel
2019-07-25  6:48 Kent Fredric
2018-08-20  2:26 Mikle Kolyada
2018-08-18 22:15 Thomas Deutschmann
2018-03-14  2:49 Kent Fredric
2017-04-17 12:33 Kent Fredric
2016-12-28 19:52 Michael Palimaka
2016-08-08 15:01 Kent Fredric
2016-07-08 20:37 Andreas Hüttel
2016-07-08 20:37 Andreas Hüttel
2016-04-26 20:03 Andreas 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=1490351118.18cae2fb838d6ab449e8d2cee8676ac0b2d8d267.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