diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-16 19:59:33 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-16 19:59:33 +0000 |
commit | 50e1a5ef07b24aa573fada784fec451c057ae0a7 (patch) | |
tree | 4f6974bba743f387595d20a9bac2a0d54ec0a075 /dev-php/PEAR-MDB | |
parent | Stable on IA64; bug #83920. (diff) | |
download | historical-50e1a5ef07b24aa573fada784fec451c057ae0a7.tar.gz historical-50e1a5ef07b24aa573fada784fec451c057ae0a7.tar.bz2 historical-50e1a5ef07b24aa573fada784fec451c057ae0a7.zip |
Stable on amd64 and x86.
Diffstat (limited to 'dev-php/PEAR-MDB')
-rw-r--r-- | dev-php/PEAR-MDB/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PEAR-MDB/ChangeLog b/dev-php/PEAR-MDB/ChangeLog index 143c1f467d51..3a9fadc652a2 100644 --- a/dev-php/PEAR-MDB/ChangeLog +++ b/dev-php/PEAR-MDB/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/ChangeLog,v 1.13 2005/03/08 17:08:52 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/ChangeLog,v 1.14 2005/05/16 19:59:33 sebastian Exp $ + + 16 May 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-MDB-1.3.0.ebuild: + Stable on amd64 and x86. 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> -PEAR-MDB-1.1.3.ebuild, -PEAR-MDB-1.1.4.ebuild: diff --git a/dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild b/dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild index 76fc9a0ffc68..07bb9c2ea86f 100644 --- a/dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild +++ b/dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild,v 1.3 2004/11/29 11:50:16 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/PEAR-MDB-1.3.0.ebuild,v 1.4 2005/05/16 19:59:33 sebastian Exp $ inherit php-pear DESCRIPTION="PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers." LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64" +KEYWORDS="x86 ~sparc ~alpha ~ppc ~ia64 amd64" IUSE="" |