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-3.9.0.ebuild
Date: Sat, 01 Mar 2014 07:59:30
Message-Id: 20140301075926.8C2992004B@flycatcher.gentoo.org
1 graaff 14/03/01 07:59:26
2
3 Modified: ChangeLog
4 Added: hoe-3.9.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.149 dev-ruby/hoe/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.149&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.149&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.148&r2=1.149
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
20 retrieving revision 1.148
21 retrieving revision 1.149
22 diff -u -r1.148 -r1.149
23 --- ChangeLog 1 Feb 2014 01:29:30 -0000 1.148
24 +++ ChangeLog 1 Mar 2014 07:59:26 -0000 1.149
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/hoe
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.148 2014/02/01 01:29:30 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.149 2014/03/01 07:59:26 graaff Exp $
30 +
31 +*hoe-3.9.0 (01 Mar 2014)
32 +
33 + 01 Mar 2014; Hans de Graaff <graaff@g.o> +hoe-3.9.0.ebuild:
34 + Version bump.
35
36 01 Feb 2014; Akinori Hattori <hattya@g.o> hoe-2.13.0-r1.ebuild:
37 ia64 stable wrt bug #490180
38
39
40
41 1.1 dev-ruby/hoe/hoe-3.9.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-3.9.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-3.9.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hoe-3.9.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-3.9.0.ebuild,v 1.1 2014/03/01 07:59:26 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
70 IUSE=""
71
72 ruby_add_bdepend "test? ( dev-ruby/minitest )"
73
74 ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-3.10"
75
76 all_ruby_prepare() {
77 # Skip isolation
78 sed -i -e '/isolate/ s:^:#:' Rakefile || die
79
80 # Skip test depending on specifics of gem command name
81 sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
82 }
83
84 all_ruby_compile() {
85 all_fakegem_compile
86
87 rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt
88 }