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/litc: ChangeLog litc-1.0.2-r1.ebuild litc-1.0.2.ebuild
Date: Tue, 16 Feb 2010 20:38:41
Message-Id: E1NhUBp-00013H-Sb@stork.gentoo.org
1 flameeyes 10/02/16 20:38:37
2
3 Modified: ChangeLog
4 Added: litc-1.0.2-r1.ebuild
5 Removed: litc-1.0.2.ebuild
6 Log:
7 Fix litc to work properly.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-ruby/litc/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/litc/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/litc/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/litc/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 12 Feb 2010 10:57:08 -0000 1.2
24 +++ ChangeLog 16 Feb 2010 20:38:37 -0000 1.3
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/litc
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.2 2010/02/12 10:57:08 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.3 2010/02/16 20:38:37 flameeyes Exp $
30 +
31 +*litc-1.0.2-r1 (16 Feb 2010)
32 +
33 + 16 Feb 2010; Diego E. Pettenò <flameeyes@g.o> -litc-1.0.2.ebuild,
34 + +litc-1.0.2-r1.ebuild, +files/litc-1.0.2-fixes.patch,
35 + -files/litc-1.0.2-tests.patch:
36 + Fix litc to work properly.
37
38 12 Feb 2010; Diego E. Pettenò <flameeyes@g.o> litc-1.0.2.ebuild:
39 Add ~x86 keyword (tested in development container).
40
41
42
43 1.1 dev-ruby/litc/litc-1.0.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/litc/litc-1.0.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/litc/litc-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: litc-1.0.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.2-r1.ebuild,v 1.1 2010/02/16 20:38:37 flameeyes Exp $
53
54 EAPI=2
55 USE_RUBY="ruby18 jruby"
56
57 RUBY_FAKEGEM_TASK_DOC="rerdoc"
58 RUBY_FAKEGEM_DOCDIR="rdoc"
59 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="A tiny ruby module for Amazon EC2 intance metadata"
64 HOMEPAGE="http://github.com/bkaney/litc"
65
66 IUSE=""
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70
71 ruby_add_bdepend test "dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/ruby-debug"
72
73 all_ruby_prepare() {
74 epatch "${FILESDIR}"/${P}-fixes.patch
75 }