diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-12 17:42:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-12 17:42:09 +0100 |
commit | 12d78242dec4f785d0a0bfb1c00eee2d8996c53b (patch) | |
tree | 0e7146574ec8dc5e4e1ebe328c68a50a48f170ca /dev-util/rbtools | |
parent | 6e0dec7ba4f6c5793a3d0b85952efa7ec57afa65 (diff) |
gentoo resync : 12.10.2017 (fix rsync script)
Diffstat (limited to 'dev-util/rbtools')
-rw-r--r-- | dev-util/rbtools/rbtools-0.7.9.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/rbtools/rbtools-0.7.9.ebuild b/dev-util/rbtools/rbtools-0.7.9.ebuild deleted file mode 100644 index 4ef8e4c719f2..000000000000 --- a/dev-util/rbtools/rbtools-0.7.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 versionator - -MY_PN="RBTools" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Command line tools for use with Review Board" -HOMEPAGE="https://www.reviewboard.org/" -SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=dev-python/six-1.8.0[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -DOCS=( AUTHORS NEWS README.md ) - -S=${WORKDIR}/${MY_P} |