Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe-seattlerb: hoe-seattlerb-1.3.2-r1.ebuild ChangeLog hoe-seattlerb-1.2.9.ebuild hoe-seattlerb-1.3.1.ebuild
Date: Fri, 04 Oct 2013 16:05:24
Message-Id: 20131004160459.42B612004C@flycatcher.gentoo.org
1 mrueg 13/10/04 16:04:59
2
3 Modified: ChangeLog
4 Added: hoe-seattlerb-1.3.2-r1.ebuild
5 Removed: hoe-seattlerb-1.2.9.ebuild
6 hoe-seattlerb-1.3.1.ebuild
7 Log:
8 Add ruby20 target. Fix USE=doc. Drop old.
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
11
12 Revision Changes Path
13 1.50 dev-ruby/hoe-seattlerb/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog?rev=1.50&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog?rev=1.50&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog?r1=1.49&r2=1.50
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v
22 retrieving revision 1.49
23 retrieving revision 1.50
24 diff -u -r1.49 -r1.50
25 --- ChangeLog 25 Jul 2013 14:51:46 -0000 1.49
26 +++ ChangeLog 4 Oct 2013 16:04:59 -0000 1.50
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-ruby/hoe-seattlerb
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.49 2013/07/25 14:51:46 mrueg Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.50 2013/10/04 16:04:59 mrueg Exp $
32 +
33 +*hoe-seattlerb-1.3.2-r1 (04 Oct 2013)
34 +
35 + 04 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +hoe-seattlerb-1.3.2-r1.ebuild,
36 + -hoe-seattlerb-1.2.9.ebuild, -hoe-seattlerb-1.3.1.ebuild:
37 + Add ruby20 target. Fix USE=doc. Drop old.
38
39 *hoe-seattlerb-1.3.2 (25 Jul 2013)
40
41
42
43
44 1.1 dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: hoe-seattlerb-1.3.2-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.2-r1.ebuild,v 1.1 2013/10/04 16:04:59 mrueg Exp $
54
55 EAPI=5
56 USE_RUBY="ruby18 ruby19 ruby20 jruby"
57
58 # no tests present
59 RUBY_FAKEGEM_TASK_TEST=""
60
61 RUBY_FAKEGEM_TASK_DOC="docs"
62 RUBY_FAKEGEM_DOCDIR="doc"
63 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="Hoe plugins providing tasks used by seattle.rb"
68 HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
73 IUSE=""
74
75 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.12 )"
76
77 all_ruby_prepare() {
78 # Not a real fix, but otherwise USE="doc" breaks and defaulte license is MIT
79 sed -i -e "/license/d" Rakefile || die
80 }