summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-07-03 21:11:06 +0000
committerMatti Bickel <mabi@gentoo.org>2013-07-03 21:11:06 +0000
commit3a3f803898930497648a6d9e9f87829b8ea4108f (patch)
treec5d5bdf3366e4d73a54c8612789c0eedff72dd18 /dev-php
parentversion bump; remove old (diff)
downloadgentoo-2-3a3f803898930497648a6d9e9f87829b8ea4108f.tar.gz
gentoo-2-3a3f803898930497648a6d9e9f87829b8ea4108f.tar.bz2
gentoo-2-3a3f803898930497648a6d9e9f87829b8ea4108f.zip
version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-mysqlnd_ms/ChangeLog7
-rw-r--r--dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-php/pecl-mysqlnd_ms/ChangeLog b/dev-php/pecl-mysqlnd_ms/ChangeLog
index f62e2cd45b77..08511845f2df 100644
--- a/dev-php/pecl-mysqlnd_ms/ChangeLog
+++ b/dev-php/pecl-mysqlnd_ms/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/pecl-mysqlnd_ms
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.9 2013/02/27 18:11:12 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.10 2013/07/03 21:11:06 mabi Exp $
+
+*pecl-mysqlnd_ms-1.5.2 (03 Jul 2013)
+
+ 03 Jul 2013; Matti Bickel <mabi@gentoo.org> +pecl-mysqlnd_ms-1.5.2.ebuild:
+ version bump
27 Feb 2013; Ole Markus With <olemarkus@gentoo.org> metadata.xml:
Proxy maintainer MIA. Removing
diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2.ebuild
new file mode 100644
index 000000000000..edf22cc1f135
--- /dev/null
+++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 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.5.2.ebuild,v 1.1 2013/07/03 21:11:06 mabi Exp $
+
+EAPI=4
+
+PHP_EXT_NAME="mysqlnd_ms"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-3 php5-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}"