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/Readonly/
Date: Wed,  3 Jan 2018 10:57:45 +0000 (UTC)	[thread overview]
Message-ID: <1514976994.f1077c6ecded0dd16c66a890f8ade67ef613d067.kentnl@gentoo> (raw)

commit:     f1077c6ecded0dd16c66a890f8ade67ef613d067
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 03:41:54 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 10:56:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1077c6e

dev-perl/Readonly: Bump to version 2.50.0

Upstream:
- Add Readonly::Clone feature
- Fix documentation typos
- Quiet compiletime warnings w/ ONCE

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Readonly/Manifest               |  1 +
 dev-perl/Readonly/Readonly-2.50.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Readonly/Manifest b/dev-perl/Readonly/Manifest
index 97e43819c53..0a0efa478f4 100644
--- a/dev-perl/Readonly/Manifest
+++ b/dev-perl/Readonly/Manifest
@@ -1,2 +1,3 @@
 DIST Readonly-2.00.tar.gz 23673 BLAKE2B 286ecdffa9c43dafdc3b05edc63a634fc1ac3e42c3dd6bc67ce66c5aeb68a36266e2b64a55aee4d3f02247a675ceebb0dc7bcda7e95f2e8f5200936041f48c2d SHA512 293c3be4af0bee2390d5370132c17de31010443123321771dd124d3e285cd72abbdaa7b6f50a2c44102d03a5724636f2976016111efe09afd27149f6880c2bec
 DIST Readonly-2.01.tar.gz 23227 BLAKE2B 7a245411a17132cdd3617de70386cd1f7f5115053d2c074a097d670c90dfe2046af05d2cd44cae6e1ab1410169d1226bcde53dcb2d5ba14e55f0818a50b80497 SHA512 03287cf32d7464a5a1487e62ad5ac5210d1be6258559e88baddc27408a6b00c6983ff1e305643ffec3ee0068ae823239433e53594684d8538197d6b09971fda2
+DIST Readonly-2.05.tar.gz 28877 BLAKE2B 7fb072e0057cb125665855eaa058b77b74aeadc3fa4be3ca4e87ed6214b22a52c0ee4fe7df4739b288c49116d16d05cbcc93bd7035e71bc51e55be69002265e0 SHA512 d42406c1985248a352860f80c3b0b1a41476e5a7b4bff71e83122d7c5eb609296a1eb00aa71cf9f899317e31c706d75ff07950815eff84afb6bec40de6de2ace

diff --git a/dev-perl/Readonly/Readonly-2.50.0.ebuild b/dev-perl/Readonly/Readonly-2.50.0.ebuild
new file mode 100644
index 00000000000..156fbc00b46
--- /dev/null
+++ b/dev-perl/Readonly/Readonly-2.50.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SANKO
+DIST_VERSION=2.05
+inherit perl-module
+
+DESCRIPTION="Facility for creating read-only scalars, arrays, hashes"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+DEPEND="
+	>=dev-perl/Module-Build-Tiny-0.35.0
+	test? ( virtual/perl-Test-Simple )
+"


             reply	other threads:[~2018-01-03 10:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 10:57 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26  7:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Readonly/ Arthur Zamarin
2021-08-03 10:54 Sam James
2021-08-02 21:17 Andreas K. Hüttel
2021-08-02  3:51 Sam James
2020-12-27 15:51 Fabian Groffen
2020-04-15 13:57 Kent Fredric
2019-05-20 17:22 Aaron Bauman
2018-10-21  8:39 Fabian Groffen
2018-10-01  0:07 Thomas Deutschmann
2018-09-07 14:00 Mikle Kolyada
2018-07-31  8:33 Sergei Trofimovich
2018-07-30 22:08 Sergei Trofimovich
2018-07-30 21:42 Sergei Trofimovich
2016-05-25 23:29 Andreas Hüttel
2016-05-25 23:29 Andreas Hüttel
2016-05-25  6:29 Matt Turner
2016-04-30 22:05 Andreas Hüttel
2016-02-03 14:36 Tobias Klausmann

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=1514976994.f1077c6ecded0dd16c66a890f8ade67ef613d067.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