Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/haml: haml-2.2.17.ebuild ChangeLog haml-2.2.16.ebuild
Date: Mon, 25 Jan 2010 17:14:32
Message-Id: E1NZSWD-0006dx-Pu@stork.gentoo.org
1 flameeyes 10/01/25 17:14:29
2
3 Modified: haml-2.2.17.ebuild ChangeLog
4 Removed: haml-2.2.16.ebuild
5 Log:
6 Add ~x86 keyword (tested on development container) and remove old version (with broken tests).
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/haml/haml-2.2.17.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild?r1=1.1&r2=1.2
15
16 Index: haml-2.2.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- haml-2.2.17.ebuild 21 Jan 2010 11:13:14 -0000 1.1
23 +++ haml-2.2.17.ebuild 25 Jan 2010 17:14:29 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild,v 1.1 2010/01/21 11:13:14 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.17.ebuild,v 1.2 2010/01/25 17:14:29 flameeyes Exp $
29
30 EAPI=2
31
32 @@ -18,7 +18,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~ppc64"
37 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
38
39 # TODO: haml has some emacs modes that it could be installing, in case
40 IUSE=""
41
42
43
44 1.34 dev-ruby/haml/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.34&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.34&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.33&r2=1.34
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
53 retrieving revision 1.33
54 retrieving revision 1.34
55 diff -u -r1.33 -r1.34
56 --- ChangeLog 21 Jan 2010 11:13:14 -0000 1.33
57 +++ ChangeLog 25 Jan 2010 17:14:29 -0000 1.34
58 @@ -1,6 +1,11 @@
59 # ChangeLog for dev-ruby/haml
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.33 2010/01/21 11:13:14 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.34 2010/01/25 17:14:29 flameeyes Exp $
63 +
64 + 25 Jan 2010; Diego E. Pettenò <flameeyes@g.o> -haml-2.2.16.ebuild,
65 + haml-2.2.17.ebuild:
66 + Add ~x86 keyword (tested on development container) and remove old version
67 + (with broken tests).
68
69 *haml-2.2.17 (21 Jan 2010)