diff options
author | Marius Mauch <genone@gentoo.org> | 2006-01-22 18:52:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-01-22 18:52:00 +0000 |
commit | 855a5e9adafa576fb203629570777ea286a37f5f (patch) | |
tree | aafeed539bf4cbbfa236d9c3e434562b6375f90c /eclass/php5-sapi.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-855a5e9adafa576fb203629570777ea286a37f5f.tar.gz gentoo-2-855a5e9adafa576fb203629570777ea286a37f5f.tar.bz2 gentoo-2-855a5e9adafa576fb203629570777ea286a37f5f.zip |
Replace (c)pdflib use flags with pdf use flag
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 94f07b95cec0..c3f47816afd6 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.54 2005/08/23 14:55:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.55 2006/01/22 18:52:00 genone Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -21,14 +21,14 @@ HOMEPAGE="http://www.php.net/" LICENSE="PHP-3" SRC_URI="http://www.php.net/distributions/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" -IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cpdflib crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug dio empress empress-bcs esoob exif fam frontbase fdftk firebird flatfile filepro ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres iodbc jpeg kerberos 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 sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl sybase sybase-ct sysvipc tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib" +IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb pdf crypt ctype curl curlwrappers db2 dba dbase dbm dbmaker dbx debug dio empress empress-bcs esoob exif fam frontbase fdftk firebird flatfile filepro ftp gd gd-external gdbm gmp hyperwave-api imap inifile iconv informix ingres iodbc jpeg kerberos 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 sharedext sharedmem simplexml snmp soap sockets solid spell spl sqlite ssl sybase sybase-ct sysvipc tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib" # these USE flags should have the correct dependencies DEPEND="$DEPEND !<=dev-php/php-4.99.99 berkdb? ( =sys-libs/db-4* ) bzip2? ( app-arch/bzip2 ) - cpdflib? ( >=media-libs/clibpdf-2 ) + pdf? ( >=media-libs/clibpdf-2 ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) fam? ( virtual/fam ) @@ -175,7 +175,7 @@ php5-sapi_check_awkward_uses() { enable_extension_with "gd" "gd" 0 fi - confutils_use_depend_any "jpeg" "gd" "gd-external" "cpdflib" + confutils_use_depend_any "jpeg" "gd" "gd-external" "pdf" confutils_use_depend_any "png" "gd" "gd-external" confutils_use_depend_any "tiff" "gd" "gd-external" confutils_use_depend_any "xpm" "gd" "gd-external" @@ -346,7 +346,7 @@ php5-sapi_src_compile() { enable_extension_enable "bcmath" "bcmath" 1 enable_extension_with "bz2" "bzip2" 1 enable_extension_enable "calendar" "calendar" 1 - enable_extension_with "cpdflib" "cpdflib" 1 # depends on jpeg + enable_extension_with "cpdflib" "pdf" 1 # depends on jpeg enable_extension_disable "ctype" "ctype" 0 enable_extension_with "curl" "curl" 1 enable_extension_with "curlwrappers" "curlwrappers" 1 |