commit:     9223322fd1a23ff42ef3d3c54711eb04910e9698
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 20:15:12 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 20:17:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9223322f

dev-util/buildbot-www: Version bump, clean up old releases

Package-Manager: portage-2.3.1_p8

 dev-util/buildbot-www/Manifest                     |  3 +-
 ...9.0_rc2.ebuild => buildbot-www-0.9.0_p1.ebuild} |  2 +-
 .../buildbot-www/buildbot-www-0.9.0_rc1.ebuild     | 45 ----------------------
 3 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index 18ddcfa..e2629e2 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,3 +1,2 @@
-DIST buildbot-www-0.9.0rc1.tar.gz 687202 SHA256 
1bd29a1587bb836faf725f03ce31ff990a03ddf20d4024887016d17cc8e4e38c SHA512 
82be17b617d763a657286095d4dc53d0a52c31e34320e9c024b2e1e071092f6769532c4a8adc4ee026c9a7637763e37a0aee4b9365073999a68abf7d7151136c
 WHIRLPOOL 
0464a6b1ccf7272ab459f2bcf9400e9ce5b2723d71e4cd3c5f9c9ab2b077470fc5dd9513e97ba9785d80c1952263b788fd8e138eb299e26ed3027fe8c5b9098d
-DIST buildbot-www-0.9.0rc2.tar.gz 687487 SHA256 
5bbe07e491bb5320cad6fea70809f4822745e925f2f5752a70bf50bbec267321 SHA512 
a1cb8e987529be73978bd851759adba3d76fef48fc7cb5ed131a4c6c7d44759ff9df5eb0fbd95f36531d8b761b4a73ca01490d89683c90fe6d8dc9b7eff9dce4
 WHIRLPOOL 
f6a33b83d6c9b4da4861a30836429488f74f58a05cec53f2727b2cc93f0b2e0dbd771450e5b065efc5f4195906fb10b86d89798fa0a400457618b1c6d0484d73
+DIST buildbot-www-0.9.0.post1.tar.gz 687998 SHA256 
54b6438d46001b97c09b37490e0359d4515357574a9f3f83b796ce4b74897c11 SHA512 
e1ed618c7467ac8d3620a9ab1ff14010ed6826562ef117c893cecaab18c06cc4619d9883a45f85ea22b76259bdc1a5bba050afe112aba9449917b7f4c3b3f5ef
 WHIRLPOOL 
870d349a9a52fc9d12a162cd0b5fa94cb9b44c7aacfbaa1d148151e753c11b9fa906f92b85f2858cdc796a2573694c93f560a5fd99ecd19adaed9be68342ed8e
 DIST buildbot-www-0.9.0rc3.tar.gz 687638 SHA256 
9526252baf61a513c38e8549b6a528bc6fc56cc7e7f6c8d9dbd2163c741103e1 SHA512 
d3354cd233e84af25ccc8c9cd83e1626e4b9737815f741689f53f919173a39abf941fcbfaa421f2a0797d1026fa2d9a1986f2954d0cf83e77d41c95a419b0a40
 WHIRLPOOL 
a5df99b229d166453b889eae1c031c4c1623e92aa2bd8a8df6a5cf7a39ded3947bde7ee357e8e0734169323e42d34bb42bda850cbe3e364888115f4aac39ef5a

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.0_rc2.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.0_p1.ebuild
similarity index 98%
rename from dev-util/buildbot-www/buildbot-www-0.9.0_rc2.ebuild
rename to dev-util/buildbot-www/buildbot-www-0.9.0_p1.ebuild
index 0158953..38d71b4 100644
--- a/dev-util/buildbot-www/buildbot-www-0.9.0_rc2.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-0.9.0_p1.ebuild
@@ -14,7 +14,7 @@ inherit distutils-r1
 DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
 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-www/buildbot-www-0.9.0_rc1.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild
deleted file mode 100644
index 8370602..00000000
--- a/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.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 base web interface, use with 
buildbot-{console-view,waterfall-view}..."
-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=""
-
-DEPEND="${RDEPEND}
-       >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-       ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
-       ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-#[[ ${PV} == *9999 ]] && S=${S}/www/base
-
-python_install_all() {
-       distutils-r1_python_install_all
-}

Reply via email to