Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/inifile: metadata.xml inifile-0.4.1.ebuild ChangeLog
Date: Thu, 29 Dec 2011 00:48:57
Message-Id: 20111229004837.AB0002004B@flycatcher.gentoo.org
1 flameeyes 11/12/29 00:48:37
2
3 Added: metadata.xml inifile-0.4.1.ebuild ChangeLog
4 Log:
5 Initial import of ebuild for .ini file reading.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/inifile/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ruby</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-ruby/inifile/inifile-0.4.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-0.4.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-0.4.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: inifile-0.4.1.ebuild
31 ===================================================================
32 # Copyright 1999-2011 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-0.4.1.ebuild,v 1.1 2011/12/29 00:48:37 flameeyes Exp $
35
36 EAPI="4"
37
38 USE_RUBY="ruby18 ree18 ruby19"
39
40 RUBY_FAKEGEM_TASK_TEST="test"
41
42 RUBY_FAKEGEM_TASK_DOC="doc"
43 RUBY_FAKEGEM_DOCDIR="doc"
44 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
45
46 inherit ruby-fakegem eutils
47
48 DESCRIPTION="Native Ruby package for reading and writing INI files."
49 HOMEPAGE="http://github.com/jtrupiano/timecop"
50
51 LICENSE="MIT"
52 SLOT="0"
53 KEYWORDS="~amd64"
54 IUSE=""
55
56 ruby_add_bdepend "
57 doc? ( dev-ruby/bones )
58 test? ( dev-ruby/bones )
59 "
60
61
62
63 1.1 dev-ruby/inifile/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for dev-ruby/inifile
71 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.1 2011/12/29 00:48:37 flameeyes Exp $
73
74 *inifile-0.4.1 (29 Dec 2011)
75
76 29 Dec 2011; Diego E. Pettenò <flameeyes@g.o> +inifile-0.4.1.ebuild,
77 +metadata.xml:
78 Initial import of ebuild for .ini file reading.