summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-01-22 18:52:00 +0000
committerMarius Mauch <genone@gentoo.org>2006-01-22 18:52:00 +0000
commit855a5e9adafa576fb203629570777ea286a37f5f (patch)
treeaafeed539bf4cbbfa236d9c3e434562b6375f90c /eclass/php5-sapi-r2.eclass
parentVersion bump (diff)
downloadgentoo-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-r2.eclass')
-rw-r--r--eclass/php5-sapi-r2.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 938b51af1447..17d45e998a39 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.37 2005/08/28 17:23:48 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.38 2006/01/22 18:52:00 genone Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -35,7 +35,7 @@ if [ "${PHP_PACKAGE}" = 1 ]; then
S="${WORKDIR}/${MY_PHP_P}"
fi
-IUSE="adabas bcmath berkdb birdstep bzip2 calendar cdb cpdflib crypt
+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 firebird frontbase fdftk flatfile filepro ftp gd gd-external gdbm gmp hardenedphp hyperwave-api imap inifile iconv informix ingres interbase iodbc jpeg kerberos ldap libedit mcve memlimit mhash mime ming mkconfig 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 threads tidy tiff tokenizer truetype wddx xsl xml2 xmlrpc xpm zlib"
@@ -44,7 +44,7 @@ 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 )
@@ -220,7 +220,7 @@ php5-sapi-r2_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"
@@ -395,7 +395,7 @@ php5-sapi-r2_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