diff options
Diffstat (limited to 'dev-ruby/polyglot/polyglot-0.3.4.ebuild')
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.4.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/polyglot/polyglot-0.3.4.ebuild b/dev-ruby/polyglot/polyglot-0.3.4.ebuild deleted file mode 100644 index 5357e00051ed..000000000000 --- a/dev-ruby/polyglot/polyglot-0.3.4.ebuild +++ /dev/null @@ -1,26 +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/polyglot/polyglot-0.3.4.ebuild,v 1.3 2014/11/26 02:24:56 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 rbx" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Polyglot provides support for fully-custom DSLs" -HOMEPAGE="http://polyglot.rubyforge.org/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="" - -all_ruby_prepare() { - # jruby has trouble parsing this metadata and there are no dependencies. - rm ../metadata || die -} |