Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23892 Details for
Bug 37835
sandbox error with pyOpenSSL-0.5.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
pyOpenSSL-0.5.1.ebuild (text/plain), 1.03 KB, created by
Bart Lauwers (RETIRED)
on 2004-01-15 16:37:31 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Bart Lauwers (RETIRED)
Created:
2004-01-15 16:37:31 UTC
Size:
1.03 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-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild,v 1.11 2004/01/15 03:24:28 blauwers Exp $ > >inherit distutils > >DESCRIPTION="Python interface to the OpenSSL library" >HOMEPAGE="http://pyopenssl.sourceforge.net/" >SRC_URI="mirror://sourceforge/pyopenssl/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="x86" >IUSE="tetex" > >RDEPEND="virtual/python > >=dev-libs/openssl-0.9.6g" >DEPEND="${RDEPEND} > tetex? ( >=dev-tex/latex2html-2002.2 )" > >src_compile() { > distutils_src_compile > if [ "`use tetex`" ] ; then > addwrite /var/cache/fonts > cd ${S}/doc > make html ps dvi > fi >} > >src_install() { > distutils_src_install > > if [ "`use tetex`" ] ; then > dohtml ${S}/doc/html/* > dodoc ${S}/doc/pyOpenSSL.* > fi > > # install examples > docinto examples > dodoc ${S}/examples/* > docinto examples/simple > dodoc ${S}/examples/simple/* >} > >pkg_postinst() { > echo > einfo "For docs in html you need to have tetex in your USE var" > echo >}
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 37835
: 23892