From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-867911-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 F17C559CA4
	for <garchives@archives.gentoo.org>; Sun,  6 Mar 2016 18:57:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 29AE021C03F;
	Sun,  6 Mar 2016 18:57:21 +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 BD00B21C03F
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2016 18:57:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 9924134098F
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2016 18:57:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ACA68F6
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2016 18:57:16 +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: <1457290467.63dd079e37ec2042e66a0410c7ad3d7973849db6.mrueg@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/rr/rr-1.1.2-r1.ebuild dev-ruby/rr/rr-1.1.2.ebuild
X-VCS-Directories: dev-ruby/rr/
X-VCS-Committer: mrueg
X-VCS-Committer-Name: Manuel Rüger
X-VCS-Revision: 63dd079e37ec2042e66a0410c7ad3d7973849db6
X-VCS-Branch: master
Date: Sun,  6 Mar 2016 18:57:16 +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: a1bb87fd-b1b0-4ba3-ac92-51afd3a135d7
X-Archives-Hash: adb5f4d4b6befb9b2afc224783b32826

commit:     63dd079e37ec2042e66a0410c7ad3d7973849db6
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 18:54:27 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 18:54:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dd079e

dev-ruby/rr: Remove ruby19, fix desc

Package-Manager: portage-2.2.27

 dev-ruby/rr/rr-1.1.2-r1.ebuild | 6 +++---
 dev-ruby/rr/rr-1.1.2.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/rr/rr-1.1.2-r1.ebuild b/dev-ruby/rr/rr-1.1.2-r1.ebuild
index d54123e..c6081c4 100644
--- a/dev-ruby/rr/rr-1.1.2-r1.ebuild
+++ b/dev-ruby/rr/rr-1.1.2-r1.ebuild
@@ -1,10 +1,10 @@
-# 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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
 
 inherit ruby-fakegem
 
-DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax"
+DESCRIPTION="A double framework featuring a selection of double techniques and a terse syntax"
 HOMEPAGE="http://pivotallabs.com/"
 SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-ruby/rr/rr-1.1.2.ebuild b/dev-ruby/rr/rr-1.1.2.ebuild
index 30d1cfd..84252dc 100644
--- a/dev-ruby/rr/rr-1.1.2.ebuild
+++ b/dev-ruby/rr/rr-1.1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 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"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
 
 inherit ruby-fakegem
 
-DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax"
+DESCRIPTION="A double framework featuring a selection of double techniques and a terse syntax"
 HOMEPAGE="http://pivotallabs.com/"
 SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"