summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2018-03-13 20:44:44 +0000
committerBrian Dolbec <dolsen@gentoo.org>2018-03-13 23:56:35 +0000
commit50c39fb0f1d810898aa82c97f86c618f003c0a20 (patch)
tree4a37c11bfeafeaf814cdc93110500a89bec8e208 /dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.10.ebuild
parentdev-util/buildbot-www: Clean old versions (diff)
downloadgentoo-50c39fb0f1d810898aa82c97f86c618f003c0a20.tar.gz
gentoo-50c39fb0f1d810898aa82c97f86c618f003c0a20.tar.bz2
gentoo-50c39fb0f1d810898aa82c97f86c618f003c0a20.zip
dev-util/buildbot-waterfall-view: Clean old versions
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.10.ebuild')
-rw-r--r--dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.10.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.10.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.10.ebuild
deleted file mode 100644
index a2fb58771439..000000000000
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.10.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
-
-[[ ${PV} == *9999 ]] && inherit git-r3
-inherit distutils-r1
-
-DESCRIPTION="Buildbot waterfall-view plugin"
-HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-waterfall-view"
-
-MY_PV="${PV/_p/.post}"
-MY_P="${PN}-${MY_PV}"
-[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} == *9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64"
-fi
-
-IUSE="test"
-
-RDEPEND="
- ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
- >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == *9999 ]] && S=${S}/www/base
-
-python_test() {
- distutils_install_for_testing
-
- esetup.py test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-}