Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32399 Details for
Bug 52593
php-5.0_rc2.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
php-5.0_rc2.ebuild
php-5.0_rc2.ebuild (text/plain), 1.18 KB, created by
Ingo Bormuth
on 2004-05-31 12:11:23 UTC
(
hide
)
Description:
php-5.0_rc2.ebuild
Filename:
MIME Type:
Creator:
Ingo Bormuth
Created:
2004-05-31 12:11:23 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-php/php/php-5.0_beta1.ebuild,v 1.4 2004/01/08 06:25:10 robbat2 Exp $ > >PHPSAPI="cli" >MY_P="php-5.0.0rc2" >inherit php eutils > >#need to override SRC_URI, the beta isn't available from the usual url which is defined in the eclass >SRC_URI="http://us3.php.net/distributions/php-5.0.0RC2.tar.bz2" > >IUSE="${IUSE} readline" > >DESCRIPTION="PHP Shell Interpreter" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" > >DEPEND="${DEPEND} > readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) " > >RDEPEND="${RDEPEND}" > >EXCLUDE_DB4_FIX=1 >EXCLUDE_PEAR_FIX=1 > >src_compile() { > > use readline && myconf="${myconf} --with-readline" > > myconf="${myconf} \ > --with-mysql \ > --with-apache= \ > --disable-cgi \ > --enable-cli" > > php_src_compile > >} > > >src_install() { > installtargets="${installtargets} install-cli" > php_src_install > > # php executable is located in ./sapi/cli/ > exeinto /usr/bin > doexe sapi/cli/php >} > >pkg_postinst() { > php_pkg_postinst > einfo "This is a CLI only build." > einfo "You can not use it on a webserver." >} >pkg_preinst() { > php_pkg_preinst >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52593
: 32399