diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-05-21 14:29:43 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-05-21 14:29:43 +0000 |
commit | 20169b043ac3a134e767588caa8d52482d126424 (patch) | |
tree | fb7276c3e1e8af73e69b8cea27b59a7e50199bee /dev-php | |
parent | vBump to 2.4.1 and add mssql driver (diff) | |
download | historical-20169b043ac3a134e767588caa8d52482d126424.tar.gz historical-20169b043ac3a134e767588caa8d52482d126424.tar.bz2 historical-20169b043ac3a134e767588caa8d52482d126424.zip |
vBump to 1.4.1
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-php')
3 files changed, 30 insertions, 2 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog index 441a3503778a..19a876c7dd47 100644 --- a/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_mysql -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.3 2006/11/25 19:35:55 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysql/ChangeLog,v 1.4 2007/05/21 14:29:43 anant Exp $ + +*PEAR-MDB2_Driver_mysql-1.4.1 (21 May 2007) + + 21 May 2007; Anant Narayanan <anant@gentoo.org> + +PEAR-MDB2_Driver_mysql-1.4.1.ebuild: + vBump to 1.4.1 25 Nov 2006; Bryan Ăstergaard <kloeri@gentoo.org> PEAR-MDB2_Driver_mysql-1.1.0.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-1.4.1.ebuild new file mode 100644 index 000000000000..e13df9984649 --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_mysql/PEAR-MDB2_Driver_mysql-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_mysql/PEAR-MDB2_Driver_mysql-1.4.1.ebuild,v 1.1 2007/05/21 14:29:43 anant Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Database Abstraction Layer, mysql 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 mysql +} diff --git a/dev-php/PEAR-MDB2_Driver_mysql/files/digest-PEAR-MDB2_Driver_mysql-1.4.1 b/dev-php/PEAR-MDB2_Driver_mysql/files/digest-PEAR-MDB2_Driver_mysql-1.4.1 new file mode 100644 index 000000000000..a1816cc5adf2 --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_mysql/files/digest-PEAR-MDB2_Driver_mysql-1.4.1 @@ -0,0 +1,3 @@ +MD5 f7fe68dc9d76f8c6e65a7a55778293fa MDB2_Driver_mysql-1.4.1.tgz 36481 +RMD160 872f6d4e9a8ba3be37dcafeaf2e5ae38e772e4e3 MDB2_Driver_mysql-1.4.1.tgz 36481 +SHA256 31de5b3f1adc66a441311f8e9b62403d41cb16cb146d473f18f32700c111a2f7 MDB2_Driver_mysql-1.4.1.tgz 36481 |