From: Manuel RĂ¼ger Date: Mon, 21 Mar 2016 22:08:55 +0000 (+0100) Subject: dev-ruby/rack-cache: Remove ruby19, fix description X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9390c4a73588d9390783fc3fe0126a7e788d9fed;p=gentoo.git dev-ruby/rack-cache: Remove ruby19, fix description Package-Manager: portage-2.2.28 --- diff --git a/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild index ec430df57ce5..fc2280b37f57 100644 --- a/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.3.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 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" # no documentation is generable, it needs hanna, which is broken RUBY_FAKEGEM_RECIPE_DOC="none" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*" inherit versionator ruby-fakegem -DESCRIPTION="A drop-in component to enable HTTP caching for Rack-based applications that produce freshness info" +DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info" HOMEPAGE="https://github.com/rtomayko/rack-cache" SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz"