diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.0-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index a79c683b7e77..1023d4b63c71 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-php/mod_php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.38 2003/01/06 18:19:27 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.39 2003/01/08 16:58:37 rphillips Exp $ *mod_php-4.3.0-r1 (06 Jan 2003) + 08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild : + fixed dependencies + 06 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild : added Roman Weber's patches: - reverting PEAR patch in /image [DONE] 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 516cbe0b3179..ce3c9d25744e 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. # 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.1 2003/01/06 18:19:16 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.2 2003/01/08 16:58:37 rphillips 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" @@ -10,7 +10,7 @@ DESCRIPTION="Apache module for PHP" SRC_URI="http://us3.php.net/distributions/${MY_P}.tar.bz2" HOMEPAGE="http://www.php.net/" LICENSE="PHP" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 sparc" SLOT="0" PROVIDE="virtual/php" @@ -30,9 +30,9 @@ DEPEND=" qt? ( x11-libs/qt ) nls? ( sys-devel/gettext ) pam? ( >=sys-libs/pam-0.75 ) - xml? ( >=net-libs/libwww-5.3.2 >=app-text/sablotron-0.95-r1 ) + xml? ( >=net-libs/libwww-5.3.2 >=app-text/sablotron-0.96 ) ssl? ( >=dev-libs/openssl-0.9.5 ) - curl? ( >=net-ftp/curl-7.8.1 ) + curl? ( >=net-ftp/curl-7.10.2 ) snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) imap? ( >=net-mail/uw-imap-2001a-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) |