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/inifile: inifile-2.0.2-r1.ebuild ChangeLog
Date: Tue, 29 Oct 2013 23:28:22
Message-Id: 20131029232815.35A6420047@flycatcher.gentoo.org
1 mrueg 13/10/29 23:28:15
2
3 Modified: ChangeLog
4 Added: inifile-2.0.2-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.6 dev-ruby/inifile/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 12 Oct 2012 05:23:15 -0000 1.5
24 +++ ChangeLog 29 Oct 2013 23:28:15 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/inifile
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.5 2012/10/12 05:23:15 graaff Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.6 2013/10/29 23:28:15 mrueg Exp $
31 +
32 +*inifile-2.0.2-r1 (30 Oct 2013)
33 +
34 + 30 Oct 2013; Manuel Rüger <mrueg@g.o> +inifile-2.0.2-r1.ebuild:
35 + Add ruby20 target.
36
37 *inifile-2.0.2 (12 Oct 2012)
38
39 @@ -23,4 +28,3 @@
40 29 Dec 2011; Diego E. Pettenò <flameeyes@g.o> +inifile-0.4.1.ebuild,
41 +metadata.xml:
42 Initial import of ebuild for .ini file reading.
43 -
44
45
46
47 1.1 dev-ruby/inifile/inifile-2.0.2-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: inifile-2.0.2-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild,v 1.1 2013/10/29 23:28:15 mrueg Exp $
57
58 EAPI=5
59
60 USE_RUBY="ruby18 ruby19 ruby20 jruby"
61
62 RUBY_FAKEGEM_TASK_TEST="test"
63
64 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
65 RUBY_FAKEGEM_DOCDIR="doc"
66 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
67
68 inherit ruby-fakegem eutils
69
70 DESCRIPTION="Native Ruby package for reading and writing INI files."
71 HOMEPAGE="https://github.com/TwP/inifile"
72
73 LICENSE="MIT"
74 SLOT="0"
75 KEYWORDS="~amd64"
76 IUSE=""
77
78 each_ruby_test() {
79 ${RUBY} -S testrb test/test_*.rb || die
80 }