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 9524B13832E for ; Tue, 9 Aug 2016 23:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C5F7E0B86; Tue, 9 Aug 2016 23:52:25 +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 E18F7E0B86 for ; Tue, 9 Aug 2016 23:52:23 +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 E4E8E340AA1 for ; Tue, 9 Aug 2016 23:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72BA4245A 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.3f1a63db0564b4a83587801bee3a3fee66f9fb85.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-pkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-pkg/Manifest dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild dev-util/buildbot-pkg/metadata.xml X-VCS-Directories: dev-util/buildbot-pkg/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3f1a63db0564b4a83587801bee3a3fee66f9fb85 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: aaa2bb90-5734-4625-b591-960a79ec354e X-Archives-Hash: 245d8b423978a5980e480a8538736c2f commit: 3f1a63db0564b4a83587801bee3a3fee66f9fb85 Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 9 21:29:59 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=3f1a63db dev-util/buildbot-pkg: New buildbot-0.9 pkg This package is used for the various buildbot-www base and plugins. Package-Manager: portage-2.3.0 dev-util/buildbot-pkg/Manifest | 1 + .../buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild | 44 ++++++++++++++++++++++ dev-util/buildbot-pkg/metadata.xml | 32 ++++++++++++++++ 3 files changed, 77 insertions(+) diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest new file mode 100644 index 0000000..8c0d825 --- /dev/null +++ b/dev-util/buildbot-pkg/Manifest @@ -0,0 +1 @@ +DIST buildbot-pkg-0.9.0rc1.tar.gz 3363 SHA256 0bbbf10361087493cc6ee62e077863eafe1b3e24c43a8429a6eb1a75b35359b6 SHA512 b9bf46252ddb28f1d83f4425f65cd8cdc187eaaee0006ec84d3bf9fe89d32001295ff631fa2f4f29d61a0da3ea9ab89e5b95a402bbd781b537e3f1497fa1ec23 WHIRLPOOL 33d643cae5ec89d418ec3a41c3903a8d8c1f6a95626a8391a4ffde3872184e5d8cfb776affe392cd70f6500267be08f972e4e92c9360029f9880b887e4c78cd5 diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild new file mode 100644 index 0000000..9900daa --- /dev/null +++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild @@ -0,0 +1,44 @@ +# 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 + +MY_PV="${PV/_p/p}" +MY_V="0.9.0rc1" +MY_P="${PN}-${MY_V}" + +DESCRIPTION="BuildBot common www build tools for packaging releases" +HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot http://pypi.python.org/pypi/buildbot" +[[ ${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}] +" + +DEPEND="${RDEPEND} + >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}] +" + +S=${WORKDIR}/${MY_P} + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-util/buildbot-pkg/metadata.xml b/dev-util/buildbot-pkg/metadata.xml new file mode 100644 index 0000000..5a7ed40 --- /dev/null +++ b/dev-util/buildbot-pkg/metadata.xml @@ -0,0 +1,32 @@ + + + + + hwoarang@gentoo.org + Markos Chandras + + + dolsen@gentoo.org + Brian Dolbec + + The BuildBot is a system to automate the compile/test cycle required + by most software projects to validate code changes. + Features: + * run builds on a variety of slave platforms + * arbitrary build process: handles projects using C, Python, whatever + * minimal host requirements: python and Twisted + * slaves can be behind a firewall if they can still do checkout + * status delivery through web page, email, IRC, other protocols + * track builds in progress, provide estimated completion time + * flexible configuration by subclassing generic build process classes + * debug tools to force a new build, submit fake Changes, query slave + status + * released under the GPL + + + devel@buildbot.net + Developers List + + buildbot + +