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 eclass: php-ext-source-r2.eclass
Date: Wed, 01 Aug 2012 10:55:40
Message-Id: 20120801105530.02F8A2004B@flycatcher.gentoo.org
1 olemarkus 12/08/01 10:55:29
2
3 Modified: php-ext-source-r2.eclass
4 Log:
5 Typo. Bug 426288
6
7 Revision Changes Path
8 1.28 eclass/php-ext-source-r2.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r2.eclass?r1=1.27&r2=1.28
13
14 Index: php-ext-source-r2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- php-ext-source-r2.eclass 22 Jun 2012 20:05:24 -0000 1.27
21 +++ php-ext-source-r2.eclass 1 Aug 2012 10:55:29 -0000 1.28
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.27 2012/06/22 20:05:24 olemarkus Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.28 2012/08/01 10:55:29 olemarkus Exp $
27
28 # @ECLASS: php-ext-source-r2.eclass
29 # @MAINTAINER:
30 @@ -167,7 +167,7 @@
31 done
32 }
33
34 -# @FUNCTION: php-ext-source-r1_src_install
35 +# @FUNCTION: php-ext-source-r2_src_install
36 # @DESCRIPTION:
37 # Takes care of standard install for PHP extensions (modules).