Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161253 Details for
Bug 135287
dev-python/pyxmpp-1.0.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixed ebuild
pyxmpp-1.0.0-r1.ebuild (text/plain), 906 bytes, created by
Leonid Evdokimov
on 2008-07-24 10:43:55 UTC
(
hide
)
Description:
fixed ebuild
Filename:
MIME Type:
Creator:
Leonid Evdokimov
Created:
2008-07-24 10:43:55 UTC
Size:
906 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils distutils > >DESCRIPTION="A Python XMPP (RFC 3920,3921) and Jabber implementation" >HOMEPAGE="http://pyxmpp.jajcus.net/" >SRC_URI="http://pyxmpp.jajcus.net/downloads/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND=">=dev-lang/python-2.3 > >=dev-libs/libxml2-2.6.23" >RDEPEND="${DEPEND} > >=dev-python/dnspython-1.3.2 > >=dev-python/m2crypto-0.13.1" > >pkg_setup() { > if ! built_with_use dev-libs/libxml2 python ; then > eerror "To build pyxmpp, libxml2 must be built with python" > eerror "bindings. To continue merging pyxmpp, you must first " > eerror "recompile libxml2 with the python use flag enabled" > die "pyxmpp requires libxml2 with USE=python" > fi >} > >src_install() { > DOCS="CHANGES" > distutils_src_install > use doc && dohtml -r doc/www/* >}
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 135287
:
88190
|
88261
|
89589
| 161253