commit: 8d9bd49a5d7b017262e35320e21192f9391a1d36 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 4 05:39:09 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 4 05:39:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9bd49a
dev-ruby/bones: cleanup Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/bones/bones-3.8.4-r1.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/dev-ruby/bones/bones-3.8.4-r1.ebuild b/dev-ruby/bones/bones-3.8.4-r1.ebuild deleted file mode 100644 index 4be6b8a788d..00000000000 --- a/dev-ruby/bones/bones-3.8.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="default version.txt" - -inherit ruby-fakegem - -DESCRIPTION="Tool that creates new Ruby projects from a code skeleton" -HOMEPAGE="https://github.com/TwP/bones" - -IUSE="test" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_rdepend " - dev-ruby/builder:* - >=dev-ruby/loquacious-1.9.1 - >=dev-ruby/little-plugger-1.1.3 - =dev-ruby/rake-12*" - -all_ruby_prepare() { - epatch "${FILESDIR}"/${PN}-3.8.1-builder.patch -}
