summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-11-03 21:12:19 +0000
committerMatti Bickel <mabi@gentoo.org>2013-11-03 21:12:19 +0000
commit20c905c06b565857d2d2454660832b502769ebeb (patch)
treea3324e7ae0c251dc38b18de4aa90105647c52ee7 /dev-php
parentversion bump (diff)
downloadgentoo-2-20c905c06b565857d2d2454660832b502769ebeb.tar.gz
gentoo-2-20c905c06b565857d2d2454660832b502769ebeb.tar.bz2
gentoo-2-20c905c06b565857d2d2454660832b502769ebeb.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_sqlite/ChangeLog8
-rw-r--r--dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.5.0_beta4.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog b/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog
index 1211a3d88bd2..95890b6e2c29 100644
--- a/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog
+++ b/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-MDB2_Driver_sqlite
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog,v 1.37 2013/01/09 11:26:01 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog,v 1.38 2013/11/03 21:12:19 mabi Exp $
+
+*PEAR-MDB2_Driver_sqlite-1.5.0_beta4 (03 Nov 2013)
+
+ 03 Nov 2013; Matti Bickel <mabi@gentoo.org>
+ +PEAR-MDB2_Driver_sqlite-1.5.0_beta4.ebuild:
+ version bump
09 Jan 2013; Ole Markus With <olemarkus@gentoo.org>
PEAR-MDB2_Driver_sqlite-1.5.0_beta3.ebuild:
diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.5.0_beta4.ebuild b/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.5.0_beta4.ebuild
new file mode 100644
index 000000000000..751656431172
--- /dev/null
+++ b/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-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_sqlite/PEAR-MDB2_Driver_sqlite-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:12:19 mabi Exp $
+
+EAPI="5"
+
+inherit php-pear-r1
+
+DESCRIPTION="Database Abstraction Layer, sqlite 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[sqlite2]"
+RDEPEND="${DEPEND}"