summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-08-24 08:30:18 +0000
committerTorsten Veller <tove@gentoo.org>2008-08-24 08:30:18 +0000
commit110cbbbca2078628c4cf12e6219dc4d4df2c76b0 (patch)
tree8fd2e0be725b0c09c8111711aea13aa0d493992e /dev-perl/YAML-Syck/YAML-Syck-1.05.ebuild
parentVersion bump (diff)
downloadgentoo-2-110cbbbca2078628c4cf12e6219dc4d4df2c76b0.tar.gz
gentoo-2-110cbbbca2078628c4cf12e6219dc4d4df2c76b0.tar.bz2
gentoo-2-110cbbbca2078628c4cf12e6219dc4d4df2c76b0.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/YAML-Syck/YAML-Syck-1.05.ebuild')
-rw-r--r--dev-perl/YAML-Syck/YAML-Syck-1.05.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.05.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.05.ebuild
new file mode 100644
index 000000000000..8e0922c5c017
--- /dev/null
+++ b/dev-perl/YAML-Syck/YAML-Syck-1.05.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 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.05.ebuild,v 1.1 2008/08/24 08:30:18 tove Exp $
+
+MODULE_AUTHOR=AUDREYT
+inherit perl-module
+
+DESCRIPTION="Fast, lightweight YAML loader and dumper"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="|| ( dev-libs/syck >=dev-lang/ruby-1.8 )
+ dev-lang/perl"