diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 14:54:58 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-04-05 14:54:58 +0000 |
commit | 25fff730d6d00cc15a1211541228cfb6bfe4d953 (patch) | |
tree | d94a86d5f4470f3e5e9fedb45678cc6c549df21f /dev-ruby/term-ansicolor | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-25fff730d6d00cc15a1211541228cfb6bfe4d953.tar.gz gentoo-2-25fff730d6d00cc15a1211541228cfb6bfe4d953.tar.bz2 gentoo-2-25fff730d6d00cc15a1211541228cfb6bfe4d953.zip |
Remove ree18 and ruby18 target. Remove virtual/ruby-test-unit.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/term-ansicolor')
4 files changed, 12 insertions, 10 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog index 224e51b8e406..bb361fe898d3 100644 --- a/dev-ruby/term-ansicolor/ChangeLog +++ b/dev-ruby/term-ansicolor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/term-ansicolor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.40 2014/02/10 07:06:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.41 2014/04/05 14:54:58 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> term-ansicolor-1.0.7.ebuild, + term-ansicolor-1.2.2-r1.ebuild, term-ansicolor-1.3.0.ebuild: + Remove ree18 and ruby18 target. Remove virtual/ruby-test-unit. *term-ansicolor-1.3.0 (10 Feb 2014) diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild index 09e446c7e9b0..bf2c082d303e 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.13 2013/12/26 14:46:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.14 2014/04/05 14:54:58 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ree18 jruby ruby19" +USE_RUBY="jruby ruby19" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="none" @@ -25,8 +25,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~ SLOT="0" IUSE="" -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - each_ruby_test() { ${RUBY} -Ilib tests/ansicolor_test.rb || die } diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild index ae09d14cf8e1..8646d34be2f6 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v 1.2 2014/01/09 12:36:00 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v 1.3 2014/04/05 14:54:58 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="none" diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild index dd06c7b1ebce..1b8cb80d5875 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild,v 1.1 2014/02/10 07:06:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.3.0.ebuild,v 1.2 2014/04/05 14:54:58 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="none" |