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/pecl-mysqlnd_ms: pecl-mysqlnd_ms-1.4.1.ebuild ChangeLog
Date: Wed, 27 Feb 2013 18:03:26
Message-Id: 20130227180322.9459B2171D@flycatcher.gentoo.org
1 olemarkus 13/02/27 18:03:22
2
3 Modified: ChangeLog
4 Added: pecl-mysqlnd_ms-1.4.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
9
10 Revision Changes Path
11 1.7 dev-php/pecl-mysqlnd_ms/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 13 Apr 2012 19:05:36 -0000 1.6
24 +++ ChangeLog 27 Feb 2013 18:03:22 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/pecl-mysqlnd_ms
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.6 2012/04/13 19:05:36 ulm Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.7 2013/02/27 18:03:22 olemarkus Exp $
31 +
32 +*pecl-mysqlnd_ms-1.4.1 (27 Feb 2013)
33 +
34 + 27 Feb 2013; Ole Markus With <olemarkus@g.o>
35 + +pecl-mysqlnd_ms-1.4.1.ebuild:
36 + Version bump
37
38 13 Apr 2012; Ulrich Müller <ulm@g.o> pecl-mysqlnd_ms-1.1.1.ebuild,
39 pecl-mysqlnd_ms-1.1.2.ebuild, pecl-mysqlnd_ms-1.2.2.ebuild:
40 @@ -29,4 +35,3 @@
41 24 Oct 2011; Ole Markus With <olemarkus@g.o>
42 +pecl-mysqlnd_ms-1.1.1.ebuild, +metadata.xml:
43 New package, pecl-mysqlnd_ms. Thanks to Pavel Stratil
44 -
45
46
47
48 1.1 dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: pecl-mysqlnd_ms-1.4.1.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild,v 1.1 2013/02/27 18:03:22 olemarkus Exp $
58
59 EAPI=4
60
61 PHP_EXT_NAME="mysqlnd_ms"
62 PHP_EXT_INI="yes"
63 PHP_EXT_ZENDEXT="no"
64
65 USE_PHP="php5-3 php5-4"
66
67 inherit php-ext-pecl-r2
68
69 KEYWORDS="~amd64"
70
71 DESCRIPTION="A replication and load balancing plugin for the mysqlnd library."
72 LICENSE="PHP-3"
73 SLOT="0"
74 IUSE=""
75
76 DEPEND="dev-lang/php[mysqlnd]"
77 RDEPEND="${DEPEND}"