diff options
author | 2016-03-06 19:48:39 +0100 | |
---|---|---|
committer | 2016-03-06 19:48:39 +0100 | |
commit | 7d4a008515d9519eeb2b92de9d2d45c802f21e80 (patch) | |
tree | 6e0c8aca520a5d07cdd2470ea88f559013622545 /dev-ruby/logging | |
parent | dev-ruby/logging: Remove old (diff) | |
download | gentoo-7d4a008515d9519eeb2b92de9d2d45c802f21e80.tar.gz gentoo-7d4a008515d9519eeb2b92de9d2d45c802f21e80.tar.bz2 gentoo-7d4a008515d9519eeb2b92de9d2d45c802f21e80.zip |
dev-ruby/logging: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/logging')
-rw-r--r-- | dev-ruby/logging/logging-2.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/logging/logging-2.0.0.ebuild b/dev-ruby/logging/logging-2.0.0.ebuild index ff6712f847d5..a1be41d7fbcb 100644 --- a/dev-ruby/logging/logging-2.0.0.ebuild +++ b/dev-ruby/logging/logging-2.0.0.ebuild @@ -1,9 +1,9 @@ -# 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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="doc" RAKE_FAKEGEM_DOCDIR="doc" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.md" inherit ruby-fakegem -DESCRIPTION="Flexible logging library for use in Ruby programs based on the design of Java's log4j library" +DESCRIPTION="Flexible logging library based on the design of Java's log4j library" HOMEPAGE="http://rubygems.org/gems/logging" LICENSE="MIT" |