Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php-pear-r1.eclass
Date: Thu, 08 Nov 2007 16:07:30
Message-Id: E1Iq9ud-000290-Be@stork.gentoo.org
1 jokey 07/11/08 16:07:23
2
3 Modified: php-pear-r1.eclass
4 Log:
5 Make the eclass handle alpha versions as well
6
7 Revision Changes Path
8 1.19 eclass/php-pear-r1.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-pear-r1.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-pear-r1.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php-pear-r1.eclass?r1=1.18&r2=1.19
13
14 Index: php-pear-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- php-pear-r1.eclass 22 Oct 2007 22:55:04 -0000 1.18
21 +++ php-pear-r1.eclass 8 Nov 2007 16:07:22 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.18 2007/10/22 22:55:04 jokey Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.19 2007/11/08 16:07:22 jokey Exp $
27 #
28 # Author: Tal Peer <coredumb@g.o>
29 # Author: Luca Longinotti <chtekk@g.o>
30 @@ -31,12 +31,13 @@
31 tmp="${tmp/_/}"
32 tmp="${tmp/rc/RC}"
33 tmp="${tmp/beta/b}"
34 + tmp="${tmp/alpha/a}"
35 PEAR_PV="${tmp}"
36 }
37
38 # @ECLASS-VARIABLE: PEAR_PV
39 # @DESCRIPTION:
40 -# Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for beta/rc versions
41 +# Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for alpha/beta/rc versions
42 [[ -z "${PEAR_PV}" ]] && fix_PEAR_PV
43
44 PEAR_PN="${PHP_PEAR_PKG_NAME}-${PEAR_PV}"
45
46
47
48 --
49 gentoo-commits@g.o mailing list