Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.12.3.ebuild
Date: Thu, 10 Nov 2011 11:57:06
Message-Id: 20111110115655.6972F2004B@flycatcher.gentoo.org
1 naota 11/11/10 11:56:55
2
3 Modified: ChangeLog hoe-2.12.3.ebuild
4 Log:
5 Add ~x86-fbsd
6
7 (Portage version: 2.2.0_alpha72/cvs/FreeBSD i386)
8
9 Revision Changes Path
10 1.124 dev-ruby/hoe/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.124&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.124&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.123&r2=1.124
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
19 retrieving revision 1.123
20 retrieving revision 1.124
21 diff -u -r1.123 -r1.124
22 --- ChangeLog 12 Sep 2011 18:38:27 -0000 1.123
23 +++ ChangeLog 10 Nov 2011 11:56:55 -0000 1.124
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/hoe
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.123 2011/09/12 18:38:27 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.124 2011/11/10 11:56:55 naota Exp $
29 +
30 + 10 Nov 2011; Naohiro Aota <naota@g.o> hoe-2.12.3.ebuild:
31 + Add ~x86-fbsd
32
33 12 Sep 2011; Hans de Graaff <graaff@g.o> hoe-2.12.3.ebuild:
34 Depend on rdoc gem since the code explicitly requires it now. Fixes 381233.
35
36
37
38 1.3 dev-ruby/hoe/hoe-2.12.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild?r1=1.2&r2=1.3
43
44 Index: hoe-2.12.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- hoe-2.12.3.ebuild 12 Sep 2011 18:38:27 -0000 1.2
51 +++ hoe-2.12.3.ebuild 10 Nov 2011 11:56:55 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.2 2011/09/12 18:38:27 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.3.ebuild,v 1.3 2011/11/10 11:56:55 naota Exp $
57
58 EAPI=2
59 USE_RUBY="ruby18 ree18 ruby19 jruby"
60 @@ -19,7 +19,7 @@
61
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
65 +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 ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"