From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3B8413832E for ; Tue, 9 Aug 2016 23:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A376E0B8D; Tue, 9 Aug 2016 23:52:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62E15E0B8A for ; Tue, 9 Aug 2016 23:52:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 574ED340B29 for ; Tue, 9 Aug 2016 23:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8198245E for ; Tue, 9 Aug 2016 23:52:19 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1470786441.1f6e4e956f45a71cc4ca09af253731d5f986b01e.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/, dev-util/buildbot-worker/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-worker/Manifest dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild dev-util/buildbot-worker/buildbot-worker-9999.ebuild dev-util/buildbot-worker/files/buildbot_worker.confd dev-util/buildbot-worker/files/buildbot_worker.initd dev-util/buildbot-worker/files/buildbot_worker.service dev-util/buildbot-worker/metadata.xml X-VCS-Directories: dev-util/buildbot-worker/ dev-util/buildbot-worker/files/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1f6e4e956f45a71cc4ca09af253731d5f986b01e X-VCS-Branch: master Date: Tue, 9 Aug 2016 23:52:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 729671b0-2bd8-47f1-aaff-a8487ad0b9f5 X-Archives-Hash: 74ad6f0bec963799079194cd3bff236c commit: 1f6e4e956f45a71cc4ca09af253731d5f986b01e Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 9 21:50:15 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Aug 9 23:47:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6e4e95 dev-util/buildbot-worker: New buildbot-0.9 worker (slave) This new package replaces the dev-util/buildbot-slave package. This new build slave is not comaptible with buildbot versions prior to 0.9*. Package-Manager: portage-2.3.0 dev-util/buildbot-worker/Manifest | 1 + .../buildbot-worker-0.9.0_rc1.ebuild | 67 ++++++++++++++++++++++ .../buildbot-worker/buildbot-worker-9999.ebuild | 67 ++++++++++++++++++++++ .../buildbot-worker/files/buildbot_worker.confd | 9 +++ .../buildbot-worker/files/buildbot_worker.initd | 48 ++++++++++++++++ .../buildbot-worker/files/buildbot_worker.service | 12 ++++ dev-util/buildbot-worker/metadata.xml | 19 ++++++ 7 files changed, 223 insertions(+) diff --git a/dev-util/buildbot-worker/Manifest b/dev-util/buildbot-worker/Manifest new file mode 100644 index 0000000..f5d3c01 --- /dev/null +++ b/dev-util/buildbot-worker/Manifest @@ -0,0 +1 @@ +DIST buildbot-worker-0.9.0rc1.tar.gz 98041 SHA256 5fc9bc888aee3af5e144c51a6c11d8f5afe57e459644749c66b495e82fba7e7e SHA512 c9201649d8af74bc988032a69c20b220bf70b2fe7bba7eb27638408a34f2d82b90f6421a39f3a2af8cfbe8ea11429dc04faa1de635bff77fd5a9b13c9d78f167 WHIRLPOOL 6205a8bc018a65674e955fa6edeb9f32ec1f0dbc05bf50f649cab7271f506cfad61c8556a05c0d2185f364b9b9a493130bdea2e798cd96238f7b0797f6d12257 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 new file mode 100644 index 0000000..b59c113 --- /dev/null +++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" + +[[ ${PV} == *9999 ]] && inherit git-r3 +inherit readme.gentoo user distutils-r1 + +DESCRIPTION="BuildBot Slave Daemon" +HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave" + +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 +IUSE="test" + +RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}] + || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}] + + + + + hwoarang@gentoo.org + Markos Chandras + + + dolsen@gentoo.org + Brian Dolbec + + + + devel@buildbot.net + Developers List + + buildbot-slave + +