From 3a3f803898930497648a6d9e9f87829b8ea4108f Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Wed, 3 Jul 2013 21:11:06 +0000 Subject: version bump (Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C) --- dev-php/pecl-mysqlnd_ms/ChangeLog | 7 ++++++- .../pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.5.2.ebuild (limited to 'dev-php') 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 +pecl-mysqlnd_ms-1.5.2.ebuild: + version bump 27 Feb 2013; Ole Markus With 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}" -- cgit v1.2.3-65-gdbad