summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-04-20 15:36:10 +0200
committerEttore Di Giacinto <mudler@gentoo.org>2017-04-20 15:38:07 +0200
commitfd17a9d31126569e494a26f7d8edcc886a2dd617 (patch)
treefe0255b2caea4492b353338fd6a2c95ff8b6ccc2 /dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
parentprofiles/arch/arm/use.mask: drop fdk use unmask, it is not masked anywhere (diff)
downloadgentoo-fd17a9d31126569e494a26f7d8edcc886a2dd617.tar.gz
gentoo-fd17a9d31126569e494a26f7d8edcc886a2dd617.tar.bz2
gentoo-fd17a9d31126569e494a26f7d8edcc886a2dd617.zip
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
Diffstat (limited to 'dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild')
-rw-r--r--dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
new file mode 100644
index 000000000000..1debb8ac8899
--- /dev/null
+++ b/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
@@ -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"