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.ebuild
Date: Sat, 24 Apr 2010 07:54:23
Message-Id: 20100424075419.77D802C04C@corvid.gentoo.org
1 graaff 10/04/24 07:54:19
2
3 Modified: ChangeLog
4 Added: hoe-2.6.0.ebuild
5 Log:
6 Version bump. Minor enhancements and bug fixes.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.73 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 16 Feb 2010 07:49:35 -0000 1.72
23 +++ ChangeLog 24 Apr 2010 07:54:19 -0000 1.73
24 @@ -1,6 +1,11 @@
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.72 2010/02/16 07:49:35 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.73 2010/04/24 07:54:19 graaff Exp $
29 +
30 +*hoe-2.6.0 (24 Apr 2010)
31 +
32 + 24 Apr 2010; Hans de Graaff <graaff@g.o> +hoe-2.6.0.ebuild:
33 + Version bump. Minor enhancements and bug fixes.
34
35 16 Feb 2010; Jonathan Callen <abcd@g.o> hoe-2.5.0.ebuild:
36 Add ~x64-macos for bug 305355
37
38
39
40 1.1 dev-ruby/hoe/hoe-2.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hoe-2.6.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/hoe/hoe-2.6.0.ebuild,v 1.1 2010/04/24 07:54:19 graaff Exp $
50
51 EAPI=2
52 USE_RUBY="ruby18 ruby19 jruby"
53
54 RUBY_FAKEGEM_TASK_DOC="docs"
55
56 RUBY_FAKEGEM_DOCDIR="doc"
57 RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
58
59 RUBY_FAKEGEM_EXTRAINSTALL="template"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Hoe extends rake to provide full project automation."
64 HOMEPAGE="http://seattlerb.rubyforge.org/"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
69 IUSE=""
70
71 # - also requires dev-ruby/hoe-seattlerb for 1.9;
72 # - dev-ruby/gemcutter is an optional dependency at both runtime and
73 # test-time, at least for us;
74 # - rubyforge is loaded at runtime when needed, so we don't strictly
75 # depend on it at runtime, but we need it for tests (for now);
76 ruby_add_bdepend test "virtual/ruby-minitest >=dev-ruby/rubyforge-2.0.3"
77
78 ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
79
80 all_ruby_prepare() {
81 # This file is expected by the documentation rake task
82 mkdir "${WORKDIR}/../homedir/.rubyforge" || die
83 touch "${WORKDIR}/../homedir/.rubyforge/user-config.yml" || die
84 }