Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Structures_Graph: PEAR-Structures_Graph-1.0.2.ebuild
Date: Mon, 05 Oct 2009 18:14:43
Message-Id: E1Mus53-00040O-Jx@stork.gentoo.org
1 beandog 09/10/05 18:14:41
2
3 Modified: PEAR-Structures_Graph-1.0.2.ebuild
4 Log:
5 Fix PEAR dependencies, bug 286062
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild?r1=1.1&r2=1.2
14
15 Index: PEAR-Structures_Graph-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- PEAR-Structures_Graph-1.0.2.ebuild 23 Sep 2009 02:48:36 -0000 1.1
22 +++ PEAR-Structures_Graph-1.0.2.ebuild 5 Oct 2009 18:14:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild,v 1.1 2009/09/23 02:48:36 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.2.ebuild,v 1.2 2009/10/05 18:14:41 beandog Exp $
28
29 MY_PN="${PN/PEAR-/}"
30 MY_P="${MY_PN}-${PV}"
31 @@ -14,6 +14,7 @@
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 IUSE=""
34 SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
35 +DEPEND=">=dev-php/PEAR-PEAR-1.8.1"
36 PDEPEND="dev-php/pear"
37 HOMEPAGE="http://pear.php.net/package/Structures_Graph"