diff options
author | 2007-05-21 14:40:27 +0000 | |
---|---|---|
committer | 2007-05-21 14:40:27 +0000 | |
commit | 4ef217a4a03c65a962552d5a6319d8e888707d7d (patch) | |
tree | 620a3b7b86cbf711ca0e0a2617fcec3ee3ab270f /dev-php | |
parent | Add 2.16.3 mostly reflecting package versions as was for upstream 2.16.3; rem... (diff) | |
download | gentoo-2-4ef217a4a03c65a962552d5a6319d8e888707d7d.tar.gz gentoo-2-4ef217a4a03c65a962552d5a6319d8e888707d7d.tar.bz2 gentoo-2-4ef217a4a03c65a962552d5a6319d8e888707d7d.zip |
vBump driver to 1.4.1
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php')
3 files changed, 30 insertions, 2 deletions
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 |