mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/YAML-Syck: bump version to 1.300.0 wrt bug #614448
Upstream changes: - Adjust unit tests to not require . in @INC - Fix handling carriage return after c-indicator - Fix CHECK_UTF8 SEGV with empty len=0 strings - Add missing function declarations - Tighten the TODO tests, no passing TODOs now. But still JSON SingleQuote and \/ and \u roundtrips do fail. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=614448 Package-Manager: Portage-2.3.3, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST YAML-Syck-1.29.tar.gz 173181 SHA256 d3567b3653e610a2a0fd28286ddc7869ccdeba5e6663f9638c22bc17d6cfc939 SHA512 5e6326375ab4498cddee9f54d09a6d62569cb3f68dd2015e5ccda38fedb9b3d22b8f07fc3bd2536feedb61c0cc1d86f91640c5bb03374351e341ec5c1495b991 WHIRLPOOL 161d6204f555db0171d26d6e17c8fb3369f51fca508262b7e775bba1d1e876a6bd0312d878d47cec37f7edef485985f4db91c13288cfec3d38607035d4fddfa1
|
||||
DIST YAML-Syck-1.30.tar.gz 170413 SHA256 62b344216176556a0c497065ad8385157b9f261c6e687218dfa19ec7d7258dc7 SHA512 3c38c77589c12652b456ad95120b3223df9e96475a9478692511bf6207ce81bc61204feaa332dbd913d934c41cf5d6515420961b31c20c9fe245373e81ecdda4 WHIRLPOOL 240c67965483502fd29738eac8fe4a4919296a928172ad83d60eb3e61e29cdb5762e0c2c36f6efdc20ae3c491a58bf87b2e2160d069543ad268f1c060d9ca16f
|
||||
|
||||
17
dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
Normal file
17
dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=TODDR
|
||||
MODULE_VERSION=1.30
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Fast, lightweight YAML loader and dumper"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
Reference in New Issue
Block a user