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/main: main-4.4.0.ebuild ChangeLog
Date: Fri, 26 Nov 2010 12:24:28
Message-Id: 20101126122419.E3C0D20051@flycatcher.gentoo.org
1 graaff 10/11/26 12:24:19
2
3 Modified: ChangeLog
4 Added: main-4.4.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-ruby/main/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/main/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/main/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/main/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/main/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 27 Jan 2010 07:55:29 -0000 1.5
23 +++ ChangeLog 26 Nov 2010 12:24:19 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/main
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/main/ChangeLog,v 1.5 2010/01/27 07:55:29 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/main/ChangeLog,v 1.6 2010/11/26 12:24:19 graaff Exp $
29 +
30 +*main-4.4.0 (26 Nov 2010)
31 +
32 + 26 Nov 2010; Hans de Graaff <graaff@g.o> +main-4.4.0.ebuild:
33 + Version bump.
34
35 *main-4.2.0-r1 (27 Jan 2010)
36
37
38
39
40 1.1 dev-ruby/main/main-4.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/main/main-4.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/main/main-4.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: main-4.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/main/main-4.4.0.ebuild,v 1.1 2010/11/26 12:24:19 graaff Exp $
50
51 EAPI="2"
52 USE_RUBY="ruby18"
53
54 RUBY_FAKEGEM_TASK_DOC=""
55 RUBY_FAKEGEM_TASK_TEST=""
56
57 RUBY_FAKEGEM_EXTRADOC="README TODO"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="A class factory and dsl for generating command line programs real quick."
62 HOMEPAGE="http://rubyforge.org/projects/codeforpeople"
63
64 LICENSE="Ruby"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="doc test"
68
69 ruby_add_bdepend test "virtual/ruby-test-unit"
70
71 ruby_add_rdepend ">=dev-ruby/fattr-2.1.0
72 >=dev-ruby/arrayfields-4.7.4"
73
74 each_ruby_test() {
75 ${RUBY} test/main.rb || die "Tests failed."
76 }
77
78 all_ruby_install() {
79 all_fakegem_install
80
81 if use doc; then
82 insinto /usr/share/doc/${PF}
83 doins -r samples
84 fi
85 }