Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17291 Details for
Bug 25682
Mod_Python 3.0.3 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_python-3.0.3 ebuild
mod_python-3.0.3.ebuild (text/plain), 1.13 KB, created by
Carlos Castillo
on 2003-09-08 16:37:36 UTC
(
hide
)
Description:
mod_python-3.0.3 ebuild
Filename:
MIME Type:
Creator:
Carlos Castillo
Created:
2003-09-08 16:37:36 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="An Apache2 DSO providing an embedded Python interpreter" >HOMEPAGE="http://www.modpython.org/" > >SRC_URI="http://www.apache.org/dist/httpd/modpython/${P}.tgz" >DEPEND="dev-lang/python >=net-www/apache-2.0" >LICENSE="Apache-1.1" >KEYWORDS="~x86" >IUSE="" >SLOT="0" > >src_unpack() { > unpack ${A} || die > cd ${S} || die > einfo "Applying dest_dir patch to Makefile.in" > patch -p0 <${FILESDIR}/mod_python-3.0.3-dest1.diff || die > cd dist > einfo "Applying dest_dir path to dist/Makefile.in" > patch -p1 <${FILESDIR}/mod_python-3.0.3-dest2.diff || die > cd .. >} > >src_compile() { > ./configure --with-apxs=/usr/sbin/apxs2 || die > make OPT="`apxs2 -q CFLAGS` -fPIC" || die >} > >src_install() { > dodir /usr/lib/{apache2,apache2-extramodules} > make install DESTDIR=${D} || die > mv ${D}/usr/lib/apache2/${PN}.so ${D}/usr/lib/apache2-extramodules > rm -rf ${D}/usr/lib/apache2 > insinto /etc/apache2/conf/modules.d > doins ${FILESDIR}/16_mod_python.conf > dodoc ${FILESDIR}/16_mod_python.conf README NEWS CREDITS COPYRIGHT > dohtml doc-html/* >}
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 25682
:
17290
| 17291 |
17292
|
17293
|
17640