diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 17:22:12 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 17:22:12 +0000 |
commit | e691a6d05848487961b3a72c5207f60cf5b8a947 (patch) | |
tree | d2e32337dccba5ea9a8681c99ae1e87d7a9b1cd0 /dev-php | |
parent | change BACK from econf to ./configure, closing bug #47588 by: Toni Viemero <t... (diff) | |
download | gentoo-2-e691a6d05848487961b3a72c5207f60cf5b8a947.tar.gz gentoo-2-e691a6d05848487961b3a72c5207f60cf5b8a947.tar.bz2 gentoo-2-e691a6d05848487961b3a72c5207f60cf5b8a947.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Cache/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild | 3 | ||||
-rw-r--r-- | dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-DB/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.3.ebuild | 3 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild | 3 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_Common/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild | 5 | ||||
-rw-r--r-- | dev-php/groupoffice/ChangeLog | 4 |
10 files changed, 34 insertions, 16 deletions
diff --git a/dev-php/PEAR-Cache/ChangeLog b/dev-php/PEAR-Cache/ChangeLog index 0c96ecb87661..7c453fd743c0 100644 --- a/dev-php/PEAR-Cache/ChangeLog +++ b/dev-php/PEAR-Cache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Cache -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.6 2004/01/10 00:26:18 coredumb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/ChangeLog,v 1.7 2004/04/12 17:22:12 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Cache-1.5.1.ebuild, + PEAR-Cache-1.5.3.ebuild: + Added IUSE=. *PEAR-Cache-1.5.3 (10 Jan 2004) 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 5d17d92d23ea..3d26e82b0684 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-2004 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.6 2004/01/10 00:26:18 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.1.ebuild,v 1.7 2004/04/12 17:22:12 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="Framework for caching of arbitrary data." @@ -8,6 +8,7 @@ HOMEPAGE="http://pear.php.net/package-info.php?pacid=40" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" LICENSE="PHP" SLOT="0" +IUSE="" # Afaik, anything that runs php will run this... KEYWORDS="x86 ppc sparc" DEPEND="virtual/php" diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild index e3cfd1d4d640..963e7ab10860 100644 --- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild +++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.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-Cache/PEAR-Cache-1.5.3.ebuild,v 1.1 2004/01/10 00:26:18 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Cache/PEAR-Cache-1.5.3.ebuild,v 1.2 2004/04/12 17:22:12 aliz Exp $ inherit php-pear @@ -8,4 +8,4 @@ DESCRIPTION="Framework for caching of arbitrary data." LICENSE="PHP" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" - +IUSE="" diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog index 7af2dbd9c5ff..57bd67d7d7fe 100644 --- a/dev-php/PEAR-DB/ChangeLog +++ b/dev-php/PEAR-DB/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2004/03/15 19:17:45 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.6 2004/04/12 17:22:12 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-DB-1.3.ebuild, + PEAR-DB-1.5.0_rc2.ebuild: + Added IUSE=. *PEAR-DB-1.6.1 (15 Mar 2004) diff --git a/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild index 8a40bd73c406..d121dcd675ee 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.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-DB/PEAR-DB-1.3.ebuild,v 1.4 2004/03/15 19:17:45 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild,v 1.5 2004/04/12 17:22:12 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="Database abstraction layer for PHP" @@ -12,6 +12,7 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} +IUSE="" src_install () { insinto /usr/lib/php/ 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 1923a6887415..e576a29e3992 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,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-DB/PEAR-DB-1.5.0_rc2.ebuild,v 1.2 2004/03/15 19:17:45 coredumb Exp $ +# $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 $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="Database abstraction layer for PHP" LICENSE="PHP" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" +IUSE="" diff --git a/dev-php/PEAR-HTML_Common/ChangeLog b/dev-php/PEAR-HTML_Common/ChangeLog index 95654130baac..b17a07ca0559 100644 --- a/dev-php/PEAR-HTML_Common/ChangeLog +++ b/dev-php/PEAR-HTML_Common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-HTML_Common -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/ChangeLog,v 1.4 2003/12/23 21:29:15 coredumb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/ChangeLog,v 1.5 2004/04/12 17:22:12 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-HTML_Common-1.0.ebuild, + PEAR-HTML_Common-1.2.1.ebuild: + Added IUSE=. *PEAR-HTML_Common-1.2.1 (23 Dec 2003) diff --git a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild index c73d0d792cfe..6d66041ac210 100644 --- a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild +++ b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-HTML_Common/PEAR-HTML_Common-1.0.ebuild,v 1.5 2003/09/11 17:05:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild,v 1.6 2004/04/12 17:22:12 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="base class for other HTML classes" HOMEPAGE="http://pear.php.net/package-info.php?pacid=69" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" - +IUSE="" LICENSE="PHP" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" diff --git a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild index 79178f9e8766..4d2bfb39080f 100644 --- a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild +++ b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild,v 1.1 2003/12/23 21:29:15 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.1.ebuild,v 1.2 2004/04/12 17:22:12 aliz Exp $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="base class for other HTML classes" LICENSE="PHP" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" diff --git a/dev-php/groupoffice/ChangeLog b/dev-php/groupoffice/ChangeLog index 2fbeb32ce6d8..4830b40b1dcd 100644 --- a/dev-php/groupoffice/ChangeLog +++ b/dev-php/groupoffice/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for dev-php/groupoffice # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/groupoffice/ChangeLog,v 1.13 2004/03/10 18:10:23 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/groupoffice/ChangeLog,v 1.14 2004/04/12 17:22:12 aliz Exp $ + +*groupoffice-2.04 (25 Mar 2004) *groupoffice-2.02 (10 Mar 2004) |