Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254209 Details for
Bug 342357
dev-php/pecl-bcompiler - A bytecode compiler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
pecl-bcompiler-0.9.3.ebuild (text/plain), 607 bytes, created by
Peter
on 2010-11-13 13:29:41 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Peter
Created:
2010-11-13 13:29:41 UTC
Size:
607 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >PHP_EXT_NAME="bcompiler" >PHP_EXT_INI="yes" >PHP_EXT_ZENDEXT="no" > >inherit php-ext-pecl-r1 > >DESCRIPTION="PHP bytecode Compiler." >HOMEPAGE="http://pecl.php.net/package/bcompiler" > >LICENSE="PHP-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >RDEPEND="" > >need_php_by_category > >src_unpack() { > unpack ${A} > cd "${S}" > > # this patch is not needed for php-5.3.x > if ! has_version '>=dev-lang/php-5.3.0'; then > epatch "${FILESDIR}/zend_is_callable.patch" > fi > > php-ext-source-r1_phpize >}
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 342357
:
251723
|
251725
|
252329
|
252367
|
253205
|
254209
|
254501
|
254519