dev-ruby/sinatra: Fix desc, remove ruby19
authorManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 19:33:20 +0000 (20:33 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 19:33:35 +0000 (20:33 +0100)
Package-Manager: portage-2.2.27

dev-ruby/sinatra/sinatra-1.4.6.ebuild

index 4d4c866480986cf9efd8efe34ea6b308ecd2d39c..14e8b85cce749cad5520ca0a3016bc11e6842a9d 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"
+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"