commit: 3273a2a19dc4185eb147fe06fc8c2395b3864b4c Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Mar 7 02:53:56 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Mar 7 02:53:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3273a2a1
dev-ruby/blankslate: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/blankslate/blankslate-2.1.2.4.ebuild | 6 +++--- dev-ruby/blankslate/blankslate-3.1.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild index 1b0b0e3..127826a 100644 --- a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild +++ b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 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_EXTRADOC="README" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="A base class where almost all of the methods from Object and Kernel have been removed" +DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed" HOMEPAGE="https://rubygems.org/gems/blankslate" IUSE="" diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild b/dev-ruby/blankslate/blankslate-3.1.3.ebuild index 1a6c989..11a69eb 100644 --- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild +++ b/dev-ruby/blankslate/blankslate-3.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 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_RECIPE_DOC="rdoc" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem -DESCRIPTION="A base class where almost all of the methods from Object and Kernel have been removed" +DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed" HOMEPAGE="https://rubygems.org/gems/blankslate" IUSE=""
