Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Auth: PEAR-Auth-1.6.4.ebuild ChangeLog
Date: Mon, 20 May 2013 06:24:12
Message-Id: 20130520062407.B01F32171D@flycatcher.gentoo.org
1 olemarkus 13/05/20 06:24:07
2
3 Modified: PEAR-Auth-1.6.4.ebuild ChangeLog
4 Log:
5 Fix bad dependency for ppc64
6
7 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
8
9 Revision Changes Path
10 1.9 dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild?r1=1.8&r2=1.9
15
16 Index: PEAR-Auth-1.6.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- PEAR-Auth-1.6.4.ebuild 1 Apr 2012 18:17:37 -0000 1.8
23 +++ PEAR-Auth-1.6.4.ebuild 20 May 2013 06:24:07 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild,v 1.8 2012/04/01 18:17:37 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild,v 1.9 2013/05/20 06:24:07 olemarkus Exp $
30
31 EAPI="4"
32 inherit php-pear-r1
33 @@ -8,7 +8,7 @@
34 DESCRIPTION="Provides methods for creating an authentication system using PHP."
35 LICENSE="PHP-3.01"
36 SLOT="0"
37 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
38 +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
39 IUSE="minimal"
40 RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10
41 >=dev-php/PEAR-File_Passwd-1.1.0
42
43
44
45 1.54 dev-php/PEAR-Auth/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth/ChangeLog?rev=1.54&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth/ChangeLog?rev=1.54&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Auth/ChangeLog?r1=1.53&r2=1.54
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v
54 retrieving revision 1.53
55 retrieving revision 1.54
56 diff -u -r1.53 -r1.54
57 --- ChangeLog 9 Jun 2012 14:36:35 -0000 1.53
58 +++ ChangeLog 20 May 2013 06:24:07 -0000 1.54
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-php/PEAR-Auth
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.53 2012/06/09 14:36:35 mabi Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.54 2013/05/20 06:24:07 olemarkus Exp $
65 +
66 + 20 May 2013; Ole Markus With <olemarkus@g.o> PEAR-Auth-1.6.4.ebuild:
67 + Fix bad dependency for ppc64
68
69 09 Jun 2012; Matti Bickel <mabi@g.o> -PEAR-Auth-1.5.4.ebuild:
70 remove old
71 @@ -206,4 +209,3 @@
72
73 16 Feb 2005; Sebastian Bergmann <sebastian@g.o> :
74 Initial ebuild for the Auth PEAR package, closes bug 73508.
75 -