summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-26 21:17:08 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-26 21:17:08 +0000
commit5fd161304b7aa9b8b00b7c76f3b85e1491762220 (patch)
treeb33cdfbc82b935d94b41a755ae2f0dac70e38681 /dev-php/PEAR-MDB2_Driver_ibase
parentAdd intltool to DEPEND (#282685). (diff)
downloadhistorical-5fd161304b7aa9b8b00b7c76f3b85e1491762220.tar.gz
historical-5fd161304b7aa9b8b00b7c76f3b85e1491762220.tar.bz2
historical-5fd161304b7aa9b8b00b7c76f3b85e1491762220.zip
Version bump, bug 273684
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-MDB2_Driver_ibase')
-rw-r--r--dev-php/PEAR-MDB2_Driver_ibase/ChangeLog10
-rw-r--r--dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta2.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog b/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog
index 5b8dec61d3f0..fd5617506399 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog,v 1.1 2008/03/17 12:45:53 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_ibase/ChangeLog,v 1.2 2009/08/26 21:09:23 beandog Exp $
+
+*PEAR-MDB2_Driver_ibase-1.5.0_beta2 (26 Aug 2009)
+
+ 26 Aug 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-MDB2_Driver_ibase-1.5.0_beta2.ebuild:
+ Version bump, bug 273684
*PEAR-MDB2_Driver_ibase-1.5.0_beta1 (17 Mar 2008)
diff --git a/dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta2.ebuild b/dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta2.ebuild
new file mode 100644
index 000000000000..96d6f9346f98
--- /dev/null
+++ b/dev-php/PEAR-MDB2_Driver_ibase/PEAR-MDB2_Driver_ibase-1.5.0_beta2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 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_beta2.ebuild,v 1.1 2009/08/26 21:09:23 beandog Exp $
+
+inherit php-pear-r1 depend.php
+
+DESCRIPTION="Database Abstraction Layer, ibase driver"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta2"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ require_php_with_any_use firebird interbase
+}