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 5908513832E for ; Tue, 9 Aug 2016 23:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D63E9E0B8A; 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 271B0E0B78 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 14E6E340AC0 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 956A8245C 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.ab3ca7115d83ff0002839c443720f76f7d29ec99.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-console-view/Manifest dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild dev-util/buildbot-console-view/metadata.xml X-VCS-Directories: dev-util/buildbot-console-view/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: ab3ca7115d83ff0002839c443720f76f7d29ec99 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: 1171df55-fe97-492b-88ca-14f38a6e802c X-Archives-Hash: b41baaf6c7fc977e9f2a5da6cd310024 commit: ab3ca7115d83ff0002839c443720f76f7d29ec99 Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 9 21:42:25 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=ab3ca711 dev-util/buildbot-console-view: New buildbot-0.9 interface plugin Package-Manager: portage-2.3.0 dev-util/buildbot-console-view/Manifest | 1 + .../buildbot-console-view-0.9.0_rc1.ebuild | 46 ++++++++++++++++++++++ dev-util/buildbot-console-view/metadata.xml | 22 +++++++++++ 3 files changed, 69 insertions(+) diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest new file mode 100644 index 0000000..612a0ea --- /dev/null +++ b/dev-util/buildbot-console-view/Manifest @@ -0,0 +1 @@ +DIST buildbot-console-view-0.9.0rc1.tar.gz 627043 SHA256 4cd6c276082a65d2a7d6c9f8fbc14c9f7a57f80ca6ffa09b111976e026ab9d3c SHA512 80ceae74a2dc2035e6e389ee462a5c92aaf3f4d06008c5b01b2b71b6725c4380cc82b2145ffb09e77425926cf06b6ab60a027996d128579c4e83ca0984c40f06 WHIRLPOOL 87194dc0e6ca5b027f1d8f8d64756b145eadc958d02435508f6b5cb9a11323a1c1bd11bc5dad9780d1d4ecc5ac7dad7c5f01cc2a2bada221e8233849724c9c12 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 new file mode 100644 index 0000000..52840dd --- /dev/null +++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild @@ -0,0 +1,46 @@ +# 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 +} diff --git a/dev-util/buildbot-console-view/metadata.xml b/dev-util/buildbot-console-view/metadata.xml new file mode 100644 index 0000000..3dad55e --- /dev/null +++ b/dev-util/buildbot-console-view/metadata.xml @@ -0,0 +1,22 @@ + + + + + hwoarang@gentoo.org + Markos Chandras + + + dolsen@gentoo.org + Brian Dolbec + + The buildbot-console-view plugin is the user interface code used to + display information about the builds to the console. + + + + devel@buildbot.net + Developers List + + buildbot + +