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/markaby: markaby-0.5.ebuild ChangeLog
Date: Mon, 04 Jan 2010 11:29:27
Message-Id: E1NRl7l-0003fr-11@stork.gentoo.org
1 fauli 10/01/04 11:29:25
2
3 Modified: markaby-0.5.ebuild ChangeLog
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 dev-ruby/markaby/markaby-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/markaby/markaby-0.5.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/markaby/markaby-0.5.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/markaby/markaby-0.5.ebuild?r1=1.4&r2=1.5
14
15 Index: markaby-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/markaby/markaby-0.5.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- markaby-0.5.ebuild 12 Jul 2009 07:17:32 -0000 1.4
22 +++ markaby-0.5.ebuild 4 Jan 2010 11:29:24 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
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/markaby/markaby-0.5.ebuild,v 1.4 2009/07/12 07:17:32 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/markaby/markaby-0.5.ebuild,v 1.5 2010/01/04 11:29:24 fauli Exp $
29
30 inherit ruby gems
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="amd64 ~ia64 ppc64 ~x86"
37 +KEYWORDS="amd64 ~ia64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
38 IUSE=""
39
40 DEPEND=">=dev-lang/ruby-1.8.2
41
42
43
44 1.13 dev-ruby/markaby/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/markaby/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/markaby/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/markaby/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/markaby/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 12 Jul 2009 07:17:32 -0000 1.12
57 +++ ChangeLog 4 Jan 2010 11:29:24 -0000 1.13
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/markaby
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/markaby/ChangeLog,v 1.12 2009/07/12 07:17:32 graaff Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/markaby/ChangeLog,v 1.13 2010/01/04 11:29:24 fauli Exp $
64 +
65 + 04 Jan 2010; Christian Faulhammer <fauli@g.o> markaby-0.5.ebuild:
66 + Transfer Prefix keywords
67
68 12 Jul 2009; Hans de Graaff <graaff@g.o> markaby-0.5.ebuild:
69 Fix builder dependency to match the gem dependency. Fixes #227059.