Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/
Date: Fri, 07 Oct 2016 20:18:07
Message-Id: 1475871470.92d9767a1cb87138849ed1bfcfb7171a3b7cc8b1.dolsen@gentoo
1 commit: 92d9767a1cb87138849ed1bfcfb7171a3b7cc8b1
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 20:13:02 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 20:17:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d9767a
7
8 dev-util/buildbot-worker: Version bump, clean up old releases
9
10 Add missed service file install.
11
12 Package-Manager: portage-2.3.1_p8
13
14 dev-util/buildbot-worker/Manifest | 3 +-
15 ..._rc2.ebuild => buildbot-worker-0.9.0_p1.ebuild} | 3 +-
16 .../buildbot-worker-0.9.0_rc1.ebuild | 67 ----------------------
17 3 files changed, 3 insertions(+), 70 deletions(-)
18
19 diff --git a/dev-util/buildbot-worker/Manifest b/dev-util/buildbot-worker/Manifest
20 index 57dafb0..ca0ddca 100644
21 --- a/dev-util/buildbot-worker/Manifest
22 +++ b/dev-util/buildbot-worker/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST buildbot-worker-0.9.0rc1.tar.gz 98041 SHA256 5fc9bc888aee3af5e144c51a6c11d8f5afe57e459644749c66b495e82fba7e7e SHA512 c9201649d8af74bc988032a69c20b220bf70b2fe7bba7eb27638408a34f2d82b90f6421a39f3a2af8cfbe8ea11429dc04faa1de635bff77fd5a9b13c9d78f167 WHIRLPOOL 6205a8bc018a65674e955fa6edeb9f32ec1f0dbc05bf50f649cab7271f506cfad61c8556a05c0d2185f364b9b9a493130bdea2e798cd96238f7b0797f6d12257
25 -DIST buildbot-worker-0.9.0rc2.tar.gz 95743 SHA256 12dd257a309b2af72cfc8e180bbcccf4fcd843786d5d2fb635967eef844682a6 SHA512 77773d06e86b03087215c045887f24f636ee7a3f9aafa59e3905f01fb3b7abee35308e25a7bec20cbf3cd5240db0569648f38413abdd5ca3b61f03c94bfc8801 WHIRLPOOL 8fa33af9e663e7f3b026a463d49707657dbaf8be0d57f5c47c9cdc4ca326aa5bbffb9589d1a0c8dc1c2be6cdc989c69e81ab69d29548c7d05dac08df6a352fff
26 +DIST buildbot-worker-0.9.0.post1.tar.gz 95780 SHA256 9da22fdf23462680a37d3995cde75410f204d3cb417491363e3f6561fc9011b9 SHA512 50eb98ad4f870f15b1cc34113db139b3b290bef377b4f66ac7c023590f277c102b8776e3a009f296209cf524377c10f60435b18f47cc39d6c27af04778d3296e WHIRLPOOL 1dd5d4274281fe4f582b5e7b83a99693c41282cb2a5262b8899319d3a1e95888417174b8db4ed9f8dcd52ee66785adac98f0d2ecc8abc158a661dfdfa6cd33da
27 DIST buildbot-worker-0.9.0rc3.tar.gz 95713 SHA256 c1437bb5b692f6037a79dfdba2634cd982db2d2ede41928f60f0cc6c4e101673 SHA512 114a1d782b29fa1de894cbd8eae6a3062b8119c53832acf2e928cc304311df04f06ec430b2d8f456876f93c8aa952e40e09f2632356416fa8ef51442431c13ff WHIRLPOOL e6d4b29fdf07b487655565defaecdd749e62538e02520144e605c8e781735076001d1449dfd928dbef750042c0e78dc7d7eed823218e4e911c5f9354a74d0ddf
28
29 diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc2.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
30 similarity index 96%
31 rename from dev-util/buildbot-worker/buildbot-worker-0.9.0_rc2.ebuild
32 rename to dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
33 index 2d9c580..8ef538a 100644
34 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc2.ebuild
35 +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_p1.ebuild
36 @@ -13,7 +13,7 @@ inherit readme.gentoo user distutils-r1
37 DESCRIPTION="BuildBot Slave Daemon"
38 HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave"
39
40 -MY_V="0.9.0rc2"
41 +MY_V="0.9.0.post1"
42 MY_P="${PN}-${MY_V}"
43 [[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
44
45 @@ -57,6 +57,7 @@ python_install_all() {
46
47 newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
48 newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
49 + systemd_dounit "${FILESDIR}/buildbot_worker.service"
50
51 readme.gentoo_create_doc
52 }
53
54 diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild
55 deleted file mode 100644
56 index b59c113..00000000
57 --- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild
58 +++ /dev/null
59 @@ -1,67 +0,0 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Id$
63 -
64 -EAPI="5"
65 -PYTHON_COMPAT=( python2_7 )
66 -
67 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
68 -
69 -[[ ${PV} == *9999 ]] && inherit git-r3
70 -inherit readme.gentoo user distutils-r1
71 -
72 -DESCRIPTION="BuildBot Slave Daemon"
73 -HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave"
74 -
75 -MY_PV="${PV/_p/p}"
76 -MY_V="0.9.0rc1"
77 -MY_P="${PN}-${MY_V}"
78 -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
79 -
80 -LICENSE="GPL-2"
81 -SLOT="0"
82 -if [[ ${PV} == *9999 ]]; then
83 - KEYWORDS=""
84 -else
85 - KEYWORDS="~amd64"
86 -fi
87 -IUSE="test"
88 -
89 -RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
90 - || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
91 - <dev-python/twisted-16.3.0[${PYTHON_USEDEP}]
92 - )
93 - dev-python/future[${PYTHON_USEDEP}]
94 - !<dev-util/buildbot-0.9.0_rc1"
95 -DEPEND="${RDEPEND}
96 - test? ( dev-python/mock[${PYTHON_USEDEP}] )"
97 -
98 -S="${WORKDIR}/${MY_P}"
99 -[[ ${PV} == *9999 ]] && S=${S}/slave
100 -
101 -pkg_setup() {
102 - enewuser buildbot
103 -
104 - DOC_CONTENTS="The \"buildbot\" user and the \"buildbot_worker\" init script has been added
105 - to support starting buildbot_worker through Gentoo's init system. To use this,
106 - set up your build worker following the documentation, make sure the
107 - resulting directories are owned by the \"buildbot\" user and point
108 - \"${ROOT}etc/conf.d/buildbot_worker\" at the right location. The scripts can
109 - run as a different user if desired. If you need to run more than one
110 - build worker, just copy the scripts."
111 -}
112 -
113 -python_install_all() {
114 - distutils-r1_python_install_all
115 -
116 - doman docs/buildbot-worker.1
117 -
118 - newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
119 - newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
120 -
121 - readme.gentoo_create_doc
122 -}
123 -
124 -pkg_postinst() {
125 - readme.gentoo_print_elog
126 -}