summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-31 08:08:57 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-31 08:08:57 +0000
commit7ca68a4b60d940043fe38db64bc5079a80d42427 (patch)
tree9eb5334de2f6694e440beec912d32970aabf8ae3 /dev-perl
parentx86 stable wrt bug #320685 (diff)
downloadgentoo-2-7ca68a4b60d940043fe38db64bc5079a80d42427.tar.gz
gentoo-2-7ca68a4b60d940043fe38db64bc5079a80d42427.tar.bz2
gentoo-2-7ca68a4b60d940043fe38db64bc5079a80d42427.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/YAML-Syck/ChangeLog7
-rw-r--r--dev-perl/YAML-Syck/YAML-Syck-1.09.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/YAML-Syck/ChangeLog b/dev-perl/YAML-Syck/ChangeLog
index fa3837d7fb21..08e445d3ffe7 100644
--- a/dev-perl/YAML-Syck/ChangeLog
+++ b/dev-perl/YAML-Syck/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/YAML-Syck
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/ChangeLog,v 1.22 2010/05/24 10:58:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/ChangeLog,v 1.23 2010/05/31 08:08:57 tove Exp $
+
+*YAML-Syck-1.09 (31 May 2010)
+
+ 31 May 2010; Torsten Veller <tove@gentoo.org> +YAML-Syck-1.09.ebuild:
+ Version bump
*YAML-Syck-1.08 (24 May 2010)
diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.09.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.09.ebuild
new file mode 100644
index 000000000000..fdbe02d7fb03
--- /dev/null
+++ b/dev-perl/YAML-Syck/YAML-Syck-1.09.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/YAML-Syck-1.09.ebuild,v 1.1 2010/05/31 08:08:57 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=AVAR
+inherit perl-module
+
+DESCRIPTION="Fast, lightweight YAML loader and dumper"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+DEPEND="|| ( dev-libs/syck >=dev-lang/ruby-1.8 )"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"