diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-01-12 15:44:29 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-01-12 16:01:21 -0800 |
commit | 531fc7d8ad18d9896acf0b38703aeeb7f374ed21 (patch) | |
tree | 15bb7fea6f7cf3d716384d15cec4a6efcba16591 /dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild | |
parent | dev-util/buildbot-console-view: Version bump, clean old version (diff) | |
download | gentoo-531fc7d8ad18d9896acf0b38703aeeb7f374ed21.tar.gz gentoo-531fc7d8ad18d9896acf0b38703aeeb7f374ed21.tar.bz2 gentoo-531fc7d8ad18d9896acf0b38703aeeb7f374ed21.zip |
dev-util/buildbot-waterfall-view: Version bump, clean old version
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
Diffstat (limited to 'dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild')
-rw-r--r-- | dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild deleted file mode 100644 index 17decad50dc5..000000000000 --- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python2_7 ) - -EGIT_REPO_URI="git://github.com/buildbot/buildbot.git" - -[[ ${PV} == *9999 ]] && inherit git-r3 -inherit distutils-r1 - -DESCRIPTION="Buildbot waterfall-view plugin" -HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot http://pypi.python.org/pypi/buildbot" - -MY_V="0.9.0.post1" -MY_P="${PN}-${MY_V}" -[[ ${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 - -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_install_all() { - distutils-r1_python_install_all -} |