diff options
author | 2003-09-28 02:13:55 +0000 | |
---|---|---|
committer | 2003-09-28 02:13:55 +0000 | |
commit | 35ce761f8249d0ddaa5b4033a554f8cebe98cf56 (patch) | |
tree | 521f02dc0297e5f8d1398ee3ad3e202053e4fd6a /dev-libs/syck/syck-0.25.ebuild | |
parent | Added metadata.xml (diff) | |
download | historical-35ce761f8249d0ddaa5b4033a554f8cebe98cf56.tar.gz historical-35ce761f8249d0ddaa5b4033a554f8cebe98cf56.tar.bz2 historical-35ce761f8249d0ddaa5b4033a554f8cebe98cf56.zip |
Now in Ruby 1.8.0
Diffstat (limited to 'dev-libs/syck/syck-0.25.ebuild')
-rw-r--r-- | dev-libs/syck/syck-0.25.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/syck/syck-0.25.ebuild b/dev-libs/syck/syck-0.25.ebuild deleted file mode 100644 index 29f30578e3e2..000000000000 --- a/dev-libs/syck/syck-0.25.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/syck-0.25.ebuild,v 1.1 2003/05/08 09:54:31 twp Exp $ - -DESCRIPTION="An extension for reading YAML swiftly in popular scripting languages" -HOMEPAGE="http://www.whytheluckystiff.net/syck/" -SRC_URI="mirror://sourceforge/yaml4r/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86" -DEPEND="virtual/glibc" - -src_compile() { - econf || die - emake -} - -src_install() { - einstall || die - dodoc README -} |