diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:00:18 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 20:00:18 +0100 |
commit | b898ec5c33ce1906a6d4603158cdc5d0c56e6101 (patch) | |
tree | 4abcc801974c73cf9bf02f03f9b43ca8e275c792 /dev-ruby | |
parent | gnome-extra/zenity: x86 stable wrt bug #566378 (diff) | |
download | gentoo-b898ec5c33ce1906a6d4603158cdc5d0c56e6101.tar.gz gentoo-b898ec5c33ce1906a6d4603158cdc5d0c56e6101.tar.bz2 gentoo-b898ec5c33ce1906a6d4603158cdc5d0c56e6101.zip |
dev-ruby/log4r: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/log4r/log4r-1.1.10-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/log4r/log4r-1.1.10-r2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ruby/log4r/log4r-1.1.10-r1.ebuild b/dev-ruby/log4r/log4r-1.1.10-r1.ebuild index c2c149aead3a..d3538a4daec6 100644 --- a/dev-ruby/log4r/log4r-1.1.10-r1.ebuild +++ b/dev-ruby/log4r/log4r-1.1.10-r1.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" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_DOC="" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_DOCDIR="doc" inherit ruby-fakegem -DESCRIPTION="A comprehensive and flexible logging library written in Ruby for use in Ruby programs" +DESCRIPTION="A comprehensive and flexible logging library written in Ruby" HOMEPAGE="http://log4r.sourceforge.net/" IUSE="" diff --git a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild index 0afb55150231..08493269b7f7 100644 --- a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild +++ b/dev-ruby/log4r/log4r-1.1.10-r2.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 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_DOCDIR="doc" inherit ruby-fakegem -DESCRIPTION="A comprehensive and flexible logging library written in Ruby for use in Ruby programs" +DESCRIPTION="A comprehensive and flexible logging library written in Ruby" HOMEPAGE="http://log4r.sourceforge.net/" IUSE="" |