Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186410 | Differences between
and this patch

Collapse All | Expand All

(-)pybugz/pybugz-0.6.11.ebuild (-3 / +12 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.6.11.ebuild,v 1.6 2007/07/15 04:26:42 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.6.11.ebuild,v 1.6 2007/07/15 04:26:42 mr_bones_ Exp $
4
4
5
inherit distutils
5
inherit distutils eutils
6
6
7
DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
7
DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
8
HOMEPAGE="http://www.liquidx.net/pybugz/"
8
HOMEPAGE="http://www.liquidx.net/pybugz/"
Lines 11-15 LICENSE="GPL-2" Link Here
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
13
IUSE=""
13
IUSE=""
14
DEPEND=">=dev-lang/python-2.4
14
DEPEND=""
15
	dev-python/elementtree"
15
RDEPEND="|| (
16
	>=dev-lang/python-2.5
17
	( dev-python/elementtree >=dev-lang/python-2.4 )
18
)"
19
20
src_unpack() {
21
	unpack ${A}; cd ${S}
22
	epatch ${FILESDIR}/${P}-python_2.5.patch
23
}
24

Return to bug 186410