dev-util/buildbot-waterfall-view: Version bump, clean up old releases
authorBrian Dolbec <dolsen@gentoo.org>
Fri, 7 Oct 2016 20:09:27 +0000 (13:09 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Fri, 7 Oct 2016 20:17:50 +0000 (13:17 -0700)
Package-Manager: portage-2.3.1_p8

dev-util/buildbot-waterfall-view/Manifest
dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild [moved from dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc2.ebuild with 98% similarity]
dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild [deleted file]

index 05ebf2183d6b47b5aac82ddbc2af17d54e113442..bd7983fa4adf9add5c17dba0b0d0baab64ba9c68 100644 (file)
@@ -1,3 +1,2 @@
-DIST buildbot-waterfall-view-0.9.0rc1.tar.gz 701353 SHA256 8822f75ceac242d00dc10cdc381864e460b936532a1618bf47ce9b353a63814a SHA512 3829faf9da4fb8a2137affbafc0fc4e08e3bfd229a861089e1140e715348305896235dfeb44df93b4b8da3273f261b1d98e02073d4b822c99c4eec7736824def WHIRLPOOL e616ab438b5d64a63ee33cf47475bb35869c27e9b277797ef99a246f72a95339eb8145afed1b18f412d2212be0292c6bae63f4741a7f1611d95529f67d8cae98
-DIST buildbot-waterfall-view-0.9.0rc2.tar.gz 701480 SHA256 00cc9d74d18d1e7b59a303884bfa3519e315fe580cd938ff489b5eafd7cacbff SHA512 a3bd896b529666b51b0b9c34fca612172b98c20cec34f4d508a5fb7d33d9ba6d3caf9b59c7ede059532b31848fa66ed5a66b807037ecf7da7291f3ad9e2a454c WHIRLPOOL a32e6b2a5c5ef9591a09654bd487eb3e7df5652a3dd1efa86ad98478fa5a7d7deadb945b5a50c708b98d151c6112c0733bfaafc3fcc23ffcd6daccbdeb5912fc
+DIST buildbot-waterfall-view-0.9.0.post1.tar.gz 704789 SHA256 0f5469dfa30572b5f8f12588003188d68c9541c80876860727f2fd5f02df3b75 SHA512 45e055f694f208f97d11c20db56a107eae3ee7c6308e4e74b5569b46baeb0a24bc3a2d99a30f28c3231570f2bbb3c492d503e7128a569d9d33ec684f8f59b72f WHIRLPOOL bc8ba2e309a6674c0afbb8781e1038d2b693217a45fd8cbdbaceda8cf9fefc705fea23c21ac74c23e87866676df0323e5a3eac4504da91df53dd108a044910b6
 DIST buildbot-waterfall-view-0.9.0rc3.tar.gz 701514 SHA256 012932cbb437ad0c93336693d9aec205352228d4a2dc5161eb85f25a87ecf876 SHA512 6247cd26b08a5f7a862ddfe5df3e1378eaf73a0518e90faec41d48597b12f4f228c614dc3d10c090a606c05da75dea0f4445018debe59d2cca5717cce3b370fa WHIRLPOOL a3b481d3f9094d6e6a80c26062832dbfd20e99a51cf24c7cf730322806188a04f28840d98d724af76079fd38db16522bc55ea12943861ec6fcb2d7b4b3836411
similarity index 98%
rename from dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc2.ebuild
rename to dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_p1.ebuild
index c2ca5a3b7a7c3a26b8ec6749c83de32d2de69737..17decad50dc5941ef6c91be0f796b011a966dcb0 100644 (file)
@@ -14,7 +14,7 @@ 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.0rc2"
+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"
 
diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild
deleted file mode 100644 (file)
index ba22090..0000000
+++ /dev/null
@@ -1,46 +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_PV="${PV/_p/p}"
-MY_V="0.9.0rc1"
-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
-}