diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-05-21 14:40:27 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-05-21 14:40:27 +0000 |
commit | 00cca73fbcef08cb1318044c5613cf8646e3a190 (patch) | |
tree | ae01df26e375d46375800ed94f5c72267925f5d3 /dev-php | |
parent | Add 2.16.3 mostly reflecting package versions as was for upstream 2.16.3; rem... (diff) | |
download | historical-00cca73fbcef08cb1318044c5613cf8646e3a190.tar.gz historical-00cca73fbcef08cb1318044c5613cf8646e3a190.tar.bz2 historical-00cca73fbcef08cb1318044c5613cf8646e3a190.zip |
vBump driver to 1.4.1
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-php')
12 files changed, 122 insertions, 8 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog index d141e190d779..2d6bec45bca9 100644 --- a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_mysqli -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.3 2006/11/25 19:34:25 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.4 2007/05/21 14:32:46 anant Exp $ + +*PEAR-MDB2_Driver_mysqli-1.4.1 (21 May 2007) + + 21 May 2007; Anant Narayanan <anant@gentoo.org> + +PEAR-MDB2_Driver_mysqli-1.4.1.ebuild: + vBump driver to 1.4.1 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> PEAR-MDB2_Driver_mysqli-1.1.0.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild new file mode 100644 index 000000000000..850cbbebee5b --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild @@ -0,0 +1,21 @@ +# 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_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild,v 1.1 2007/05/21 14:32:46 anant Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Database Abstraction Layer, mysqli driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-php/PEAR-MDB2" +RDEPEND="${DEPEND}" + +need_php5 + +pkg_setup() { + has_php + require_php_with_use mysqli +} diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/files/digest-PEAR-MDB2_Driver_mysqli-1.4.1 b/dev-php/PEAR-MDB2_Driver_mysqli/files/digest-PEAR-MDB2_Driver_mysqli-1.4.1 new file mode 100644 index 000000000000..18ef44eaed6b --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_mysqli/files/digest-PEAR-MDB2_Driver_mysqli-1.4.1 @@ -0,0 +1,3 @@ +MD5 eb93eb4687da1a1018c832622da42f6f MDB2_Driver_mysqli-1.4.1.tgz 38064 +RMD160 e77005cdc63e75ba877a18866d42e08d093da7de MDB2_Driver_mysqli-1.4.1.tgz 38064 +SHA256 4a1ea7f76f5b62288b9f8129396c560e084e0a0e9d94869b54e16b5d2714f778 MDB2_Driver_mysqli-1.4.1.tgz 38064 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 diff --git a/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog b/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog index 63e60abd885b..b7499b74560f 100644 --- a/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_pgsql -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v 1.2 2006/11/25 19:33:11 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v 1.3 2007/05/21 14:36:02 anant Exp $ + +*PEAR-MDB2_Driver_pgsql-1.4.1 (21 May 2007) + + 21 May 2007; Anant Narayanan <anant@gentoo.org> + +PEAR-MDB2_Driver_pgsql-1.4.1.ebuild: + vBump driver to 1.4.1 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> PEAR-MDB2_Driver_pgsql-1.1.0.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.4.1.ebuild new file mode 100644 index 000000000000..dc98d3b8d30f --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-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_pgsql/PEAR-MDB2_Driver_pgsql-1.4.1.ebuild,v 1.1 2007/05/21 14:36:02 anant Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Database Abstraction Layer, pgsql driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-php/PEAR-MDB2" +RDEPEND="${DEPEND}" + +pkg_setup() { + has_php + require_php_with_use postgres +} diff --git a/dev-php/PEAR-MDB2_Driver_pgsql/files/digest-PEAR-MDB2_Driver_pgsql-1.4.1 b/dev-php/PEAR-MDB2_Driver_pgsql/files/digest-PEAR-MDB2_Driver_pgsql-1.4.1 new file mode 100644 index 000000000000..5777ae064585 --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_pgsql/files/digest-PEAR-MDB2_Driver_pgsql-1.4.1 @@ -0,0 +1,3 @@ +MD5 13edbe266f659266d3f3d275cbd89ce0 MDB2_Driver_pgsql-1.4.1.tgz 33839 +RMD160 0a102683779d3b8ee38ce7716221fec14ab7c25c MDB2_Driver_pgsql-1.4.1.tgz 33839 +SHA256 7a051e90c63897701a93c9d3b02d79e6c696240c552694cf34cbc7eab6284691 MDB2_Driver_pgsql-1.4.1.tgz 33839 diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog b/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog index f2c07eadce0a..522e77451a68 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog,v 1.2 2006/11/25 19:37:11 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog,v 1.3 2007/05/21 14:40:27 anant Exp $ + +*PEAR-MDB2_Driver_sqlite-1.4.1 (21 May 2007) + + 21 May 2007; Anant Narayanan <anant@gentoo.org> + +PEAR-MDB2_Driver_sqlite-1.4.1.ebuild: + vBump driver to 1.4.1 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> PEAR-MDB2_Driver_sqlite-1.1.0.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild new file mode 100644 index 000000000000..82716accc42e --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-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_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild,v 1.1 2007/05/21 14:40:27 anant Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Database Abstraction Layer, sqlite driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-php/PEAR-MDB2" +RDEPEND="${DEPEND}" + +pkg_setup() { + has_php + require_sqlite +} diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/files/digest-PEAR-MDB2_Driver_sqlite-1.4.1 b/dev-php/PEAR-MDB2_Driver_sqlite/files/digest-PEAR-MDB2_Driver_sqlite-1.4.1 new file mode 100644 index 000000000000..30d3d9db209f --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_sqlite/files/digest-PEAR-MDB2_Driver_sqlite-1.4.1 @@ -0,0 +1,3 @@ +MD5 0982341b3f2d1a4bced46cab0a2df91e MDB2_Driver_sqlite-1.4.1.tgz 30921 +RMD160 d910df9be2063ba47bea4235d25fb033cbe878e5 MDB2_Driver_sqlite-1.4.1.tgz 30921 +SHA256 3b3f4daf9c5c0868b31562c9c76d3bfc5291afd31ef9f714d84284a5b0379fec MDB2_Driver_sqlite-1.4.1.tgz 30921 |