diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-22 00:49:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-22 00:49:11 +0000 |
commit | a8497d925f6a1e82edbcd6f7b95d4c2ac8e394ba (patch) | |
tree | 2e1cbb23081a6567a70faad2ce244374f9ab2680 /eclass/php5-sapi.eclass | |
parent | add new version of PHP license. (diff) | |
download | historical-a8497d925f6a1e82edbcd6f7b95d4c2ac8e394ba.tar.gz historical-a8497d925f6a1e82edbcd6f7b95d4c2ac8e394ba.tar.bz2 historical-a8497d925f6a1e82edbcd6f7b95d4c2ac8e394ba.zip |
update license on PHP.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 6437ebd683f3..4e61ee6a33e7 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.25 2004/08/20 21:45:42 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.26 2004/08/22 00:49:11 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -20,7 +20,7 @@ INHERITED="$INHERITED $ECLASS" # set MY_P in the ebuild HOMEPAGE="http://www.php.net/" -LICENSE="PHP" +LICENSE="PHP-3" SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" IUSE="${IUSE} adabas bcmath berkdb birdstep bzlib calendar cdb cpdflib crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx dio empress empress-bcs esoob exif fam frontbase fdftk flatfile filepro ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres interbase iodbc jpeg ldap libedit mcve memlimit mhash mime ming mnogosearch msession msql mssql mysql mysqli ncurses nls nis oci8 odbc oracle7 ovrimos pcntl pcre pfpro png postgres posix qdbm readline recode sapdb sasl session shared sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl sybase sybase-ct sysvipc tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib" |