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