Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/logging: logging-2.0.0.ebuild ChangeLog
Date: Wed, 29 Apr 2015 05:19:50
Message-Id: 20150429051941.9439099B@oystercatcher.gentoo.org
1 graaff 15/04/29 05:19:40
2
3 Modified: ChangeLog
4 Added: logging-2.0.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.7 dev-ruby/logging/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/logging/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 11 Nov 2014 10:47:46 -0000 1.6
24 +++ ChangeLog 29 Apr 2015 05:19:40 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/logging
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logging/ChangeLog,v 1.6 2014/11/11 10:47:46 mrueg Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/logging/ChangeLog,v 1.7 2015/04/29 05:19:40 graaff Exp $
31 +
32 +*logging-2.0.0 (29 Apr 2015)
33 +
34 + 29 Apr 2015; Hans de Graaff <graaff@g.o> +logging-2.0.0.ebuild:
35 + Version bump.
36
37 11 Nov 2014; Manuel RĂ¼ger <mrueg@g.o> logging-1.8.2.ebuild:
38 Drop jruby target.
39
40
41
42 1.1 dev-ruby/logging/logging-2.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/logging-2.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/logging/logging-2.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: logging-2.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/logging/logging-2.0.0.ebuild,v 1.1 2015/04/29 05:19:40 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_TASK_DOC="doc"
57 RAKE_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Flexible logging library for use in Ruby programs based on the design of Java's log4j library"
63 HOMEPAGE="http://rubygems.org/gems/logging"
64
65 LICENSE="MIT"
66
67 SLOT="0"
68 KEYWORDS="~amd64"
69 IUSE="test"
70
71 ruby_add_rdepend ">=dev-ruby/little-plugger-1.1.3 >=dev-ruby/multi_json-1.10"
72
73 ruby_add_bdepend "dev-ruby/bones test? ( dev-ruby/flexmock )"