summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-21 23:08:55 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-21 23:08:55 +0100
commit9390c4a73588d9390783fc3fe0126a7e788d9fed (patch)
treee85a06508383850109d5ab7414b5e1d699f9a9f5 /dev-ruby
parentdev-ruby/activeldap: Fix description (diff)
downloadgentoo-9390c4a73588d9390783fc3fe0126a7e788d9fed.tar.gz
gentoo-9390c4a73588d9390783fc3fe0126a7e788d9fed.tar.bz2
gentoo-9390c4a73588d9390783fc3fe0126a7e788d9fed.zip
dev-ruby/rack-cache: Remove ruby19, fix description
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rack-cache/rack-cache-1.3.0.ebuild6
1 files 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 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"