summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-13 11:31:58 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-13 11:31:58 +0000
commit706767e452c8a074782dbaf22b4e9c150cf213d8 (patch)
treee148126e6da9b5ab7663544eaee2fd0e4baedefa /dev-php
parentUpdate Copyright years (diff)
downloadgentoo-2-706767e452c8a074782dbaf22b4e9c150cf213d8.tar.gz
gentoo-2-706767e452c8a074782dbaf22b4e9c150cf213d8.tar.bz2
gentoo-2-706767e452c8a074782dbaf22b4e9c150cf213d8.zip
Update Copyright years
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild4
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.1.ebuild4
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.2.ebuild2
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild4
-rw-r--r--dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild4
-rw-r--r--dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild4
-rw-r--r--dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild4
-rw-r--r--dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild4
-rw-r--r--dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.2.3-r1.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.2.3-r2.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.2.3.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.3.0-r1.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.3.0-r2.ebuild4
-rw-r--r--dev-php/mod_php/mod_php-4.3.0.ebuild4
-rw-r--r--dev-php/php/php-4.2.0.ebuild4
-rw-r--r--dev-php/php/php-4.2.1-r1.ebuild4
-rw-r--r--dev-php/php/php-4.2.1-r2.ebuild4
-rw-r--r--dev-php/php/php-4.2.1-r3.ebuild4
-rw-r--r--dev-php/php/php-4.2.1.ebuild4
-rw-r--r--dev-php/php/php-4.2.2-r1.ebuild4
-rw-r--r--dev-php/php/php-4.2.2.ebuild4
-rw-r--r--dev-php/php/php-4.2.3.ebuild4
-rw-r--r--dev-php/php/php-4.3.0-r1.ebuild4
-rw-r--r--dev-php/php/php-4.3.0-r2.ebuild4
-rw-r--r--dev-php/php/php-4.3.0-r3.ebuild4
-rw-r--r--dev-php/php/php-4.3.0.ebuild4
-rw-r--r--dev-php/phpdbg/phpdbg-2.10-r1.ebuild4
-rw-r--r--dev-php/phpdbg/phpdbg-2.10.ebuild4
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild4
-rw-r--r--dev-php/phpsysinfo/phpsysinfo-2.1.ebuild4
31 files changed, 61 insertions, 61 deletions
diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild
index dcb3a963a169..e0d81f9ef358 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild,v 1.2 2002/10/20 18:47:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild,v 1.3 2003/02/13 11:29:01 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="Framework for caching of arbitrary data."
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild
index bb8c448c3f65..1146f9b33425 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Authore: Tom von Schwerdtner <tvon@etria.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild,v 1.3 2002/10/20 18:47:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild,v 1.4 2003/02/13 11:29:05 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets."
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild
index 4eebf5b9bf17..aebae3752c4c 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild
index 2b9a2f769d16..32b09dc3eaef 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild,v 1.6 2003/02/10 16:51:57 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild,v 1.7 2003/02/13 11:29:15 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages."
diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild
index 9d99239d4c79..1019875c8497 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild,v 1.5 2003/01/27 19:10:03 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild,v 1.6 2003/02/13 11:29:19 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="Net_Socket is a class interface to TCP sockets."
diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild
index e5c4d9a49fba..3bc80ddef164 100644
--- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild
+++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.2 2002/10/20 18:47:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.3 2003/02/13 11:29:24 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="PEAR::System_Command is a commandline execution interface"
diff --git a/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild b/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild
index 7a9d1d4c2ef6..b63d43003c26 100644
--- a/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild
+++ b/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Authore: Tom von Schwerdtner <tvon@etria.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild,v 1.2 2002/10/20 18:47:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_CSSML/PEAR-XML_CSSML-1.1.ebuild,v 1.3 2003/02/13 11:29:29 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="A template system for generating cascading style sheets (CSS)"
diff --git a/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild b/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild
index 1e4bac50f0e2..a97ef076e77d 100644
--- a/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild
+++ b/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild,v 1.2 2002/07/16 04:16:20 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild,v 1.3 2003/02/13 11:29:34 vapier Exp $
P=${PN/PEAR-//}-${PV}
diff --git a/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild b/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild
index b82c49d99b77..229af259f5d8 100644
--- a/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild
+++ b/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Authore: Tom von Schwerdtner <tvon@etria.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild,v 1.2 2002/10/20 18:47:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_XPath/PEAR-XML_XPath-1.2.ebuild,v 1.3 2003/02/13 11:29:39 vapier Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="The PEAR::XML_XPath class provided an XPath/DOM XML manipulation, maneuvering and query interface"
diff --git a/dev-php/mod_php/mod_php-4.2.3-r1.ebuild b/dev-php/mod_php/mod_php-4.2.3-r1.ebuild
index 4a07e094a43c..67c9d55a1c97 100644
--- a/dev-php/mod_php/mod_php-4.2.3-r1.ebuild
+++ b/dev-php/mod_php/mod_php-4.2.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3-r1.ebuild,v 1.2 2002/12/15 11:58:45 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3-r1.ebuild,v 1.3 2003/02/13 11:29:45 vapier Exp $
IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/mod_php/mod_php-4.2.3-r2.ebuild b/dev-php/mod_php/mod_php-4.2.3-r2.ebuild
index b0c119bb99f6..03964ea47d48 100644
--- a/dev-php/mod_php/mod_php-4.2.3-r2.ebuild
+++ b/dev-php/mod_php/mod_php-4.2.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3-r2.ebuild,v 1.5 2002/12/27 17:42:30 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3-r2.ebuild,v 1.6 2003/02/13 11:29:49 vapier Exp $
IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/mod_php/mod_php-4.2.3.ebuild b/dev-php/mod_php/mod_php-4.2.3.ebuild
index d193f4e7f485..997c62e64979 100644
--- a/dev-php/mod_php/mod_php-4.2.3.ebuild
+++ b/dev-php/mod_php/mod_php-4.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3.ebuild,v 1.10 2002/12/15 11:58:45 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3.ebuild,v 1.11 2003/02/13 11:29:55 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild
index 1dd26789b17c..686854d3a86f 100644
--- a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.5 2003/01/10 18:32:24 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.6 2003/02/13 11:29:59 vapier Exp $
IUSE="apache2 truetype postgres tiff libwww nls jpeg ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/mod_php/mod_php-4.3.0-r2.ebuild b/dev-php/mod_php/mod_php-4.3.0-r2.ebuild
index 518438ea9c6c..a03a4ca66136 100644
--- a/dev-php/mod_php/mod_php-4.3.0-r2.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.0-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r2.ebuild,v 1.4 2003/02/07 21:41:14 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r2.ebuild,v 1.5 2003/02/13 11:30:03 vapier Exp $
inherit flag-o-matic
diff --git a/dev-php/mod_php/mod_php-4.3.0.ebuild b/dev-php/mod_php/mod_php-4.3.0.ebuild
index b8ec565e3d36..295a8be5f39f 100644
--- a/dev-php/mod_php/mod_php-4.3.0.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0.ebuild,v 1.5 2002/12/31 17:40:06 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0.ebuild,v 1.6 2003/02/13 11:30:16 vapier Exp $
IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/php/php-4.2.0.ebuild b/dev-php/php/php-4.2.0.ebuild
index ec2af5eac81c..2f7c168bd621 100644
--- a/dev-php/php/php-4.2.0.ebuild
+++ b/dev-php/php/php-4.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.0.ebuild,v 1.7 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.0.ebuild,v 1.8 2003/02/13 11:30:33 vapier Exp $
IUSE="xml nls flash java qt libwww crypt mysql odbc postgres pam readline ssl pdflib ldap X gdbm berkdb imap xml2"
diff --git a/dev-php/php/php-4.2.1-r1.ebuild b/dev-php/php/php-4.2.1-r1.ebuild
index a67ae50885eb..99939c9bc8ea 100644
--- a/dev-php/php/php-4.2.1-r1.ebuild
+++ b/dev-php/php/php-4.2.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1-r1.ebuild,v 1.8 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1-r1.ebuild,v 1.9 2003/02/13 11:30:50 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml pdflib qt snmp crypt flash odbc ldap berkdb firebird pam"
diff --git a/dev-php/php/php-4.2.1-r2.ebuild b/dev-php/php/php-4.2.1-r2.ebuild
index f087d8c67074..6018b20ca5fe 100644
--- a/dev-php/php/php-4.2.1-r2.ebuild
+++ b/dev-php/php/php-4.2.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1-r2.ebuild,v 1.7 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1-r2.ebuild,v 1.8 2003/02/13 11:30:55 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml pdflib qt snmp crypt flash odbc ldap berkdb firebird pam"
diff --git a/dev-php/php/php-4.2.1-r3.ebuild b/dev-php/php/php-4.2.1-r3.ebuild
index 0e4e58863de4..655f1818edd8 100644
--- a/dev-php/php/php-4.2.1-r3.ebuild
+++ b/dev-php/php/php-4.2.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1-r3.ebuild,v 1.8 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1-r3.ebuild,v 1.9 2003/02/13 11:30:59 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml pdflib qt snmp crypt flash odbc ldap berkdb firebird pam"
diff --git a/dev-php/php/php-4.2.1.ebuild b/dev-php/php/php-4.2.1.ebuild
index 45af0cea270f..cad79e7f5fa6 100644
--- a/dev-php/php/php-4.2.1.ebuild
+++ b/dev-php/php/php-4.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1.ebuild,v 1.7 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1.ebuild,v 1.8 2003/02/13 11:31:05 vapier Exp $
IUSE="nls postgres snmp ldap libwww curl ssl gdbm mysql X readline berkdb imap firebird xml qt crypt flash odbc pdflib xml2 pam"
diff --git a/dev-php/php/php-4.2.2-r1.ebuild b/dev-php/php/php-4.2.2-r1.ebuild
index 59e2bb8108cd..fed9f7228626 100644
--- a/dev-php/php/php-4.2.2-r1.ebuild
+++ b/dev-php/php/php-4.2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.19 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.20 2003/02/13 11:31:10 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb firebird pam oci8" #java
diff --git a/dev-php/php/php-4.2.2.ebuild b/dev-php/php/php-4.2.2.ebuild
index 5ce58ec49422..9b89b83c23cc 100644
--- a/dev-php/php/php-4.2.2.ebuild
+++ b/dev-php/php/php-4.2.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2.ebuild,v 1.7 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2.ebuild,v 1.8 2003/02/13 11:31:14 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml pdflib qt snmp crypt flash odbc ldap berkdb firebird pam"
diff --git a/dev-php/php/php-4.2.3.ebuild b/dev-php/php/php-4.2.3.ebuild
index 9e023c664c64..334dc49acf7d 100644
--- a/dev-php/php/php-4.2.3.ebuild
+++ b/dev-php/php/php-4.2.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.12 2002/12/27 17:48:11 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.3.ebuild,v 1.13 2003/02/13 11:31:18 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/php/php-4.3.0-r1.ebuild b/dev-php/php/php-4.3.0-r1.ebuild
index bb2da1059a89..4ea5656b545f 100644
--- a/dev-php/php/php-4.3.0-r1.ebuild
+++ b/dev-php/php/php-4.3.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r1.ebuild,v 1.1 2003/01/07 19:06:17 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r1.ebuild,v 1.2 2003/02/13 11:31:22 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/php/php-4.3.0-r2.ebuild b/dev-php/php/php-4.3.0-r2.ebuild
index a4fdf78d0f17..be8489b1ad40 100644
--- a/dev-php/php/php-4.3.0-r2.ebuild
+++ b/dev-php/php/php-4.3.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.5 2003/01/13 16:38:30 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.6 2003/02/13 11:31:27 vapier Exp $
IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/php/php-4.3.0-r3.ebuild b/dev-php/php/php-4.3.0-r3.ebuild
index 55afe14bb412..f01aa1120372 100644
--- a/dev-php/php/php-4.3.0-r3.ebuild
+++ b/dev-php/php/php-4.3.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r3.ebuild,v 1.1 2003/02/10 20:46:21 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r3.ebuild,v 1.2 2003/02/13 11:31:31 vapier Exp $
IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/php/php-4.3.0.ebuild b/dev-php/php/php-4.3.0.ebuild
index cb5ff61e306e..1c04c4133f29 100644
--- a/dev-php/php/php-4.3.0.ebuild
+++ b/dev-php/php/php-4.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0.ebuild,v 1.2 2002/12/30 21:38:21 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0.ebuild,v 1.3 2003/02/13 11:31:35 vapier Exp $
IUSE="freetype postgres tiff libwww nls jpeg readline ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
diff --git a/dev-php/phpdbg/phpdbg-2.10-r1.ebuild b/dev-php/phpdbg/phpdbg-2.10-r1.ebuild
index d594ff75413d..5b8d181ef537 100644
--- a/dev-php/phpdbg/phpdbg-2.10-r1.ebuild
+++ b/dev-php/phpdbg/phpdbg-2.10-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10-r1.ebuild,v 1.6 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10-r1.ebuild,v 1.7 2003/02/13 11:31:40 vapier Exp $
PL="pl3"
S="${WORKDIR}/dbg-${PV}${PL}"
diff --git a/dev-php/phpdbg/phpdbg-2.10.ebuild b/dev-php/phpdbg/phpdbg-2.10.ebuild
index 1797dc90fdd9..69f892a43ad5 100644
--- a/dev-php/phpdbg/phpdbg-2.10.ebuild
+++ b/dev-php/phpdbg/phpdbg-2.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10.ebuild,v 1.5 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10.ebuild,v 1.6 2003/02/13 11:31:44 vapier Exp $
PL="pl3"
S=${WORKDIR}/dbg-${PV}${PL}
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild
index 22fce7f103bc..6f9b2128b0fb 100644
--- a/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild
+++ b/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild,v 1.1 2002/12/11 23:57:25 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild,v 1.2 2003/02/13 11:31:49 vapier Exp $
S=${WORKDIR}/phpGroupWare-${PV}
HTTPD_ROOT="/home/httpd/htdocs"
diff --git a/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild b/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild
index 766186ddd639..6481f806747f 100644
--- a/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild
+++ b/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild,v 1.1 2003/01/31 22:21:08 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpsysinfo/phpsysinfo-2.1.ebuild,v 1.2 2003/02/13 11:31:53 vapier Exp $
DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP."
HOMEPAGE="http://phpsysinfo.sourceforge.net/"