diff options
author | Tal Peer <coredumb@gentoo.org> | 2004-03-15 14:19:46 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2004-03-15 14:19:46 +0000 |
commit | 8413afdac6a4447561c80cad93cb2e394784396e (patch) | |
tree | d089c94c5e0a4733d1024a579c815034759bf36e /dev-php/PEAR-Log | |
parent | bug #41664 (Manifest recommit) (diff) | |
download | gentoo-2-8413afdac6a4447561c80cad93cb2e394784396e.tar.gz gentoo-2-8413afdac6a4447561c80cad93cb2e394784396e.tar.bz2 gentoo-2-8413afdac6a4447561c80cad93cb2e394784396e.zip |
stable on x86
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 0d16a13b505c..2dc18e40caaf 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.12 2004/01/25 22:07:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.13 2004/03/15 14:19:46 coredumb Exp $ + + 15 Mar 2004; Tal Peer <coredumb@gentoo.org> PEAR-Log-1.8.3.ebuild: + x86 stable 25 Jan 2004; <gustavoz@gentoo.org> PEAR-Log-1.2.ebuild: stable on sparc diff --git a/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild index ecb1e3f39b04..9f9183bbf610 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild,v 1.1 2004/01/10 00:06:21 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild,v 1.2 2004/03/15 14:19:46 coredumb Exp $ inherit php-pear @@ -8,5 +8,5 @@ IUSE="pear-db" DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="pear-db? ( dev-php/PEAR-DB )" |