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/blankslate/
Date: Mon, 07 Mar 2016 02:54:37
Message-Id: 1457319236.3273a2a19dc4185eb147fe06fc8c2395b3864b4c.mrueg@gentoo
1 commit: 3273a2a19dc4185eb147fe06fc8c2395b3864b4c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 02:53:56 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 02:53:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3273a2a1
7
8 dev-ruby/blankslate: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/blankslate/blankslate-2.1.2.4.ebuild | 6 +++---
13 dev-ruby/blankslate/blankslate-3.1.3.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild
17 index 1b0b0e3..127826a 100644
18 --- a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild
19 +++ b/dev-ruby/blankslate/blankslate-2.1.2.4.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_EXTRADOC="README"
32 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
33 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec"
34
35 inherit ruby-fakegem
36
37 -DESCRIPTION="A base class where almost all of the methods from Object and Kernel have been removed"
38 +DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed"
39 HOMEPAGE="https://rubygems.org/gems/blankslate"
40
41 IUSE=""
42
43 diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
44 index 1a6c989..11a69eb 100644
45 --- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild
46 +++ b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
47 @@ -1,10 +1,10 @@
48 -# Copyright 1999-2015 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 ruby21 ruby22"
56 +USE_RUBY="ruby20 ruby21 ruby22"
57
58 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
59
60 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec"
61
62 inherit ruby-fakegem
63
64 -DESCRIPTION="A base class where almost all of the methods from Object and Kernel have been removed"
65 +DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed"
66 HOMEPAGE="https://rubygems.org/gems/blankslate"
67
68 IUSE=""