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/log4r/
Date: Sun, 06 Mar 2016 19:00:39
Message-Id: 1457290818.b898ec5c33ce1906a6d4603158cdc5d0c56e6101.mrueg@gentoo
1 commit: b898ec5c33ce1906a6d4603158cdc5d0c56e6101
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:00:18 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:00:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b898ec5c
7
8 dev-ruby/log4r: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/log4r/log4r-1.1.10-r1.ebuild | 6 +++---
13 dev-ruby/log4r/log4r-1.1.10-r2.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/log4r/log4r-1.1.10-r1.ebuild b/dev-ruby/log4r/log4r-1.1.10-r1.ebuild
17 index c2c149a..d3538a4 100644
18 --- a/dev-ruby/log4r/log4r-1.1.10-r1.ebuild
19 +++ b/dev-ruby/log4r/log4r-1.1.10-r1.ebuild
20 @@ -1,9 +1,9 @@
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=""
31
32 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_DOCDIR="doc"
33
34 inherit ruby-fakegem
35
36 -DESCRIPTION="A comprehensive and flexible logging library written in Ruby for use in Ruby programs"
37 +DESCRIPTION="A comprehensive and flexible logging library written in Ruby"
38 HOMEPAGE="http://log4r.sourceforge.net/"
39 IUSE=""
40
41
42 diff --git a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
43 index 0afb551..0849326 100644
44 --- a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
45 +++ b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2016 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 EAPI=5
53 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
54 +USE_RUBY="ruby20 ruby21 ruby22"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57
58 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_DOCDIR="doc"
59
60 inherit ruby-fakegem
61
62 -DESCRIPTION="A comprehensive and flexible logging library written in Ruby for use in Ruby programs"
63 +DESCRIPTION="A comprehensive and flexible logging library written in Ruby"
64 HOMEPAGE="http://log4r.sourceforge.net/"
65 IUSE=""