dev-util/RBTools/RBTools-0.5.ebuild
author Da Risk <da_risk@geekorum.com>
Wed, 03 Jul 2013 23:36:19 +0200
changeset 92 f9b5620446cf
parent 74 bd3a44d4acbc
permissions -rw-r--r--
torrent-search bump version to 0.11.2 (Portage version: 2.1.12.10/hg/Linux x86_64, signed Manifest commit with key )

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils python versionator

MY_PV=$(replace_version_separator '_' '') # only needed for beta release
MY_P=${PN}-${MY_PV}

DESCRIPTION="Companion tools for dev-util/reviewoard"
HOMEPAGE="http://www.reviewboard.org/"
SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/simplejson"

S=${WORKDIR}/${MY_P}