diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-07-18 09:29:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-07-18 09:29:21 +0000 |
commit | 5423bb61b8e297630db9b0d963cf3bca3cb1f70d (patch) | |
tree | 86891db558a5ba36bf00b7bb301c5be28d9f1fcc /dev-ruby/treetop | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-5423bb61b8e297630db9b0d963cf3bca3cb1f70d.tar.gz gentoo-2-5423bb61b8e297630db9b0d963cf3bca3cb1f70d.tar.bz2 gentoo-2-5423bb61b8e297630db9b0d963cf3bca3cb1f70d.zip |
Cleanup.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/treetop')
-rw-r--r-- | dev-ruby/treetop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/treetop/treetop-1.4.15-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-ruby/treetop/treetop-1.4.15.ebuild | 38 |
3 files changed, 5 insertions, 77 deletions
diff --git a/dev-ruby/treetop/ChangeLog b/dev-ruby/treetop/ChangeLog index 055d0c28e0d7..a002ca8c184d 100644 --- a/dev-ruby/treetop/ChangeLog +++ b/dev-ruby/treetop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/treetop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.47 2014/05/24 06:05:54 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.48 2014/07/18 09:29:21 graaff Exp $ + + 18 Jul 2014; Hans de Graaff <graaff@gentoo.org> -treetop-1.4.15.ebuild, + -treetop-1.4.15-r1.ebuild: + Cleanup. *treetop-1.5.3 (24 May 2014) diff --git a/dev-ruby/treetop/treetop-1.4.15-r1.ebuild b/dev-ruby/treetop/treetop-1.4.15-r1.ebuild deleted file mode 100644 index 39753497d200..000000000000 --- a/dev-ruby/treetop/treetop-1.4.15-r1.ebuild +++ /dev/null @@ -1,38 +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/treetop/treetop-1.4.15-r1.ebuild,v 1.1 2014/04/20 18:21:30 graaff Exp $ - -EAPI=5 - -# jruby fails tests, not investigated yet. -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -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="http://treetop.rubyforge.org/" -LICENSE="Ruby" - -KEYWORDS="~amd64 ~arm ~ppc ~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-0.10.2 dev-ruby/activesupport )" -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1" - -all_ruby_prepare() { - # Use a ruby18 compatible regexp, already fixed upstream. - sed -i -e 's/\[:\^space:\]/\^[:space:]/' spec/compiler/character_class_spec.rb || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins -r examples/* -} diff --git a/dev-ruby/treetop/treetop-1.4.15.ebuild b/dev-ruby/treetop/treetop-1.4.15.ebuild deleted file mode 100644 index b6e283293358..000000000000 --- a/dev-ruby/treetop/treetop-1.4.15.ebuild +++ /dev/null @@ -1,38 +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/treetop/treetop-1.4.15.ebuild,v 1.2 2014/04/19 03:09:47 mrueg Exp $ - -EAPI=5 - -# jruby fails tests, not investigated yet. -USE_RUBY="ruby19" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -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="http://treetop.rubyforge.org/" -LICENSE="Ruby" - -KEYWORDS="~amd64 ~arm ~ppc ~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-0.10.2 dev-ruby/activesupport )" -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1" - -all_ruby_prepare() { - # Use a ruby18 compatible regexp, already fixed upstream. - sed -i -e 's/\[:\^space:\]/\^[:space:]/' spec/compiler/character_class_spec.rb || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins -r examples/* -} |