diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-12 09:02:42 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-12 09:02:42 +0000 |
commit | 44d7a19ab3c1a0ec55d0cfb6afd239944a5e6062 (patch) | |
tree | ad16c900f16638d531f25af18aaf668f5cf174cf /eclass | |
parent | Stable on x86. (diff) | |
download | gentoo-2-44d7a19ab3c1a0ec55d0cfb6afd239944a5e6062.tar.gz gentoo-2-44d7a19ab3c1a0ec55d0cfb6afd239944a5e6062.tar.bz2 gentoo-2-44d7a19ab3c1a0ec55d0cfb6afd239944a5e6062.zip |
Add warning about crack and pdf extensions.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-sapi.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 29d0127d05a3..bd34aa4ad2cc 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.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/php-sapi.eclass,v 1.79 2005/07/11 18:24:44 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.80 2005/07/12 09:02:42 sebastian Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib libtool @@ -653,6 +653,12 @@ php-sapi_pkg_postinst() { ewarn "it, and re-merge >=dev-php/php-4.3.4-r2 afterwards to ensure" ewarn "your PHP installation is consistant." fi + if has_version "<${PV}"; then + ewarn "The php, php-cgi, and mod_php ebuilds no longer supply the" + ewarn "crack and pdflib extensions. If you need these, please use" + ewarn "the corresponding PECL packages by emerging PECL-crack or" + ewarn "PECL-pdflib, respectively." + fi ewarn "If you have additional third party PHP extensions (such as" ewarn "dev-php/eaccelerator) you may need to recompile them now." if use curl; then |