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 9ED77138330 for ; Thu, 1 Sep 2016 17:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6821021C09C; Thu, 1 Sep 2016 17:14:35 +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 74FBD21C097 for ; Thu, 1 Sep 2016 17:14:34 +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 5CE8F340940 for ; Thu, 1 Sep 2016 17:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09AA82475 for ; Thu, 1 Sep 2016 17:14:32 +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: <1472750028.c76dcc0d5aa22eef9f4bc27f94407fd42e2ebafa.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-waterfall-view/Manifest dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc2.ebuild X-VCS-Directories: dev-util/buildbot-waterfall-view/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c76dcc0d5aa22eef9f4bc27f94407fd42e2ebafa X-VCS-Branch: master Date: Thu, 1 Sep 2016 17:14:32 +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: ae70c674-a3ce-451c-84d7-209669dbcb47 X-Archives-Hash: 76cf043896c5d82fb4c7271d691b0fa0 commit: c76dcc0d5aa22eef9f4bc27f94407fd42e2ebafa Author: Brian Dolbec gentoo org> AuthorDate: Thu Sep 1 17:10:29 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Sep 1 17:13:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76dcc0d dev-util/buildbot-waterfall-view: Version Bump Package-Manager: portage-2.3.0 dev-util/buildbot-waterfall-view/Manifest | 1 + .../buildbot-waterfall-view-0.9.0_rc2.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-util/buildbot-waterfall-view/Manifest b/dev-util/buildbot-waterfall-view/Manifest index 8d84a18..92f1f3b 100644 --- a/dev-util/buildbot-waterfall-view/Manifest +++ b/dev-util/buildbot-waterfall-view/Manifest @@ -1 +1,2 @@ DIST buildbot-waterfall-view-0.9.0rc1.tar.gz 701353 SHA256 8822f75ceac242d00dc10cdc381864e460b936532a1618bf47ce9b353a63814a SHA512 3829faf9da4fb8a2137affbafc0fc4e08e3bfd229a861089e1140e715348305896235dfeb44df93b4b8da3273f261b1d98e02073d4b822c99c4eec7736824def WHIRLPOOL e616ab438b5d64a63ee33cf47475bb35869c27e9b277797ef99a246f72a95339eb8145afed1b18f412d2212be0292c6bae63f4741a7f1611d95529f67d8cae98 +DIST buildbot-waterfall-view-0.9.0rc2.tar.gz 701480 SHA256 00cc9d74d18d1e7b59a303884bfa3519e315fe580cd938ff489b5eafd7cacbff SHA512 a3bd896b529666b51b0b9c34fca612172b98c20cec34f4d508a5fb7d33d9ba6d3caf9b59c7ede059532b31848fa66ed5a66b807037ecf7da7291f3ad9e2a454c WHIRLPOOL a32e6b2a5c5ef9591a09654bd487eb3e7df5652a3dd1efa86ad98478fa5a7d7deadb945b5a50c708b98d151c6112c0733bfaafc3fcc23ffcd6daccbdeb5912fc diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc2.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc2.ebuild new file mode 100644 index 00000000..c2ca5a3 --- /dev/null +++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc2.ebuild @@ -0,0 +1,45 @@ +# 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 waterfall-view plugin" +HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot http://pypi.python.org/pypi/buildbot" + +MY_V="0.9.0rc2" +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 +}