commit: fe3adf5082d6e6ce90ff021009c9b4188279a99f Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 6 18:22:10 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 6 18:22:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3adf50
dev-ruby/zentest: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/zentest/zentest-4.11.0.ebuild | 6 +++--- dev-ruby/zentest/zentest-4.9.5.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/zentest/zentest-4.11.0.ebuild b/dev-ruby/zentest/zentest-4.11.0.ebuild index cc27e26..f447bf1 100644 --- a/dev-ruby/zentest/zentest-4.11.0.ebuild +++ b/dev-ruby/zentest/zentest-4.11.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_NAME=ZenTest @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.r inherit ruby-fakegem -DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails" +DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails" HOMEPAGE="https://github.com/seattlerb/zentest" LICENSE="Ruby" diff --git a/dev-ruby/zentest/zentest-4.9.5.ebuild b/dev-ruby/zentest/zentest-4.9.5.ebuild index eb9f1a1..2b2460d 100644 --- a/dev-ruby/zentest/zentest-4.9.5.ebuild +++ b/dev-ruby/zentest/zentest-4.9.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_NAME=ZenTest @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.r inherit ruby-fakegem -DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails" +DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails" HOMEPAGE="https://github.com/seattlerb/zentest" LICENSE="Ruby"
