diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-03 21:11:31 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-03 21:11:31 +0000 |
commit | 9b7ed52210cd7c77a5446efec2c395714d0ef166 (patch) | |
tree | ae52c7e1bf5ae7d62d357358879ba073f49cd38c /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-9b7ed52210cd7c77a5446efec2c395714d0ef166.tar.gz gentoo-2-9b7ed52210cd7c77a5446efec2c395714d0ef166.tar.bz2 gentoo-2-9b7ed52210cd7c77a5446efec2c395714d0ef166.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_oci8/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog b/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog index eea3d2397b03..b3e5a276c7cd 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog,v 1.22 2012/07/24 21:30:31 mabi Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_oci8/ChangeLog,v 1.23 2013/11/03 21:11:31 mabi Exp $ + +*PEAR-MDB2_Driver_oci8-1.5.0_beta4 (03 Nov 2013) + + 03 Nov 2013; Matti Bickel <mabi@gentoo.org> + +PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild: + version bump 24 Jul 2012; Matti Bickel <mabi@gentoo.org> -PEAR-MDB2_Driver_oci8-1.4.1.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild new file mode 100644 index 000000000000..87d721998777 --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-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_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:11:31 mabi Exp $ + +EAPI="5" + +inherit php-pear-r1 + +DESCRIPTION="Database Abstraction Layer, oci8 driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3 + || ( dev-lang/php[oci8] dev-lang/php[oci8-instant-client] )" +RDEPEND="${DEPEND}" |