diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-05-21 14:33:36 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-05-21 14:33:36 +0000 |
commit | 4c22c1da86be081b0717eee118d901b441d3d177 (patch) | |
tree | 5bff5b5bf5118109bf44179804883277bb154007 /dev-php/PEAR-MDB2_Driver_oci8 | |
parent | vBump driver to 1.4.1 (diff) | |
download | gentoo-2-4c22c1da86be081b0717eee118d901b441d3d177.tar.gz gentoo-2-4c22c1da86be081b0717eee118d901b441d3d177.tar.bz2 gentoo-2-4c22c1da86be081b0717eee118d901b441d3d177.zip |
vBump driver to 1.4.1
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php/PEAR-MDB2_Driver_oci8')
3 files changed, 30 insertions, 2 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog b/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog index ad7e77f8f529..9eff62fb24b2 100644 --- a/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_oci8 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog,v 1.1 2006/07/19 12:07:16 chtekk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog,v 1.2 2007/05/21 14:33:36 anant Exp $ + +*PEAR-MDB2_Driver_oci8-1.4.1 (21 May 2007) + + 21 May 2007; Anant Narayanan <anant@gentoo.org> + +PEAR-MDB2_Driver_oci8-1.4.1.ebuild: + vBump driver to 1.4.1 *PEAR-MDB2_Driver_oci8-0.3.0 (19 Jul 2006) diff --git a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.4.1.ebuild new file mode 100644 index 000000000000..a3663485d20c --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.4.1.ebuild,v 1.1 2007/05/21 14:33:36 anant Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Database Abstraction Layer, oci8 driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-php/PEAR-MDB2" +RDEPEND="${DEPEND}" + +pkg_setup() { + has_php + require_php_with_any_use oci8 oci8-instant-client +} diff --git a/dev-php/PEAR-MDB2_Driver_oci8/files/digest-PEAR-MDB2_Driver_oci8-1.4.1 b/dev-php/PEAR-MDB2_Driver_oci8/files/digest-PEAR-MDB2_Driver_oci8-1.4.1 new file mode 100644 index 000000000000..d3318e5b773a --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_oci8/files/digest-PEAR-MDB2_Driver_oci8-1.4.1 @@ -0,0 +1,3 @@ +MD5 9e0767d9bb0a45d81ade2c0d57864bd6 MDB2_Driver_oci8-1.4.1.tgz 37027 +RMD160 e2a3fed1a6029f91e78bc009b3a921b8c0628638 MDB2_Driver_oci8-1.4.1.tgz 37027 +SHA256 556b04b135232c77f78a650f5a8c4a92e74c557d6163bd20ac3dd882ed5eb8f9 MDB2_Driver_oci8-1.4.1.tgz 37027 |