74
|
1 |
# Copyright 1999-2013 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
|
|
5 |
EAPI=3 |
|
6 |
|
|
7 |
PYTHON_DEPEND="2" |
|
8 |
SUPPORT_PYTHON_ABIS="1" |
|
9 |
RESTRICT_PYTHON_ABIS="3.*" |
|
10 |
|
|
11 |
inherit distutils python versionator |
|
12 |
|
|
13 |
MY_PV=$(replace_version_separator '_' '') # only needed for beta release |
|
14 |
MY_P=${PN}-${MY_PV} |
|
15 |
|
|
16 |
DESCRIPTION="Companion tools for dev-util/reviewoard" |
|
17 |
HOMEPAGE="http://www.reviewboard.org/" |
|
18 |
SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.gz" |
|
19 |
|
|
20 |
LICENSE="MIT" |
|
21 |
SLOT="0" |
|
22 |
KEYWORDS="~amd64 ~x86" |
|
23 |
IUSE="" |
|
24 |
|
|
25 |
RDEPEND="dev-python/simplejson" |
|
26 |
|
|
27 |
S=${WORKDIR}/${MY_P} |