summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-11-03 21:07:28 +0000
committerMatti Bickel <mabi@gentoo.org>2013-11-03 21:07:28 +0000
commit41aae422d6e1e3ff0e23e82adf9577183f0ec08c (patch)
tree16b258d9ce040328a705af96c1f071df73c474c2 /dev-php/PEAR-MDB2_Driver_ibase
parentVersion bump, also change description per bug #466166. (diff)
downloadgentoo-2-41aae422d6e1e3ff0e23e82adf9577183f0ec08c.tar.gz
gentoo-2-41aae422d6e1e3ff0e23e82adf9577183f0ec08c.tar.bz2
gentoo-2-41aae422d6e1e3ff0e23e82adf9577183f0ec08c.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_ibase')
-rw-r--r--dev-php/PEAR-MDB2_Driver_ibase/ChangeLog11
-rw-r--r--dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta4.ebuild17
2 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog b/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog
index 3406c3593625..0a7dfc745c5b 100644
--- a/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog
+++ b/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-MDB2_Driver_ibase
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog,v 1.5 2011/11/04 09:28:09 nativemad Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog,v 1.6 2013/11/03 21:07:28 mabi Exp $
+
+*PEAR-MDB2_Driver_ibase-1.5.0_beta4 (03 Nov 2013)
+
+ 03 Nov 2013; Matti Bickel <mabi@gentoo.org>
+ +PEAR-MDB2_Driver_ibase-1.5.0_beta4.ebuild:
+ version bump
04 Nov 2011; Andreas Schuerch <nativemad@gentoo.org>
PEAR-MDB2_Driver_ibase-1.5.0_beta3.ebuild:
@@ -34,4 +40,3 @@
15 Mar 2008; Jakub Moc <jakub@gentoo.org>
+PEAR-MDB2_Driver_ibase-1.5.0_beta1.ebuild:
New ebuild for MDB2 firebird/interbase support.
-
diff --git a/dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta4.ebuild b/dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta4.ebuild
new file mode 100644
index 000000000000..13216ca041fd
--- /dev/null
+++ b/dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-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_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:07:28 mabi Exp $
+
+EAPI="2"
+
+inherit php-pear-r1
+
+DESCRIPTION="Database Abstraction Layer, ibase driver"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
+ || ( dev-lang/php[firebird] dev-lang/php[interbase] )"
+RDEPEND="${DEPEND}"