From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-869393-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6AE6759CA3
	for <garchives@archives.gentoo.org>; Sun, 13 Mar 2016 13:33:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 37DEF21C01D;
	Sun, 13 Mar 2016 13:33:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7294321C017
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Mar 2016 13:33:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4EF9A340B3B
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Mar 2016 13:33:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 61DC18F1
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Mar 2016 13:33:31 +0000 (UTC)
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org>
Message-ID: <1457875925.aa8bba3f252ceff53077378203121e7c985286ac.mrueg@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord-deprecated_finders/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/activerecord-deprecated_finders/activerecord-deprecated_finders-1.0.4.ebuild
X-VCS-Directories: dev-ruby/activerecord-deprecated_finders/
X-VCS-Committer: mrueg
X-VCS-Committer-Name: Manuel Rüger
X-VCS-Revision: aa8bba3f252ceff53077378203121e7c985286ac
X-VCS-Branch: master
Date: Sun, 13 Mar 2016 13:33:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a8833f9f-a94c-45e3-a142-178535356b6a
X-Archives-Hash: 53b8a27b77502a60e922a8697346f30f

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)"