summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-02-27 18:03:22 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-02-27 18:03:22 +0000
commitd621a53a6232a8dd55c03cbf81898d1e6d50211f (patch)
tree268d5b224bda9bae41ee33ffb739af48d33ddfec /dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild
parentsci-libs/lapack-reference: Fix pc file for new setup (diff)
downloadgentoo-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)
Diffstat (limited to 'dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild')
-rw-r--r--dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.4.1.ebuild23
1 files changed, 23 insertions, 0 deletions
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}"