diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-02-27 18:03:22 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-02-27 18:03:22 +0000 |
commit | d621a53a6232a8dd55c03cbf81898d1e6d50211f (patch) | |
tree | 268d5b224bda9bae41ee33ffb739af48d33ddfec | |
parent | sci-libs/lapack-reference: Fix pc file for new setup (diff) | |
download | gentoo-2-d621a53a6232a8dd55c03cbf81898d1e6d50211f.tar.gz gentoo-2-d621a53a6232a8dd55c03cbf81898d1e6d50211f.tar.bz2 gentoo-2-d621a53a6232a8dd55c03cbf81898d1e6d50211f.zip |
Version bump
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
-rw-r--r-- | dev-php/pecl-mysqlnd_ms/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild | 23 |
2 files changed, 31 insertions, 3 deletions
diff --git a/dev-php/pecl-mysqlnd_ms/ChangeLog b/dev-php/pecl-mysqlnd_ms/ChangeLog index 20be14765ce3..70799f1d4823 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.6 2012/04/13 19:05:36 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/ChangeLog,v 1.7 2013/02/27 18:03:22 olemarkus Exp $ + +*pecl-mysqlnd_ms-1.4.1 (27 Feb 2013) + + 27 Feb 2013; Ole Markus With <olemarkus@gentoo.org> + +pecl-mysqlnd_ms-1.4.1.ebuild: + Version bump 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> pecl-mysqlnd_ms-1.1.1.ebuild, pecl-mysqlnd_ms-1.1.2.ebuild, pecl-mysqlnd_ms-1.2.2.ebuild: @@ -29,4 +35,3 @@ 24 Oct 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-mysqlnd_ms-1.1.1.ebuild, +metadata.xml: New package, pecl-mysqlnd_ms. Thanks to Pavel Stratil - diff --git a/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild new file mode 100644 index 000000000000..9e55ae7dd74a --- /dev/null +++ b/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.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.4.1.ebuild,v 1.1 2013/02/27 18:03:22 olemarkus 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}" |