diff options
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 -} |