summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-11-03 21:11:15 +0000
committerMatti Bickel <mabi@gentoo.org>2013-11-03 21:11:15 +0000
commit28ea0145eb380d4d75f10c1e1c3d28d45ee2cce0 (patch)
treecdcd5d626f1ce7a317dc43798b4e8720b23d7934 /dev-php
parentversion bump (diff)
downloadgentoo-2-28ea0145eb380d4d75f10c1e1c3d28d45ee2cce0.tar.gz
gentoo-2-28ea0145eb380d4d75f10c1e1c3d28d45ee2cce0.tar.bz2
gentoo-2-28ea0145eb380d4d75f10c1e1c3d28d45ee2cce0.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog11
-rw-r--r--dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4.ebuild17
2 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog
index f7eb9b167fe4..ff7e0d3c6026 100644
--- a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog
+++ b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-MDB2_Driver_mysqli
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.37 2012/06/09 15:13:05 mabi Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.38 2013/11/03 21:11:15 mabi Exp $
+
+*PEAR-MDB2_Driver_mysqli-1.5.0_beta4 (03 Nov 2013)
+
+ 03 Nov 2013; Matti Bickel <mabi@gentoo.org>
+ +PEAR-MDB2_Driver_mysqli-1.5.0_beta4.ebuild:
+ version bump
09 Jun 2012; Matti Bickel <mabi@gentoo.org>
-PEAR-MDB2_Driver_mysqli-1.4.1.ebuild:
@@ -177,4 +183,3 @@
19 Jul 2006; Luca Longinotti <chtekk@gentoo.org> +metadata.xml,
+PEAR-MDB2_Driver_mysqli-1.1.0.ebuild:
New ebuild to fix PEAR-MDB2 (doesn't work without drivers).
-
diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4.ebuild b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4.ebuild
new file mode 100644
index 000000000000..8355e22a92fd
--- /dev/null
+++ b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:11:15 mabi Exp $
+
+EAPI="5"
+
+inherit php-pear-r1
+
+DESCRIPTION="Database Abstraction Layer, mysqli driver"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
+ dev-lang/php[mysqli]"
+RDEPEND="${DEPEND}"