dev-ruby/activerecord-deprecated_finders: Remove ruby19, fix desc
authorManuel Rüger <mrueg@gentoo.org>
Sun, 13 Mar 2016 13:32:05 +0000 (14:32 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 13 Mar 2016 13:32:05 +0000 (14:32 +0100)
Package-Manager: portage-2.2.28

dev-ruby/activerecord-deprecated_finders/activerecord-deprecated_finders-1.0.4.ebuild

index 3417594625722cb3865c107f3d8ae551ef6604a7..2fe3d636c29db31d9ecb48339721a8cad0f83644 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"
+USE_RUBY="ruby20 ruby21"
 
 # this is not null so that the dependencies will actually be filled
 RUBY_FAKEGEM_TASK_TEST="test"
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 
 inherit ruby-fakegem versionator
 
-DESCRIPTION="This gem will be used to extract and deprecate old-style finder option hashes in Active Record"
+DESCRIPTION="Used to extract and deprecate old-style finder option hashes in Active Record"
 HOMEPAGE="https://github.com/rails"
 SRC_URI="https://github.com/rails/activerecord-deprecated_finders/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="$(get_version_component_range 1-2)"