summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-10-07 12:59:53 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-10-07 13:17:49 -0700
commiteef1c86ea2e0ec7444ff408fb06a1923e1368369 (patch)
treedd5025976e8a8fd6f654f2b42fb4b801e02f3b4c /dev-util
parent135e0346ef909039a06f22c73227ae031108f2f3 (diff)
downloadgentoo-eef1c86ea2e0ec7444ff408fb06a1923e1368369.tar.gz
gentoo-eef1c86ea2e0ec7444ff408fb06a1923e1368369.tar.xz
dev-util/buildbot-console-view: Version bump, clean up old releases
Package-Manager: portage-2.3.1_p8
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/buildbot-console-view/Manifest3
-rw-r--r--dev-util/buildbot-console-view/buildbot-console-view-0.9.0_p1.ebuild (renamed from dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc2.ebuild)2
-rw-r--r--dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild46
3 files changed, 2 insertions, 49 deletions
diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest
index c9751d4274d..e4c6cd8203a 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -1,3 +1,2 @@
-DIST buildbot-console-view-0.9.0rc1.tar.gz 627043 SHA256 4cd6c276082a65d2a7d6c9f8fbc14c9f7a57f80ca6ffa09b111976e026ab9d3c SHA512 80ceae74a2dc2035e6e389ee462a5c92aaf3f4d06008c5b01b2b71b6725c4380cc82b2145ffb09e77425926cf06b6ab60a027996d128579c4e83ca0984c40f06 WHIRLPOOL 87194dc0e6ca5b027f1d8f8d64756b145eadc958d02435508f6b5cb9a11323a1c1bd11bc5dad9780d1d4ecc5ac7dad7c5f01cc2a2bada221e8233849724c9c12
-DIST buildbot-console-view-0.9.0rc2.tar.gz 627036 SHA256 2b22f23085c59ed23476aec82b38b5f1b1118b9075349ba905cdd9ae037ee024 SHA512 52baa15bfc5b69886fd73a8441057d36269a3206e471eb14733a9581f260ceeea01c73f41d9cd507287f74cf37baa38eb8ffcf104466be253e7e5a45d4841378 WHIRLPOOL d3082991baba6f017464ffdf7415eac02827787cfdcc7034e039e2876fa2ce9f39806c4c3708a3df5a72a5696b26b3ae6d6b533f3def1ab76198c234d25ff513
+DIST buildbot-console-view-0.9.0.post1.tar.gz 630459 SHA256 1415fb5afaa5a450a38349ce799190de34749449f1147ae42b6adf5ccfca8735 SHA512 c209c8dd320df2a7a9ab8bd8276a081c981981645ca85511320e5dc755957623cc051feb57904c5208e6f7e2b9f7c4ac6f204c574445cdff643685a2d5dafe17 WHIRLPOOL c81860f92bc6d55a5fa925d2b415ad640f4150573abfde878cf3e02c8f7cecba60de6e8d87571b8dd8f6d0d7ae24fcf29afbce532bb517e90f93644f4c80ec57
DIST buildbot-console-view-0.9.0rc3.tar.gz 627200 SHA256 07745cb165c448eeca80ff0b229cd91bba4e9eb4dc9f4e6478ab2ac76dc6ce27 SHA512 a8fb75d6a7e28238a21791661a6b58221f4656149c5feb49d9b8655f9725be1fc0420e2d9dc3ea4a3a2fb7bf4f03e2201f9f891dadab0c1e135d2f23d6f8d12e WHIRLPOOL 56d9f4590ef9c9cb9f44af25ea5192e6aeb697d54c0555d27332cc3c5cdf2a005642b0f5ce9add1ae7645adace468dfe65c86eefda5452e49cd36649496aeb50
diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc2.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_p1.ebuild
index 1f4fbb20231..1b237f4994c 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc2.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_p1.ebuild
@@ -14,7 +14,7 @@ inherit distutils-r1
DESCRIPTION="Buildbot console-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-console-view/buildbot-console-view-0.9.0_rc1.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
deleted file mode 100644
index b3478826468..00000000000
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
+++ /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 console-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
-}