diff options
Diffstat (limited to 'dev-ruby/paint/paint-0.8.6-r1.ebuild')
-rw-r--r-- | dev-ruby/paint/paint-0.8.6-r1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ruby/paint/paint-0.8.6-r1.ebuild b/dev-ruby/paint/paint-0.8.6-r1.ebuild deleted file mode 100644 index bfa69e194ad6..000000000000 --- a/dev-ruby/paint/paint-0.8.6-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.8.6-r1.ebuild,v 1.1 2013/10/30 04:02:11 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Terminal painter" -HOMEPAGE="https://github.com/janlelis/paint" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test doc" |