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/YAML/
Date: Mon, 26 Dec 2016 18:52:09 +0000 (UTC)	[thread overview]
Message-ID: <1482778307.8707a80afe2ce570388dca348dfde2cf1f909f3b.kentnl@gentoo> (raw)

commit:     8707a80afe2ce570388dca348dfde2cf1f909f3b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 17:50:09 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 18:51:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8707a80a

dev-perl/YAML: Bump to version 1.210.0

Upstream:
- Fix warnings with "used only once" with $YAML::Indent and friends
- Empty mapping values at EOF now resolves to 'null' instead of
  empty string.
- Name the problem key when warning about duplicate keys.
- Add support for reading and writing to IO::Handle

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/YAML/Manifest            |  1 +
 dev-perl/YAML/YAML-1.210.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/YAML/Manifest b/dev-perl/YAML/Manifest
index 40e571b..a99ecb9 100644
--- a/dev-perl/YAML/Manifest
+++ b/dev-perl/YAML/Manifest
@@ -3,3 +3,4 @@ DIST YAML-1.15.tar.gz 80702 SHA256 80f495322fa7bde590940f198c203be5e71c420fef844
 DIST YAML-1.18.tar.gz 80678 SHA256 c8c4ebf538b5c9b4f53bf3c80a436229b2f28ecd4dbde54e22b470791d04fd39 SHA512 6656ed5a9906e3b7888c3a014e8ab459adb8eee471a31b6c1209ff79c72f7ffda7fadb729ac334bf338ba264068f060a83ca31664f3c1d720fc8195231e459f4 WHIRLPOOL bd8318bff2f38b11d533043e48e915f20a320744ac20393233e5a66e8d70d2f592c7a48f6415d46a937d7c77084c95d5e4e254b1eab480a2f924da8fadb754be
 DIST YAML-1.19.tar.gz 81305 SHA256 3010f650b0f17a120a34c2a3dcdfc9ee2bb1fe145aa52305936eba9c0120005c SHA512 51dad1554dbfeb771d8bb1d6d51fab15522433182f4e289a9d7a7dbe47686e5cdb7b194a2cdfb40560a247f304b15101f130c011a64daf1c4dd2156249c1ed71 WHIRLPOOL 047a2461619abdd0a825af2ffa1555569244e68116aa7710d58c26bcf403e600698c033c1bb0f909e90b8e06275b3582194709a9ecb4fa9246a1cb2c4cd7c41a
 DIST YAML-1.20.tar.gz 81604 SHA256 952ca55c63da54a7a90eceaa535fe1276eee6ca0fece1ea2630a8c0d0e6c1bde SHA512 f1948f7ef39d6ee05c9883bccf555dd30f36d1e25a90f47921515716dc58608ffe2631907b1aea102c0d31a8aeecf53317bd944fa9fb0f6d7ccd72fd953899cd WHIRLPOOL 661434359170c478f71ecb72b59168bdb249949e5d12f9bfde71ba186b6aeb52680dd03b81e33ffe9d722a2916ddb13195b5626295e5cf7c734309f90fefba26
+DIST YAML-1.21.tar.gz 82995 SHA256 2e29de56102bcfeb13c5c9656e0747e0433457351f4c9f5ff708fc3d8debc531 SHA512 1542c9a931a7c2c460cd89d66978747a6feee855993529b05638456ff4f16fa5273e539b7423e843d63ccfd29c650e2d46b9140388d44cc6c812a0e0c6be9cd3 WHIRLPOOL aa38fad5742da202d20863d1dbfa05481beb2682b604e950bbb8c46cbd385209cc0e68281fbbc25bd91affd504c97a79bb9579be1a2ecc841c4a1a54c81783f8

diff --git a/dev-perl/YAML/YAML-1.210.0.ebuild b/dev-perl/YAML/YAML-1.210.0.ebuild
new file mode 100644
index 00000000..10e5152
--- /dev/null
+++ b/dev-perl/YAML/YAML-1.210.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=INGY
+DIST_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="YAML Ain't Markup Language (tm)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-YAML-1.50.0
+	)
+"
+src_test() {
+	perl_rm_files t/author-*.t
+	perl-module_src_test
+}


             reply	other threads:[~2016-12-26 18:52 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-26 18:52 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  0:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML/ Sam James
2024-06-09 21:24 Sam James
2024-06-09 20:41 Sam James
2024-04-27  6:51 Andreas K. Hüttel
2024-03-03  0:54 Sam James
2021-12-11 15:52 Andreas K. Hüttel
2021-12-06  0:13 Sam James
2021-12-05 20:12 Arthur Zamarin
2021-12-05  5:17 Sam James
2021-12-05  5:00 Sam James
2021-12-05  3:31 Sam James
2021-11-04 17:13 Sam James
2021-10-07 21:07 Andreas K. Hüttel
2021-10-07 21:07 Andreas K. Hüttel
2021-05-04 19:13 Sam James
2021-04-30 21:03 Andreas K. Hüttel
2021-04-29  5:44 Sam James
2021-04-29  5:44 Sam James
2021-04-29  5:44 Sam James
2021-04-29  5:44 Sam James
2020-12-27 16:25 Fabian Groffen
2020-04-12  9:34 Sergei Trofimovich
2019-07-17 12:22 Kent Fredric
2018-07-19 22:04 Patrice Clement
2018-07-13 12:15 Mikle Kolyada
2018-04-01 19:15 Kent Fredric
2017-03-20 19:04 Kent Fredric
2017-02-04 17:33 Andreas Hüttel
2017-02-03 21:48 Jeroen Roovers
2017-01-29 16:59 Fabian Groffen
2017-01-28 18:59 Kent Fredric
2016-12-20 18:54 Thomas Deutschmann
2016-12-20 18:18 Tobias Klausmann
2016-12-05 19:35 Kent Fredric
2016-11-20  1:53 Kent Fredric
2016-10-26 16:49 Markus Meier
2016-09-30  7:43 Tobias Klausmann
2016-09-29 19:43 Andreas Hüttel
2016-04-29 19:36 Andreas Hüttel
2016-04-29 19:36 [gentoo-commits] repo/gentoo:master commit in: dev-perl/yaml/ Andreas Hüttel
2016-04-29 19:36 [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML/ 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=1482778307.8707a80afe2ce570388dca348dfde2cf1f909f3b.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