Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rr/
Date: Sun, 06 Mar 2016 18:57:23
Message-Id: 1457290467.63dd079e37ec2042e66a0410c7ad3d7973849db6.mrueg@gentoo
1 commit: 63dd079e37ec2042e66a0410c7ad3d7973849db6
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:54:27 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:54:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dd079e
7
8 dev-ruby/rr: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/rr/rr-1.1.2-r1.ebuild | 6 +++---
13 dev-ruby/rr/rr-1.1.2.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/rr/rr-1.1.2-r1.ebuild b/dev-ruby/rr/rr-1.1.2-r1.ebuild
17 index d54123e..c6081c4 100644
18 --- a/dev-ruby/rr/rr-1.1.2-r1.ebuild
19 +++ b/dev-ruby/rr/rr-1.1.2-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
29 +USE_RUBY="ruby20 ruby21 ruby22"
30
31 RUBY_FAKEGEM_TASK_TEST="none"
32
33 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
34
35 inherit ruby-fakegem
36
37 -DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax"
38 +DESCRIPTION="A double framework featuring a selection of double techniques and a terse syntax"
39 HOMEPAGE="http://pivotallabs.com/"
40 SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42
43 diff --git a/dev-ruby/rr/rr-1.1.2.ebuild b/dev-ruby/rr/rr-1.1.2.ebuild
44 index 30d1cfd..84252dc 100644
45 --- a/dev-ruby/rr/rr-1.1.2.ebuild
46 +++ b/dev-ruby/rr/rr-1.1.2.ebuild
47 @@ -1,10 +1,10 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 +# Copyright 1999-2016 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Id$
52
53 EAPI=5
54
55 -USE_RUBY="ruby19 ruby20"
56 +USE_RUBY="ruby20"
57
58 RUBY_FAKEGEM_TASK_TEST="none"
59
60 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
61
62 inherit ruby-fakegem
63
64 -DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax"
65 +DESCRIPTION="A double framework featuring a selection of double techniques and a terse syntax"
66 HOMEPAGE="http://pivotallabs.com/"
67 SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"