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-explorer-1.3.0.ebuild (-10 / +13 lines)
Lines 1-14 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-explorer/bzr-explorer-1.3.0.ebuild,v 1.3 2013/05/20 08:22:40 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild,v 1.3 2013/05/20 08:22:40 ago Exp $
4
4
5
EAPI="3"
5
EAPI=5
6
6
7
PYTHON_DEPEND="2"
7
PYTHON_COMPAT=( python2_7 )
8
SUPPORT_PYTHON_ABIS="1"
8
DISTUTILS_SINGLE_IMPL=1
9
RESTRICT_PYTHON_ABIS="3.*"
10
9
11
inherit distutils
10
inherit distutils-r1
12
11
13
MY_PV=${PV/_beta/b}
12
MY_PV=${PV/_beta/b}
14
MY_PV=${MY_PV/_rc/rc}
13
MY_PV=${MY_PV/_rc/rc}
Lines 22-31 Link Here
22
21
23
SLOT="0"
22
SLOT="0"
24
23
25
KEYWORDS="amd64 x86"
24
KEYWORDS="~amd64 ~x86"
26
IUSE="gtk"
25
IUSE="gtk"
27
26
28
DEPEND=""
27
DEPEND=""
29
RDEPEND=">=dev-vcs/bzr-2.5
28
RDEPEND=">=dev-vcs/bzr-2.5[${PYTHON_USEDEP}]
30
		>=dev-vcs/qbzr-0.23
29
		>=dev-vcs/qbzr-0.23[${PYTHON_USEDEP}]
31
		gtk? ( dev-vcs/bzr-gtk )"
30
		gtk? ( dev-vcs/bzr-gtk[${PYTHON_USEDEP}] )"
31
32
pkg_setup() {
33
	python-single-r1_pkg_setup
34
}

Return to bug 541008