summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-02-07 13:35:01 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-02-07 13:35:01 +0000
commit5e45ddc532925c20ea270755f3e4cf0c8510f113 (patch)
tree0b9dc195660ef09e538c8b0cd73242df09805e59 /dev-php/pecl-mysqlnd_ms
parentImport upstream patch for missing header, fixes bugs alike #402255. Thanks to... (diff)
downloadgentoo-2-5e45ddc532925c20ea270755f3e4cf0c8510f113.tar.gz
gentoo-2-5e45ddc532925c20ea270755f3e4cf0c8510f113.tar.bz2
gentoo-2-5e45ddc532925c20ea270755f3e4cf0c8510f113.zip
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-mysqlnd_ms')
-rw-r--r--dev-php/pecl-mysqlnd_ms/ChangeLog8
-rw-r--r--dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-php/pecl-mysqlnd_ms/ChangeLog b/dev-php/pecl-mysqlnd_ms/ChangeLog
index 2331dca60159..877c76aac7b4 100644
--- a/dev-php/pecl-mysqlnd_ms/ChangeLog
+++ b/dev-php/pecl-mysqlnd_ms/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/pecl-mysqlnd_ms
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.3 2012/01/15 19:50:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.4 2012/02/07 13:35:01 olemarkus Exp $
+
+*pecl-mysqlnd_ms-1.2.2 (07 Feb 2012)
+
+ 07 Feb 2012; Ole Markus With <olemarkus@gentoo.org>
+ +pecl-mysqlnd_ms-1.2.2.ebuild:
+ Version bump
15 Jan 2012; Torsten Veller <tove@gentoo.org> pecl-mysqlnd_ms-1.1.2.ebuild:
Fix cvs keyword in the header (#398773)
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild
new file mode 100644
index 000000000000..c69771ee7fed
--- /dev/null
+++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.2.2.ebuild,v 1.1 2012/02/07 13:35:01 olemarkus Exp $
+
+PHP_EXT_NAME="mysqlnd_ms"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+EAPI=4
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A replication and load balancing plugin for the mysqlnd library."
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-lang/php[mysqlnd]"
+RDEPEND="${DEPEND}"