summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/yamlrb/yamlrb-0.49.2.ebuild')
-rw-r--r--dev-ruby/yamlrb/yamlrb-0.49.2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/yamlrb/yamlrb-0.49.2.ebuild b/dev-ruby/yamlrb/yamlrb-0.49.2.ebuild
deleted file mode 100644
index 133a4d1d5672..000000000000
--- a/dev-ruby/yamlrb/yamlrb-0.49.2.ebuild
+++ /dev/null
@@ -1,20 +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-ruby/yamlrb/yamlrb-0.49.2.ebuild,v 1.1 2003/04/10 12:28:17 twp Exp $
-
-DESCRIPTION="Machine parsable data serialization format designed for human readability"
-HOMEPAGE="http://yaml4r.sourceforge.net/"
-SRC_URI="mirror://sourceforge/yaml4r/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-DEPEND=">=dev-lang/ruby-1.6.0"
-
-src_install() {
- local sitelibdir=`ruby -r rbconfig -e 'print(Config::CONFIG["sitelibdir"])'`
- insinto ${D}/${sitelibdir}
- doins src/okay.rb src/yaml.rb src/yod.rb
- insinto ${D}/${sitelibdir}/okay
- doins src/okay/news.rb src/okay/rpc.rb
- dodoc README CHANGELOG
-}