commit: aa8bba3f252ceff53077378203121e7c985286ac Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 13:32:05 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 13:32:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8bba3f
dev-ruby/activerecord-deprecated_finders: Remove ruby19, fix desc Package-Manager: portage-2.2.28 .../activerecord-deprecated_finders-1.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/activerecord-deprecated_finders/activerecord-deprecated_finders-1.0.4.ebuild b/dev-ruby/activerecord-deprecated_finders/activerecord-deprecated_finders-1.0.4.ebuild index 3417594..2fe3d63 100644 --- a/dev-ruby/activerecord-deprecated_finders/activerecord-deprecated_finders-1.0.4.ebuild +++ b/dev-ruby/activerecord-deprecated_finders/activerecord-deprecated_finders-1.0.4.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" +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)"
