diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:42:29 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:42:44 +0100 |
commit | f9abab656a2f55aac91dd0d065aa37e738ea4f4d (patch) | |
tree | aa19649b2dc992033e58bf6445c6724e33bdf2c2 /dev-ruby/colorize | |
parent | dev-ruby/colorize: Remove old (diff) | |
download | gentoo-f9abab656a2f55aac91dd0d065aa37e738ea4f4d.tar.gz gentoo-f9abab656a2f55aac91dd0d065aa37e738ea4f4d.tar.bz2 gentoo-f9abab656a2f55aac91dd0d065aa37e738ea4f4d.zip |
dev-ruby/colorize: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/colorize')
-rw-r--r-- | dev-ruby/colorize/colorize-0.7.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/colorize/colorize-0.7.7.ebuild b/dev-ruby/colorize/colorize-0.7.7.ebuild index 3f7f1e5968d7..936f53ae36da 100644 --- a/dev-ruby/colorize/colorize-0.7.7.ebuild +++ b/dev-ruby/colorize/colorize-0.7.7.ebuild @@ -1,16 +1,16 @@ -# 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="CHANGELOG README.md" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem -DESCRIPTION="Add some methods to set color, background color and text effect on console easier" +DESCRIPTION="Adds methods to set color, background color and text effect on console easier" HOMEPAGE="https://github.com/fazibear/colorize" LICENSE="GPL-2+" |