Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 196247 Details for
Bug 276070
dev-python/pyzor only pyzord require gdbm
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyzor-0.5.0.ebuild
pyzor-0.5.0.ebuild (text/plain), 1.25 KB, created by
INODE64 Sistemas
on 2009-07-01 12:06:02 UTC
(
hide
)
Description:
pyzor-0.5.0.ebuild
Filename:
MIME Type:
Creator:
INODE64 Sistemas
Created:
2009-07-01 12:06:02 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/pyzor-0.5.0.ebuild,v 1.4 2009/06/29 20:51:45 maekke Exp $ > >EAPI="2" > >inherit distutils eutils > >DESCRIPTION="A distributed, collaborative spam detection and filtering network" >HOMEPAGE="http://pyzor.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" >IUSE="pyzord" > >DEPEND="pyzord? ( dev-lang/python[gdbm] )" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}/pyzord_getopt.patch" > > # rfc822BodyCleanerTest doesn't work fine. > # Remove it until it's fixed. > sed -i \ > -e '/rfc822BodyCleanerTest/,/self\.assertEqual/d' \ > unittests.py || die "sed in unittest.py failed" >} > >src_install () { > DOCS="INSTALL THANKS UPGRADING" > distutils_src_install > dohtml docs/usage.html > rm -rf "${D}/usr/share/doc/pyzor" > > if use pyzord; then > dodir /usr/sbin > mv "${D}/usr/bin/pyzord" "${D}/usr/sbin/" > else > rm "${D}/usr/bin/pyzord" > fi >} > >pkg_postinst() { > if use pyzord; then > ewarn "/usr/bin/pyzord has been moved to /usr/sbin" > fi >} > >src_test() { > PYTHONPATH=build/lib/ "${python}" unittests.py ||Â die "tests failed" >}
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 276070
: 196247