Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rack-cache: ChangeLog rack-cache-1.2.ebuild
Date: Thu, 27 Sep 2012 09:41:00
Message-Id: 20120927094050.C912521600@flycatcher.gentoo.org
1 ssuominen 12/09/27 09:40:50
2
3 Modified: ChangeLog rack-cache-1.2.ebuild
4 Log:
5 Keyword ~ppc wrt #385887
6
7 (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-ruby/rack-cache/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-cache/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-cache/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-cache/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 31 Jul 2012 05:52:48 -0000 1.11
23 +++ ChangeLog 27 Sep 2012 09:40:50 -0000 1.12
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/rack-cache
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v 1.11 2012/07/31 05:52:48 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/ChangeLog,v 1.12 2012/09/27 09:40:50 ssuominen Exp $
29 +
30 + 27 Sep 2012; Samuli Suominen <ssuominen@g.o> rack-cache-1.2.ebuild:
31 + Keyword ~ppc wrt #385887
32
33 31 Jul 2012; Hans de Graaff <graaff@g.o> -rack-cache-1.0.3.ebuild,
34 -rack-cache-1.1.ebuild:
35
36
37
38 1.3 dev-ruby/rack-cache/rack-cache-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild?r1=1.2&r2=1.3
43
44 Index: rack-cache-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- rack-cache-1.2.ebuild 1 May 2012 18:24:02 -0000 1.2
51 +++ rack-cache-1.2.ebuild 27 Sep 2012 09:40:50 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild,v 1.2 2012/05/01 18:24:02 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild,v 1.3 2012/09/27 09:40:50 ssuominen Exp $
57
58 EAPI=4
59 USE_RUBY="ruby18 ruby19 ree18"
60 @@ -19,7 +19,7 @@
61
62 LICENSE="MIT"
63 SLOT="$(get_version_component_range 1-2)"
64 -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 ruby_add_rdepend "dev-ruby/rack"