commit: 9390c4a73588d9390783fc3fe0126a7e788d9fed Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Mar 21 22:08:55 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Mar 21 22:08:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9390c4a7
dev-ruby/rack-cache: Remove ruby19, fix description Package-Manager: portage-2.2.28 dev-ruby/rack-cache/rack-cache-1.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ec430df..fc2280b 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"
