Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77977 Details for
Bug 120152
dev-python/mod_python-3.2.6.ebuild proposal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_python-3.2.6.ebuild
mod_python-3.2.6.ebuild (text/plain), 1.59 KB, created by
Martin Mokrejš
on 2006-01-24 02:09:48 UTC
(
hide
)
Description:
mod_python-3.2.6.ebuild
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2006-01-24 02:09:48 UTC
Size:
1.59 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/mod_python-3.1.4-r1.ebuild,v 1.7 2006/01/15 17:16:13 marienz Exp $ > >inherit python eutils apache-module autotools > >DESCRIPTION="An Apache2 DSO providing an embedded Python interpreter" >HOMEPAGE="http://www.modpython.org/" >SRC_URI="mirror://apache/httpd/modpython/${P}.tgz" > >LICENSE="Apache-1.1" >SLOT="0" >KEYWORDS="alpha amd64 ppc sparc x86" >IUSE="" >DEPEND="dev-lang/python" > >#APACHE2_MOD_CONF="2.7.11/16_${PN}" >APACHE2_MOD_DEFINE="PYTHON" > >DOCFILES="README NEWS CREDITS COPYRIGHT" > >need_apache2 > >src_unpack() { > unpack ${A} || die "unpack failed" > cd ${S} || die "cd \$S failed" > > # remove optimisations, we do that outside portage > sed -ie 's:--optimize 2:--no-compile:' dist/Makefile.in > > # Fix compilation when using Python-2.3 > if has_version ">=dev-lang/python-2.3"; then > sed -ie 's:LONG_LONG:PY_LONG_LONG:g' "${S}/src/requestobject.c" > fi > > # fix configure with bash 3.1 > epatch "${FILESDIR}/${P}-configure-bash-3.1.patch" > eautoconf >} > >src_compile() { > econf --with-apxs=${APXS2} || die > emake OPT="`apxs2 -q CFLAGS` -fPIC" || die >} > >src_install() { > emake DESTDIR=${D} install || die > > dohtml doc-html/* > insinto /usr/share/doc/${PF}/html/icons > doins doc-html/icons/* > > apache-module_src_install > insinto ${APACHE2_MODULES_CONFDIR} > newins ${FILESDIR}/16_${PN}-r1.conf 16_${PN}.conf >} > >pkg_postinst() { > python_version > python_mod_optimize /usr/lib/python${PYVER}/site-packages/mod_python > apache-module_pkg_postinst >} > >pkg_postrm() { > python_mod_cleanup >}
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 120152
: 77977 |
77978