summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-06 20:33:20 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-06 20:33:35 +0100
commitdadc528ea27907741993dbd2d1bb1783ad3b306f (patch)
tree6916b23ff872d3f8761f14da799861bf37f8ee28 /dev-ruby
parentdev-ruby/sinatra: Remove old (diff)
downloadgentoo-dadc528ea27907741993dbd2d1bb1783ad3b306f.tar.gz
gentoo-dadc528ea27907741993dbd2d1bb1783ad3b306f.tar.bz2
gentoo-dadc528ea27907741993dbd2d1bb1783ad3b306f.zip
dev-ruby/sinatra: Fix desc, remove ruby19
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/sinatra/sinatra-1.4.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/sinatra/sinatra-1.4.6.ebuild b/dev-ruby/sinatra/sinatra-1.4.6.ebuild
index 4d4c86648098..14e8b85cce74 100644
--- a/dev-ruby/sinatra/sinatra-1.4.6.ebuild
+++ b/dev-ruby/sinatra/sinatra-1.4.6.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"
# no documentation is generable, it needs hanna, which is broken
RUBY_FAKEGEM_TASK_DOC=""
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS.md CHANGES"
inherit ruby-fakegem
-DESCRIPTION="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort"
+DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort"
HOMEPAGE="http://www.sinatrarb.com/"
LICENSE="MIT"