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

Collapse All | Expand All

(-)bzr-xmloutput-0.8.8-r1.ebuild (-12 / +13 lines)
Lines 1-27 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
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/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r1.ebuild,v 1.3 2013/03/25 20:52:41 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r1.ebuild,v 1.3 2013/03/25 20:52:41 ago Exp $
4
4
5
EAPI="3"
5
EAPI=5
6
PYTHON_DEPEND="2"
7
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="3.*"
9
6
10
inherit distutils eutils
7
PYTHON_COMPAT=( python2_7 )
8
DISTUTILS_SINGLE_IMPL=1
11
9
12
DESCRIPTION="A Bazaar plugin that provides a option to generate XML output for
10
inherit distutils-r1
13
builtin commands."
11
12
DESCRIPTION="A Bazaar plugin that provides a option to generate XML output forbuiltin commands."
14
HOMEPAGE="http://bazaar-vcs.org/XMLOutput"
13
HOMEPAGE="http://bazaar-vcs.org/XMLOutput"
15
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
14
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
16
15
17
LICENSE="GPL-2"
16
LICENSE="GPL-2"
18
SLOT="0"
17
SLOT="0"
19
KEYWORDS="amd64 x86"
18
KEYWORDS="~amd64 ~x86"
20
IUSE=""
19
IUSE=""
21
20
22
DEPEND=""
21
DEPEND=""
23
RDEPEND="dev-vcs/bzr"
22
RDEPEND="dev-vcs/bzr[${PYTHON_USEDEP}]"
23
24
PATCHES=( "${FILESDIR}"/${P}_remove-relative-imports.patch )
24
25
25
src_prepare() {
26
pkg_setup() {
26
	epatch "${FILESDIR}"/${P}_remove-relative-imports.patch
27
	python-single-r1_pkg_setup
27
}
28
}

Return to bug 541008