Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/log4r: log4r-1.1.10-r1.ebuild ChangeLog
Date: Wed, 29 Jan 2014 01:54:03
Message-Id: 20140129015400.68B0D2004C@flycatcher.gentoo.org
1 mrueg 14/01/29 01:54:00
2
3 Modified: ChangeLog
4 Added: log4r-1.1.10-r1.ebuild
5 Log:
6 Add ruby20 support as requested by radhermit.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.42 dev-ruby/log4r/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/log4r/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/log4r/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/log4r/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 15 Jan 2014 12:36:03 -0000 1.41
24 +++ ChangeLog 29 Jan 2014 01:54:00 -0000 1.42
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/log4r
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.41 2014/01/15 12:36:03 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.42 2014/01/29 01:54:00 mrueg Exp $
30 +
31 +*log4r-1.1.10-r1 (29 Jan 2014)
32 +
33 + 29 Jan 2014; Manuel RĂ¼ger <mrueg@g.o> +log4r-1.1.10-r1.ebuild:
34 + Add ruby20 support as requested by radhermit.
35
36 15 Jan 2014; Agostino Sarubbo <ago@g.o> log4r-1.1.10.ebuild:
37 Stable for alpha, wrt bug #483512
38
39
40
41 1.1 dev-ruby/log4r/log4r-1.1.10-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: log4r-1.1.10-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10-r1.ebuild,v 1.1 2014/01/29 01:54:00 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56
57 # There are no working tests atm, to be checked on next version bump.
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 RUBY_FAKEGEM_DOCDIR="doc"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Log4r is a comprehensive and flexible logging library written in
65 Ruby for use in Ruby programs."
66 HOMEPAGE="http://log4r.sourceforge.net/"
67 IUSE=""
68
69 LICENSE="LGPL-3"
70 SLOT="0"
71 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
72
73 all_ruby_install() {
74 all_fakegem_install
75
76 insinto /usr/share/doc/${PF}
77 doins -r examples
78 }