summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-10 22:01:21 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-10 22:01:21 +0000
commit81d1989d268cf5e7371570283fb67cd56257d60c (patch)
tree95c3190db74cf115c92966163ac64c26dd6080a0 /dev-ruby/psych/psych-2.0.6.ebuild
parentVersion bump. Remove old. (diff)
downloadgentoo-2-81d1989d268cf5e7371570283fb67cd56257d60c.tar.gz
gentoo-2-81d1989d268cf5e7371570283fb67cd56257d60c.tar.bz2
gentoo-2-81d1989d268cf5e7371570283fb67cd56257d60c.zip
Version bump. Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/psych/psych-2.0.6.ebuild')
-rw-r--r--dev-ruby/psych/psych-2.0.6.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-ruby/psych/psych-2.0.6.ebuild b/dev-ruby/psych/psych-2.0.6.ebuild
deleted file mode 100644
index 2f13fdadd402..000000000000
--- a/dev-ruby/psych/psych-2.0.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/psych/psych-2.0.6.ebuild,v 1.1 2014/09/17 05:24:46 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A libyaml wrapper for Ruby"
-HOMEPAGE="https://github.com/tenderlove/psych"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND+=" dev-libs/libyaml"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-each_ruby_configure() {
- ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
- emake V=1 -Cext/${PN}
- cp ext/${PN}/${PN}$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:test:test/${PN} test/${PN}/test_*.rb || die
- ${RUBY} -Ilib:test:test/${PN} test/${PN}/nodes/*.rb || die
- ${RUBY} -Ilib:test:test/${PN} test/${PN}/visitors/*.rb || die
- ${RUBY} -Ilib:test:test/${PN} test/${PN}/json/*.rb || die
-}