diff options
author | 2014-10-30 13:41:47 +0000 | |
---|---|---|
committer | 2014-10-30 13:41:47 +0000 | |
commit | b43c475e822dec099ea6d9b6261f9f5d7274f19a (patch) | |
tree | 7d417e726c03ed128ddf4a062246fe74effbb08e /dev-ruby/cri/cri-2.4.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-b43c475e822dec099ea6d9b6261f9f5d7274f19a.tar.gz gentoo-2-b43c475e822dec099ea6d9b6261f9f5d7274f19a.tar.bz2 gentoo-2-b43c475e822dec099ea6d9b6261f9f5d7274f19a.zip |
Drop jruby target. Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/cri/cri-2.4.1.ebuild')
-rw-r--r-- | dev-ruby/cri/cri-2.4.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/cri/cri-2.4.1.ebuild b/dev-ruby/cri/cri-2.4.1.ebuild deleted file mode 100644 index 3eda76bf6ae6..000000000000 --- a/dev-ruby/cri/cri-2.4.1.ebuild +++ /dev/null @@ -1,25 +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/cri/cri-2.4.1.ebuild,v 1.2 2014/05/26 05:31:45 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" - -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" - -RUBY_FAKEGEM_TASK_DOC="doc" - -inherit ruby-fakegem - -DESCRIPTION="Cri is a library for building easy-to-use commandline tools" -HOMEPAGE="http://rubygems.org/gems/cri" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -SLOT="0" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/colored-1.2" - -ruby_add_bdepend "doc? ( dev-ruby/yard ) - test? ( dev-ruby/yard dev-ruby/minitest )" |