Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fcgi: fcgi-0.9.2.1.ebuild ChangeLog
Date: Sat, 05 Jul 2014 12:51:30
Message-Id: 20140705125127.ACBFD2004E@flycatcher.gentoo.org
1 ago 14/07/05 12:51:27
2
3 Modified: fcgi-0.9.2.1.ebuild ChangeLog
4 Log:
5 Stable for ppc64, wrt bug #513052
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.10 dev-ruby/fcgi/fcgi-0.9.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.9&r2=1.10
15
16 Index: fcgi-0.9.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- fcgi-0.9.2.1.ebuild 1 Jul 2014 14:08:02 -0000 1.9
23 +++ fcgi-0.9.2.1.ebuild 5 Jul 2014 12:51:27 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.9 2014/07/01 14:08:02 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.10 2014/07/05 12:51:27 ago Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20 jruby"
32 @@ -15,7 +15,7 @@
33 DESCRIPTION="FastCGI library for Ruby"
34 HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng"
35
36 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
38 LICENSE="Ruby"
39
40 DEPEND+=" dev-libs/fcgi"
41
42
43
44 1.18 dev-ruby/fcgi/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 1 Jul 2014 14:08:02 -0000 1.17
57 +++ ChangeLog 5 Jul 2014 12:51:27 -0000 1.18
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/fcgi
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.17 2014/07/01 14:08:02 klausman Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.18 2014/07/05 12:51:27 ago Exp $
63 +
64 + 05 Jul 2014; Agostino Sarubbo <ago@g.o> fcgi-0.9.2.1.ebuild:
65 + Stable for ppc64, wrt bug #513052
66
67 01 Jul 2014; Tobias Klausmann <klausman@g.o> fcgi-0.9.2.1.ebuild:
68 Stable on alpha, bug #497490