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,  5 Dec 2016 19:35:48 +0000 (UTC)	[thread overview]
Message-ID: <1480966535.d70ae354c07c216ba4e454ed24300876d2101655.kentnl@gentoo> (raw)

commit:     d70ae354c07c216ba4e454ed24300876d2101655
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 16:46:15 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:35:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70ae354

dev-perl/YAML: Bump to version 1.200.0

Upstream:
- Fix errors in parsing YAML with quoted whitespace in map keys
- Correctly delay loading of B::Deparse at runtime
- Add new feature $YAML::Preserve that creates order-preserving
  tied hashes instead of plain random-ordered hashes.

Package-Manager: portage-2.3.2

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

diff --git a/dev-perl/YAML/Manifest b/dev-perl/YAML/Manifest
index a003c8e..40e571b 100644
--- a/dev-perl/YAML/Manifest
+++ b/dev-perl/YAML/Manifest
@@ -2,3 +2,4 @@ DIST YAML-0.84.tar.gz 121150 SHA256 0a351f0a771526ca4a448c573a781614debdd5296fd0
 DIST YAML-1.15.tar.gz 80702 SHA256 80f495322fa7bde590940f198c203be5e71c420fef844b5bdc6769c1fe0d9d1b SHA512 c1b715c46186009e27e25857c99cbd729fc49a1854dd987dcab53e4279528f19a1b9822dd1ca95162aa2a0b6627cf15ef6a692ad22c659dbd5c251fc3f898b7b WHIRLPOOL 245911e22ceeb88c263a61809c7ce4f3a0817e893fb25204933d3b2ea39a73d1a64a717c2465d2db2a921c0a144895e0321d7b14b709645fd8ebd05ac3a7087f
 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

diff --git a/dev-perl/YAML/YAML-1.200.0.ebuild b/dev-perl/YAML/YAML-1.200.0.ebuild
new file mode 100644
index 00000000..dde9960
--- /dev/null
+++ b/dev-perl/YAML/YAML-1.200.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.20
+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-05 19:35 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05 19:35 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-26 18:52 Kent Fredric
2016-12-20 18:54 Thomas Deutschmann
2016-12-20 18:18 Tobias Klausmann
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=1480966535.d70ae354c07c216ba4e454ed24300876d2101655.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