Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/php-openid: ChangeLog php-openid-2.1.3.ebuild
Date: Sat, 02 Jan 2010 23:27:01
Message-Id: E1NRDN5-0003F0-KI@stork.gentoo.org
1 yngwin 10/01/02 23:26:59
2
3 Modified: ChangeLog php-openid-2.1.3.ebuild
4 Log:
5 Old-style virtuals can't take use deps
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-php/php-openid/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/php-openid/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/php-openid/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/php-openid/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 1 Jan 2010 21:38:07 -0000 1.1
22 +++ ChangeLog 2 Jan 2010 23:26:59 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-php/php-openid
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.1 2010/01/01 21:38:07 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.2 2010/01/02 23:26:59 yngwin Exp $
28 +
29 + 02 Jan 2010; Ben de Groot <yngwin@g.o> php-openid-2.1.3.ebuild:
30 + Old-style virtuals can't take use deps
31
32 *php-openid-2.1.3 (01 Jan 2010)
33
34
35
36
37 1.2 dev-php/php-openid/php-openid-2.1.3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild?r1=1.1&r2=1.2
42
43 Index: php-openid-2.1.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- php-openid-2.1.3.ebuild 1 Jan 2010 21:38:07 -0000 1.1
50 +++ php-openid-2.1.3.ebuild 2 Jan 2010 23:26:59 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v 1.1 2010/01/01 21:38:07 yngwin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v 1.2 2010/01/02 23:26:59 yngwin Exp $
56
57 EAPI="2"
58 inherit php-lib-r1
59 @@ -16,8 +16,8 @@
60 IUSE="examples"
61
62 DEPEND=""
63 -RDEPEND="|| ( virtual/php[bcmath] virtual/php[gmp] )
64 - virtual/php[curl]"
65 +RDEPEND="|| ( dev-lang/php[bcmath] dev-lang/php[gmp] )
66 + dev-lang/php[curl]"
67
68 src_install() {
69 cd "${S}"/Auth