Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/builder: ChangeLog builder-3.1.4.ebuild
Date: Mon, 28 Jan 2013 15:16:25
Message-Id: 20130128151622.4E88E2171D@flycatcher.gentoo.org
1 aballier 13/01/28 15:16:22
2
3 Modified: ChangeLog builder-3.1.4.ebuild
4 Log:
5 keyword ~amd64-fbsd
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.81 dev-ruby/builder/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 26 Dec 2012 18:07:29 -0000 1.80
23 +++ ChangeLog 28 Jan 2013 15:16:22 -0000 1.81
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/builder
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.80 2012/12/26 18:07:29 graaff Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.81 2013/01/28 15:16:22 aballier Exp $
30 +
31 + 28 Jan 2013; Alexis Ballier <aballier@g.o> builder-3.1.4.ebuild:
32 + keyword ~amd64-fbsd
33
34 26 Dec 2012; Hans de Graaff <graaff@g.o> builder-3.1.4.ebuild:
35 Move the 3.1.x versions into their own slot, they are not fully compatible.
36
37
38
39 1.3 dev-ruby/builder/builder-3.1.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.1.4.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.1.4.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/builder/builder-3.1.4.ebuild?r1=1.2&r2=1.3
44
45 Index: builder-3.1.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.1.4.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- builder-3.1.4.ebuild 26 Dec 2012 18:07:29 -0000 1.2
52 +++ builder-3.1.4.ebuild 28 Jan 2013 15:16:22 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.1.4.ebuild,v 1.2 2012/12/26 18:07:29 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.1.4.ebuild,v 1.3 2013/01/28 15:16:22 aballier Exp $
59
60 EAPI=5
61 USE_RUBY="ruby18 ruby19 ree18 jruby"
62 @@ -17,7 +17,7 @@
63
64 LICENSE="MIT"
65 SLOT="3.1"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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"
67 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68 IUSE=""
69
70 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"