summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-03-17 17:09:41 +0000
committerTorsten Veller <tove@gentoo.org>2013-03-17 17:09:41 +0000
commit9d14e6bdf166973b46b7297153c8ed6aef3fc538 (patch)
treec95f6efd004ec65c06e547a9d9c70d4c91202a54 /dev-perl
parentAdjust poppler dependency, wrt bug #462020 (diff)
downloadgentoo-2-9d14e6bdf166973b46b7297153c8ed6aef3fc538.tar.gz
gentoo-2-9d14e6bdf166973b46b7297153c8ed6aef3fc538.tar.bz2
gentoo-2-9d14e6bdf166973b46b7297153c8ed6aef3fc538.zip
[bump] dev-perl/YAML-LibYAML-0.410.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/YAML-LibYAML/ChangeLog9
-rw-r--r--dev-perl/YAML-LibYAML/YAML-LibYAML-0.410.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
index 4ad5d3ea8c3c..f11973c54766 100644
--- a/dev-perl/YAML-LibYAML/ChangeLog
+++ b/dev-perl/YAML-LibYAML/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/YAML-LibYAML
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-LibYAML/ChangeLog,v 1.3 2012/06/24 13:00:23 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-LibYAML/ChangeLog,v 1.4 2013/03/17 17:09:41 tove Exp $
+
+*YAML-LibYAML-0.410.0 (17 Mar 2013)
+
+ 17 Mar 2013; Torsten Veller <tove@gentoo.org> +YAML-LibYAML-0.410.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.410.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.410.0.ebuild
new file mode 100644
index 000000000000..8f27a37c3c88
--- /dev/null
+++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.410.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-LibYAML/YAML-LibYAML-0.410.0.ebuild,v 1.1 2013/03/17 17:09:41 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=INGY
+MODULE_VERSION=0.41
+inherit perl-module
+
+DESCRIPTION='Perl YAML Serialization using XS and libyaml'
+SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.380.0-patches.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"
+PATCHES=(
+ "${WORKDIR}"/${PN}-patches/0.380.0-format_string_flaws.patch
+)
+export OPTIMIZE="$CFLAGS"