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-seattlerb: hoe-seattlerb-1.2.4.ebuild ChangeLog
Date: Sun, 02 Jan 2011 10:20:06
Message-Id: 20110102101955.5FE7420054@flycatcher.gentoo.org
1 graaff 11/01/02 10:19:55
2
3 Modified: ChangeLog
4 Added: hoe-seattlerb-1.2.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 dev-ruby/hoe-seattlerb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 27 Dec 2010 21:04:13 -0000 1.17
24 +++ ChangeLog 2 Jan 2011 10:19:55 -0000 1.18
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/hoe-seattlerb
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.17 2010/12/27 21:04:13 grobian Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.18 2011/01/02 10:19:55 graaff Exp $
31 +
32 +*hoe-seattlerb-1.2.4 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Hans de Graaff <graaff@g.o>
35 + +hoe-seattlerb-1.2.4.ebuild:
36 + Version bump.
37
38 27 Dec 2010; Fabian Groffen <grobian@g.o>
39 hoe-seattlerb-1.2.2-r1.ebuild:
40
41
42
43 1.1 dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hoe-seattlerb-1.2.4.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild,v 1.1 2011/01/02 10:19:55 graaff Exp $
53
54 EAPI=2
55 USE_RUBY="ruby18 ree18 ruby19 jruby"
56
57 # no tests present
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 RUBY_FAKEGEM_TASK_DOC="docs"
61 RUBY_FAKEGEM_DOCDIR="doc"
62 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Hoe plugins providing tasks used by seattle.rb"
67 HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
72 IUSE=""
73
74 ruby_add_rdepend '>=dev-ruby/hoe-2.8.0 >=dev-ruby/minitest-2.0.0'
75 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.2.3 )"