Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ronn/
Date: Sun, 06 Mar 2016 20:06:04
Message-Id: 1457294707.6d9898d760803df02c8af0e98b31d65ee8ad4afd.graaff@gentoo
1 commit: 6d9898d760803df02c8af0e98b31d65ee8ad4afd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 20:04:52 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 20:05:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9898d7
7
8 app-text/ronn: remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.26
11
12 app-text/ronn/ronn-0.7.3-r3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild
16 index 26dd948..64ccc40 100644
17 --- a/app-text/ronn/ronn-0.7.3-r3.ebuild
18 +++ b/app-text/ronn/ronn-0.7.3-r3.ebuild
19 @@ -1,16 +1,16 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
27 +USE_RUBY="ruby20 ruby21 ruby22"
28
29 RUBY_FAKEGEM_TASK_DOC=""
30 RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
31
32 inherit ruby-fakegem
33
34 -DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and to HTML"
35 +DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and HTML"
36 HOMEPAGE="https://github.com/rtomayko/ronn/"
37
38 LICENSE="MIT"