dev-ruby/rack-cache: Remove ruby19, fix description
authorManuel Rüger <mrueg@gentoo.org>
Mon, 21 Mar 2016 22:08:55 +0000 (23:08 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 21 Mar 2016 22:08:55 +0000 (23:08 +0100)
Package-Manager: portage-2.2.28

dev-ruby/rack-cache/rack-cache-1.3.0.ebuild

index ec430df57ce531150b2268bf6088f42dfeb17326..fc2280b37f572fd9b8b4a499881c9a18c9423fb3 100644 (file)
@@ -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"