summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-11-06 22:22:12 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-11-06 22:22:12 +0000
commitc7aaa80ecce3585ffe006f862caffae9f9e71198 (patch)
tree50937e287547e996847b7d6cfb3818eb1c4c0aaa /dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild
parentStable on ppc (bug #154007) (diff)
downloadgentoo-2-c7aaa80ecce3585ffe006f862caffae9f9e71198.tar.gz
gentoo-2-c7aaa80ecce3585ffe006f862caffae9f9e71198.tar.bz2
gentoo-2-c7aaa80ecce3585ffe006f862caffae9f9e71198.zip
Bug 154221, original ebuild by twp
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild')
-rw-r--r--dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild b/dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild
new file mode 100644
index 000000000000..07eb8b45a3d3
--- /dev/null
+++ b/dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/YAML-Syck-0.71.ebuild,v 1.1 2006/11/06 22:22:12 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Fast, lightweight YAML loader and dumper"
+HOMEPAGE="http://search.cpan.org/~audreyt/"
+SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="|| ( dev-libs/syck >=dev-lang/ruby-1.8 )
+ dev-lang/perl"