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-git-0.6.8.ebuild (-9 / +14 lines)
Lines 1-13 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-git/bzr-git-0.6.8.ebuild,v 1.3 2013/03/25 20:39:56 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild,v 1.3 2013/03/25 20:39:56 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
7
PYTHON_COMPAT=( python2_7 )
8
DISTUTILS_SINGLE_IMPL=1
9
10
inherit distutils-r1
11
11
12
DESCRIPTION="Support for Git branches in Bazaar"
12
DESCRIPTION="Support for Git branches in Bazaar"
13
HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git"
13
HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git"
Lines 22-28 Link Here
22
	KEYWORDS=""
22
	KEYWORDS=""
23
else
23
else
24
	SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"
24
	SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"
25
	KEYWORDS="amd64 x86"
25
	KEYWORDS="~amd64 ~x86"
26
fi
26
fi
27
27
28
IUSE=""
28
IUSE=""
Lines 33-37 Link Here
33
# Check info.py for dulwich and bzr version dependency info.
33
# Check info.py for dulwich and bzr version dependency info.
34
# The file should be fairly straightforward to understand.
34
# The file should be fairly straightforward to understand.
35
DEPEND=""
35
DEPEND=""
36
RDEPEND=">=dev-python/dulwich-0.8.2
36
RDEPEND=">=dev-python/dulwich-0.8.2[${PYTHON_USEDEP}]
37
	>=dev-vcs/bzr-2.5.0"
37
	>=dev-vcs/bzr-2.5.0[${PYTHON_USEDEP}]"
38
39
pkg_setup() {
40
	python-single-r1_pkg_setup
41
}
42

Return to bug 541008