summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-08 15:25:26 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-08 15:25:46 +1200
commita2f7d84878346e974976973a0e3bec6d396750a2 (patch)
treeab3b269a05551049e76e5e6934b14a6a3f32ab22 /dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild
parentnet-im/telegram-desktop-bin: Cleanup old. (diff)
downloadgentoo-a2f7d84878346e974976973a0e3bec6d396750a2.tar.gz
gentoo-a2f7d84878346e974976973a0e3bec6d396750a2.tar.bz2
gentoo-a2f7d84878346e974976973a0e3bec6d396750a2.zip
dev-perl/YAML-LibYAML: Bump to version 0.640.0
Upstream: - Fix '.' in @INC issues - Update bundled libyaml - Lazy load B::Deparse for improved startup time Bug: https://bugs.gentoo.org/614634 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild')
-rw-r--r--dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild
new file mode 100644
index 000000000000..09341a902e08
--- /dev/null
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.640.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TINITA
+DIST_VERSION=0.64
+inherit perl-module
+
+DESCRIPTION="Perl YAML Serialization using XS and libyaml"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~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
+}