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/bcat/
Date: Mon, 07 Mar 2016 02:45:06
Message-Id: 1457318580.afb6353b8f059d6f922bfa37a4fa09343474b823.mrueg@gentoo
1 commit: afb6353b8f059d6f922bfa37a4fa09343474b823
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 02:43:00 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 02:43:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb6353b
7
8 dev-ruby/bcat: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/bcat/bcat-0.6.2-r1.ebuild | 6 +++---
13 dev-ruby/bcat/bcat-0.6.2-r2.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/bcat/bcat-0.6.2-r1.ebuild b/dev-ruby/bcat/bcat-0.6.2-r1.ebuild
17 index 3d1e783..8affb8e 100644
18 --- a/dev-ruby/bcat/bcat-0.6.2-r1.ebuild
19 +++ b/dev-ruby/bcat/bcat-0.6.2-r1.ebuild
20 @@ -1,16 +1,16 @@
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 -USE_RUBY="ruby19 ruby20"
28 +USE_RUBY="ruby20"
29
30 RUBY_FAKEGEM_TASK_DOC="man"
31 RUBY_FAKEGEM_EXTRADOC="README"
32
33 inherit ruby-fakegem
34
35 -DESCRIPTION="A pipe to browser utility for use at the shell and within editors like Vim or Emacs"
36 +DESCRIPTION="Pipe to browser utility for use at the shell and within editors"
37 HOMEPAGE="https://github.com/rtomayko/bcat"
38
39 LICENSE="MIT"
40
41 diff --git a/dev-ruby/bcat/bcat-0.6.2-r2.ebuild b/dev-ruby/bcat/bcat-0.6.2-r2.ebuild
42 index 8051d39..9b4f823 100644
43 --- a/dev-ruby/bcat/bcat-0.6.2-r2.ebuild
44 +++ b/dev-ruby/bcat/bcat-0.6.2-r2.ebuild
45 @@ -1,16 +1,16 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2016 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 EAPI=5
52 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
53 +USE_RUBY="ruby20 ruby21 ruby22"
54
55 RUBY_FAKEGEM_TASK_DOC="man"
56 RUBY_FAKEGEM_EXTRADOC="README"
57
58 inherit ruby-fakegem
59
60 -DESCRIPTION="A pipe to browser utility for use at the shell and within editors like Vim or Emacs"
61 +DESCRIPTION="Pipe to browser utility for use at the shell and within editors"
62 HOMEPAGE="https://github.com/rtomayko/bcat"
63
64 LICENSE="MIT"