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/transaction-simple: ChangeLog transaction-simple-1.4.0-r1.ebuild
Date: Sat, 26 Jun 2010 19:14:54
Message-Id: 20100626191451.61DC52CF7E@corvid.gentoo.org
1 graaff 10/06/26 19:14:51
2
3 Modified: ChangeLog
4 Added: transaction-simple-1.4.0-r1.ebuild
5 Log:
6 Convert to ruby-fakegem.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-ruby/transaction-simple/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 7 Aug 2009 17:28:31 -0000 1.16
23 +++ ChangeLog 26 Jun 2010 19:14:51 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/transaction-simple
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.16 2009/08/07 17:28:31 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/transaction-simple/ChangeLog,v 1.17 2010/06/26 19:14:51 graaff Exp $
30 +
31 +*transaction-simple-1.4.0-r1 (26 Jun 2010)
32 +
33 + 26 Jun 2010; Hans de Graaff <graaff@g.o>
34 + +transaction-simple-1.4.0-r1.ebuild:
35 + Convert to ruby-fakegem.
36
37 07 Aug 2009; Hans de Graaff <graaff@g.o>
38 -transaction-simple-1.3.0.ebuild:
39
40
41
42 1.1 dev-ruby/transaction-simple/transaction-simple-1.4.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/transaction-simple/transaction-simple-1.4.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: transaction-simple-1.4.0-r1.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/transaction-simple/transaction-simple-1.4.0-r1.ebuild,v 1.1 2010/06/26 19:14:51 graaff Exp $
52
53 EAPI=2
54 USE_RUBY="ruby18"
55
56 RUBY_FAKEGEM_TASK_DOC="docs"
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="History.txt Readme.txt"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Provides transaction support at the object level"
63 HOMEPAGE="http://rubyforge.org/projects/trans-simple/"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
68 IUSE=""
69
70 ruby_add_bdepend "test? ( dev-ruby/hoe ) doc? ( dev-ruby/hoe )"