commit: 7336a908601e5771e34cb1528a8a58837bd8b5ca Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 18 05:52:23 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 18 05:52:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7336a908
dev-ruby/treetop: cleanup Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/treetop/Manifest | 1 - dev-ruby/treetop/treetop-1.6.9.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest index 95f9b5607c7..681eff4c9b6 100644 --- a/dev-ruby/treetop/Manifest +++ b/dev-ruby/treetop/Manifest @@ -1,2 +1 @@ DIST treetop-1.6.10.gem 92160 BLAKE2B ff3b6f0a92bcd2ad279c186e3a3eea72aa8243a89d4a1382df6322d73a19b79bede6c9f5c443644a5011b755a673bc9592f964cf61ab68fdd9f2da2dfcc0be94 SHA512 adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee -DIST treetop-1.6.9.gem 92160 BLAKE2B 4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2 SHA512 faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd diff --git a/dev-ruby/treetop/treetop-1.6.9.ebuild b/dev-ruby/treetop/treetop-1.6.9.ebuild deleted file mode 100644 index f8732281db2..00000000000 --- a/dev-ruby/treetop/treetop-1.6.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Treetop is a language for describing languages" -HOMEPAGE="https://github.com/cjheath/treetop" -LICENSE="Ruby" - -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )" -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins -r examples/* -}
