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/hoe: ChangeLog hoe-2.9.0.ebuild
Date: Wed, 02 Feb 2011 07:06:26
Message-Id: 20110202070615.DB75F20054@flycatcher.gentoo.org
1 graaff 11/02/02 07:06:15
2
3 Modified: ChangeLog
4 Added: hoe-2.9.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.103 dev-ruby/hoe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.103&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.103&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.102&r2=1.103
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
20 retrieving revision 1.102
21 retrieving revision 1.103
22 diff -u -r1.102 -r1.103
23 --- ChangeLog 16 Jan 2011 09:48:22 -0000 1.102
24 +++ ChangeLog 2 Feb 2011 07:06:15 -0000 1.103
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/hoe
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.102 2011/01/16 09:48:22 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.103 2011/02/02 07:06:15 graaff Exp $
30 +
31 +*hoe-2.9.0 (02 Feb 2011)
32 +
33 + 02 Feb 2011; Hans de Graaff <graaff@g.o> +hoe-2.9.0.ebuild:
34 + Version bump.
35
36 16 Jan 2011; Markos Chandras <hwoarang@g.o> hoe-2.6.0-r1.ebuild:
37 Stable on amd64 wrt bug #333947
38
39
40
41 1.1 dev-ruby/hoe/hoe-2.9.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.9.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.9.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hoe-2.9.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.9.0.ebuild,v 1.1 2011/02/02 07:06:15 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC="docs"
56
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
59
60 RUBY_FAKEGEM_EXTRAINSTALL="template"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Hoe extends rake to provide full project automation."
65 HOMEPAGE="http://seattlerb.rubyforge.org/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
70 IUSE=""
71
72 #RUBY_PATCHES=( "${P}-test-file-ordering.patch" )
73
74 # - also requires dev-ruby/hoe-seattlerb for 1.9;
75 # - dev-ruby/gemcutter is an optional dependency at both runtime and
76 # test-time, at least for us;
77 # - rubyforge is loaded at runtime when needed, so we don't strictly
78 # depend on it at runtime, but we need it for tests (for now);
79 ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
80
81 ruby_add_rdepend ">=dev-ruby/rake-0.8.7"