summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2004-04-19 01:15:12 +0000
committerJason Wever <weeve@gentoo.org>2004-04-19 01:15:12 +0000
commit2e0e69c95a79da75eb7cc78fdc4a4f6b52967cc2 (patch)
tree7b83eb0060f66ed002916351fb210544a9370444 /dev-php
parentfix keyword (diff)
downloadhistorical-2e0e69c95a79da75eb7cc78fdc4a4f6b52967cc2.tar.gz
historical-2e0e69c95a79da75eb7cc78fdc4a4f6b52967cc2.tar.bz2
historical-2e0e69c95a79da75eb7cc78fdc4a4f6b52967cc2.zip
Stable on sparc.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-DB/ChangeLog5
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild4
-rw-r--r--dev-php/PEAR-Log/ChangeLog5
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog
index 232983e1d65d..f4dd1938775e 100644
--- a/dev-php/PEAR-DB/ChangeLog
+++ b/dev-php/PEAR-DB/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-DB
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.7 2004/04/17 15:02:28 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.8 2004/04/19 01:14:02 weeve Exp $
+
+ 18 Apr 2004; Jason Wever <weeve@gentoo.org> PEAR-DB-1.5.0_rc2.ebuild:
+ Stable on sparc.
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-DB-1.6.1.ebuild:
Added IUSE=
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild
index e576a29e3992..da63ffad808c 100644
--- a/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild
+++ b/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild
@@ -1,11 +1,11 @@
# 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-DB/PEAR-DB-1.5.0_rc2.ebuild,v 1.3 2004/04/12 17:22:12 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild,v 1.4 2004/04/19 01:14:02 weeve Exp $
inherit php-pear
DESCRIPTION="Database abstraction layer for PHP"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~alpha"
+KEYWORDS="x86 ~ppc sparc ~alpha"
IUSE=""
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog
index db71e67ba685..a4b5c72b3ecc 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.14 2004/04/17 15:02:28 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.15 2004/04/19 01:15:12 weeve Exp $
+
+ 18 Apr 2004; Jason Wever <weeve@gentoo.org> PEAR-Log-1.8.3.ebuild:
+ Stable on sparc.
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Log-1.1.ebuild,
PEAR-Log-1.2.ebuild:
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 9f9183bbf610..d1a30ec0531b 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.2 2004/03/15 14:19:46 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.8.3.ebuild,v 1.3 2004/04/19 01:15:12 weeve 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 )"