commit: 8f2e23e9ea8ab411fa84d04a02d94793ce6350ba Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Mar 5 06:15:46 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Mar 5 06:26:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2e23e9
dev-ruby/treetop: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/treetop/Manifest | 1 - dev-ruby/treetop/treetop-1.6.8.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest index 12009515774..24643b5e6a8 100644 --- a/dev-ruby/treetop/Manifest +++ b/dev-ruby/treetop/Manifest @@ -1,2 +1 @@ -DIST treetop-1.6.8.gem 68608 BLAKE2B 095080a4cfc3e876e3d63c6bb37b5f662c22be8b6c6cb68ae3a2df31ebed296d1e3910e8319be2b30f3f2a010d77f562c3add2f1a4ad35d56c9a962f3b3c1be8 SHA512 c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3 DIST treetop-1.6.9.gem 92160 BLAKE2B 4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2 SHA512 faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd diff --git a/dev-ruby/treetop/treetop-1.6.8.ebuild b/dev-ruby/treetop/treetop-1.6.8.ebuild deleted file mode 100644 index 3d0257c0824..00000000000 --- a/dev-ruby/treetop/treetop-1.6.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -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/* -}
