Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild
Date: Mon, 04 Jan 2010 11:06:28
Message-Id: E1NRklV-0002Nv-SY@stork.gentoo.org
1 fauli 10/01/04 11:06:25
2
3 Modified: ChangeLog bluecloth-2.0.5-r1.ebuild
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.28 dev-ruby/bluecloth/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 22 Dec 2009 19:04:26 -0000 1.27
22 +++ ChangeLog 4 Jan 2010 11:06:25 -0000 1.28
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ruby/bluecloth
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.27 2009/12/22 19:04:26 ranger Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.28 2010/01/04 11:06:25 fauli Exp $
29 +
30 + 04 Jan 2010; Christian Faulhammer <fauli@g.o>
31 + bluecloth-2.0.5-r1.ebuild:
32 + Transfer Prefix keywords
33
34 22 Dec 2009; Brent Baude <ranger@g.o> bluecloth-2.0.5.ebuild:
35 stable ppc64, bug 283020
36
37
38
39 1.2 dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: bluecloth-2.0.5-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- bluecloth-2.0.5-r1.ebuild 15 Dec 2009 15:09:31 -0000 1.1
52 +++ bluecloth-2.0.5-r1.ebuild 4 Jan 2010 11:06:25 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.1 2009/12/15 15:09:31 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.2 2010/01/04 11:06:25 fauli Exp $
59
60 EAPI=2
61 USE_RUBY="ruby18 ruby19"
62 @@ -13,7 +13,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~amd64"
67 +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
68 IUSE=""
69
70 ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1"