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.6.0-r1.ebuild
Date: Sun, 09 May 2010 11:32:05
Message-Id: 20100509113159.729362C438@corvid.gentoo.org
1 graaff 10/05/09 11:31:59
2
3 Modified: ChangeLog
4 Added: hoe-2.6.0-r1.ebuild
5 Log:
6 Don't require rubyforge to be configured. Applied patch from Fedora by Mamoru Tasaka, fixing bug 317881.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.75 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 26 Apr 2010 05:29:14 -0000 1.74
23 +++ ChangeLog 9 May 2010 11:31:59 -0000 1.75
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.74 2010/04/26 05:29:14 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.75 2010/05/09 11:31:59 graaff Exp $
29 +
30 +*hoe-2.6.0-r1 (09 May 2010)
31 +
32 + 09 May 2010; Hans de Graaff <graaff@g.o> +hoe-2.6.0-r1.ebuild,
33 + +files/hoe-2.6.0-rubyforge-without-account.patch:
34 + Don't require rubyforge to be configured. Applied patch from Fedora by
35 + Mamoru Tasaka, fixing bug 317881.
36
37 26 Apr 2010; Hans de Graaff <graaff@g.o> hoe-2.6.0.ebuild:
38 Provide user-config file in those phases that need it. Use proper path for
39
40
41
42 1.1 dev-ruby/hoe/hoe-2.6.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.6.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.6.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hoe-2.6.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/hoe/hoe-2.6.0-r1.ebuild,v 1.1 2010/05/09 11:31:59 graaff 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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
71 IUSE=""
72
73 RUBY_PATCHES="${P}-rubyforge-without-account.patch"
74
75 # - also requires dev-ruby/hoe-seattlerb for 1.9;
76 # - dev-ruby/gemcutter is an optional dependency at both runtime and
77 # test-time, at least for us;
78 # - rubyforge is loaded at runtime when needed, so we don't strictly
79 # depend on it at runtime, but we need it for tests (for now);
80 ruby_add_bdepend test "virtual/ruby-minitest >=dev-ruby/rubyforge-2.0.3"
81
82 ruby_add_rdepend ">=dev-ruby/rake-0.8.7"