diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-07 03:53:56 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-07 03:53:56 +0100 |
commit | 3273a2a19dc4185eb147fe06fc8c2395b3864b4c (patch) | |
tree | 4f101b221e3719f2f86c05a05420dc8bb188c6e1 /dev-ruby/blankslate | |
parent | dev-ruby/blankslate: Remove old (diff) | |
download | gentoo-3273a2a19dc4185eb147fe06fc8c2395b3864b4c.tar.gz gentoo-3273a2a19dc4185eb147fe06fc8c2395b3864b4c.tar.bz2 gentoo-3273a2a19dc4185eb147fe06fc8c2395b3864b4c.zip |
dev-ruby/blankslate: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/blankslate')
-rw-r--r-- | dev-ruby/blankslate/blankslate-2.1.2.4.ebuild | 6 | ||||
-rw-r--r-- | 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 1b0b0e38d05c..127826a9d664 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 1a6c98978bc2..11a69ebecb9c 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="" |