summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-11-03 21:10:51 +0000
committerMatti Bickel <mabi@gentoo.org>2013-11-03 21:10:51 +0000
commit0d1169aee035fd1ed1353e363da15ff5873b1358 (patch)
tree1ecf63a3957c5254524f8fec4b4c859b5c9ae51e /dev-php/PEAR-MDB2_Driver_mysql
parentversion bump (diff)
downloadgentoo-2-0d1169aee035fd1ed1353e363da15ff5873b1358.tar.gz
gentoo-2-0d1169aee035fd1ed1353e363da15ff5873b1358.tar.bz2
gentoo-2-0d1169aee035fd1ed1353e363da15ff5873b1358.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php/PEAR-MDB2_Driver_mysql')
-rw-r--r--dev-php/PEAR-MDB2_Driver_mysql/ChangeLog11
-rw-r--r--dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild17
2 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog
index 80bf6ff13c14..8baa6c956f0b 100644
--- a/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog
+++ b/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-MDB2_Driver_mysql
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.39 2012/06/09 15:11:58 mabi Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.40 2013/11/03 21:10:51 mabi Exp $
+
+*PEAR-MDB2_Driver_mysql-1.5.0_beta4 (03 Nov 2013)
+
+ 03 Nov 2013; Matti Bickel <mabi@gentoo.org>
+ +PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild:
+ version bump
09 Jun 2012; Matti Bickel <mabi@gentoo.org>
-PEAR-MDB2_Driver_mysql-1.4.1.ebuild:
@@ -180,4 +186,3 @@
19 Jul 2006; Luca Longinotti <chtekk@gentoo.org> +metadata.xml,
+PEAR-MDB2_Driver_mysql-1.1.0.ebuild:
New ebuild to fix PEAR-MDB2 (doesn't work without drivers).
-
diff --git a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild
new file mode 100644
index 000000000000..f338d2a9c472
--- /dev/null
+++ b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-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_mysql/PEAR-MDB2_Driver_mysql-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:10:51 mabi Exp $
+
+EAPI="5"
+
+inherit php-pear-r1
+
+DESCRIPTION="Database Abstraction Layer, mysql 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[mysql]"
+RDEPEND="${DEPEND}"