summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-27 00:55:17 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-29 21:35:59 +0200
commitde20ba006b8f82b583d68f16d52b98b516acebfb (patch)
treeff500fe998602ced82a5605cc58e77822842fff4
parentdev-perl/XML-XPath: Bump to version 1.360.0 (diff)
downloadgentoo-de20ba006b8f82b583d68f16d52b98b516acebfb.tar.gz
gentoo-de20ba006b8f82b583d68f16d52b98b516acebfb.tar.bz2
gentoo-de20ba006b8f82b583d68f16d52b98b516acebfb.zip
dev-perl/YAML-LibYAML: Bump to version 0.620.0
- EAPI6 - Cleanup tests Upstream: - Long strings with newlines now intelligently written as multi-line YAML statements. - Can now do IO on IO::Handle's instead of requiring GLOB refs. Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
-rw-r--r--dev-perl/YAML-LibYAML/Manifest1
-rw-r--r--dev-perl/YAML-LibYAML/YAML-LibYAML-0.620.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest
index 114c7e4a91d7..86e30223cc85 100644
--- a/dev-perl/YAML-LibYAML/Manifest
+++ b/dev-perl/YAML-LibYAML/Manifest
@@ -1 +1,2 @@
DIST YAML-LibYAML-0.59.tar.gz 140949 SHA256 9df424ef5e968054042cacafa2f44354a662329df974d178dffce7529fc99f54 SHA512 0c0bdbd7d93352b1e60f41f185f2947b163a9ea7074945c933850a3d165f75dd202403406f9e355e78535ae7d1726f2328dc006af7a01a6f30c48999013da3bc WHIRLPOOL ea881b3fdc37a3d8a641985f93fcd00d224940ce612962d48488c3195e2085cf6b41ac4d076dd0eda01ef331f560a437aa000ac56ef85b5ea0ae1e3ce9d56cff
+DIST YAML-LibYAML-0.62.tar.gz 142911 SHA256 1a334a7ea9fe444ddb384a378b9f6eb2b77f4564fe481a778b48fb48b82d31db SHA512 05d2fa1e656034da0c903a267037a08855040843dc6ec68d91e99df5c64f6896d29be0d170b5c08c0d601a1c87b595c90786a7ff1a12a33fa2bfff21f86aec81 WHIRLPOOL 899f316f1319f081512e7086a230e1a61d948cafa98517db7a6c6e6bbcbd56c5679450cc0c1e3703d6f5105dcf9c395267b3eab662aecd7864e0007ef83936fe
diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.620.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.620.0.ebuild
new file mode 100644
index 000000000000..fa83bf7240c0
--- /dev/null
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.620.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TINITA
+DIST_VERSION=0.62
+inherit perl-module
+
+DESCRIPTION="Perl YAML Serialization using XS and libyaml"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker"
+export OPTIMIZE="$CFLAGS"
+
+src_test() {
+ perl_rm_files t/author-pod-syntax.t
+ perl-module_src_test
+}