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/hoe: ChangeLog hoe-2.5.0.ebuild
Date: Thu, 07 Jan 2010 20:08:11
Message-Id: E1NSydG-0006xP-D8@stork.gentoo.org
1 flameeyes 10/01/07 20:06:58
2
3 Modified: ChangeLog
4 Added: hoe-2.5.0.ebuild
5 Log:
6 Version bump, rubyforge is no longer needed at runtime either. Tests needed some fixing though.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.69 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 6 Jan 2010 18:48:13 -0000 1.68
23 +++ ChangeLog 7 Jan 2010 20:06:57 -0000 1.69
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-ruby/hoe
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.68 2010/01/06 18:48:13 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.69 2010/01/07 20:06:57 flameeyes Exp $
29 +
30 +*hoe-2.5.0 (07 Jan 2010)
31 +
32 + 07 Jan 2010; Diego E. Pettenò <flameeyes@g.o> +hoe-2.5.0.ebuild,
33 + +files/hoe-2.5.0-tests.patch:
34 + Version bump, rubyforge is no longer needed at runtime either. Tests
35 + needed some fixing though.
36
37 06 Jan 2010; Raúl Porcel <armin76@g.o> hoe-2.4.0.ebuild:
38 Add ~ia64/~sparc
39
40
41
42 1.1 dev-ruby/hoe/hoe-2.5.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.5.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hoe-2.5.0.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/hoe/hoe-2.5.0.ebuild,v 1.1 2010/01/07 20:06:57 flameeyes Exp $
52
53 EAPI=2
54 USE_RUBY="ruby18 ruby19 jruby"
55
56 RUBY_FAKEGEM_TASK_DOC="docs"
57
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
60
61 RUBY_FAKEGEM_EXTRAINSTALL="template"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Hoe extends rake to provide full project automation."
66 HOMEPAGE="http://seattlerb.rubyforge.org/"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
71 IUSE=""
72
73 # - also requires dev-ruby/hoe-seattlerb for 1.9;
74 # - dev-ruby/gemcutter is an optional dependency at both runtime and
75 # test-time, at least for us;
76 # - rubyforge is loaded at runtime when needed, so we don't strictly
77 # depend on it at runtime, but we need it for tests (for now);
78 ruby_add_bdepend test "virtual/ruby-minitest >=dev-ruby/rubyforge-2.0.3"
79
80 ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
81
82 all_ruby_prepare() {
83 epatch "${FILESDIR}"/${P}-tests.patch
84 }