summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-24 15:54:41 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-24 15:54:41 +0000
commit634fc8ff2b067a2a0626f4741974d8fc8e85e5b7 (patch)
tree950727f888b15bf686938f149eae817ed68d1362 /dev-perl/YAML-Syck
parentia64 stable (diff)
downloadgentoo-2-634fc8ff2b067a2a0626f4741974d8fc8e85e5b7.tar.gz
gentoo-2-634fc8ff2b067a2a0626f4741974d8fc8e85e5b7.tar.bz2
gentoo-2-634fc8ff2b067a2a0626f4741974d8fc8e85e5b7.zip
Version bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/YAML-Syck')
-rw-r--r--dev-perl/YAML-Syck/ChangeLog7
-rw-r--r--dev-perl/YAML-Syck/YAML-Syck-1.15.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/YAML-Syck/ChangeLog b/dev-perl/YAML-Syck/ChangeLog
index f0779271b307..e641699de387 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.27 2010/09/13 19:55:02 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/ChangeLog,v 1.28 2010/09/24 15:54:41 tove Exp $
+
+*YAML-Syck-1.15 (24 Sep 2010)
+
+ 24 Sep 2010; Torsten Veller <tove@gentoo.org> +YAML-Syck-1.15.ebuild:
+ Version bump. Test fixes only
13 Sep 2010; Jeremy Olexa <darkside@gentoo.org> YAML-Syck-1.14.ebuild:
Align prefix keywords with dev-perl/DateManip, bug 336867
diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.15.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.15.ebuild
new file mode 100644
index 000000000000..8554bae02776
--- /dev/null
+++ b/dev-perl/YAML-Syck/YAML-Syck-1.15.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.15.ebuild,v 1.1 2010/09/24 15:54:41 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 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="|| ( dev-libs/syck >=dev-lang/ruby-1.8 )"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"