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 4FA3C13835B for ; Sun, 17 Jan 2021 18:51:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FBD2E08C4; Sun, 17 Jan 2021 18:51:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66121E0884 for ; Sun, 17 Jan 2021 18:51:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EC83340EFE for ; Sun, 17 Jan 2021 18:51:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F014A5 for ; Sun, 17 Jan 2021 18:51:33 +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: <1610909130.36763788f98542690b2c5ca86f251b5a0ccd62ad.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-badges/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-badges/Manifest dev-util/buildbot-badges/buildbot-badges-2.10.0.ebuild dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild dev-util/buildbot-badges/buildbot-badges-2.8.4.ebuild X-VCS-Directories: dev-util/buildbot-badges/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 36763788f98542690b2c5ca86f251b5a0ccd62ad X-VCS-Branch: master Date: Sun, 17 Jan 2021 18:51:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 439913d6-e906-41e9-a961-87bd42fa7c84 X-Archives-Hash: 0425a0061bebe8051286af816c41503e commit: 36763788f98542690b2c5ca86f251b5a0ccd62ad Author: Brian Dolbec gentoo org> AuthorDate: Sun Jan 17 17:42:37 2021 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Jan 17 18:45:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36763788 dev-util/buildbot-badges: Version bump to 2.10.0 fix setuptools ?depend Closes: https://bugs.gentoo.org/747724 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec gentoo.org> dev-util/buildbot-badges/Manifest | 1 + .../{buildbot-badges-2.8.2.ebuild => buildbot-badges-2.10.0.ebuild} | 4 ++-- dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild | 4 ++-- dev-util/buildbot-badges/buildbot-badges-2.8.4.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-util/buildbot-badges/Manifest b/dev-util/buildbot-badges/Manifest index d63b05c3221..96466fbbec5 100644 --- a/dev-util/buildbot-badges/Manifest +++ b/dev-util/buildbot-badges/Manifest @@ -1,2 +1,3 @@ +DIST buildbot-badges-2.10.0.tar.gz 3989 BLAKE2B d158aaab8b61146bd02470619ffcb7eb1809c8a6370ad8546119590faf9e9408dff76ba0457cce432a2bd709e36437ecc973eff38bf0a69cde45abf19c49fd21 SHA512 f0179ed0cec4611022affdefbee67ea59545cb3325cf96d532a6825171cc46cc7ea062512681ab0e93d34ae96988e41a4ec5bb91629a02e094c40fa3a37cfcc7 DIST buildbot-badges-2.8.2.tar.gz 3982 BLAKE2B d2320979c3c8530089ddad3c9c57e9f77576da8979b5834ab7f4e6766c5d210c822e7ab582103e897591db0efc63139dc7cb9f9d834bf81ae199dd25929c6b49 SHA512 e2f6ca0178428db90812633c9af47e8f5c40220f506e62745a150a5572a95f99d3a4115621c29b8188b4b5d48aa3b0bac1862b6c5793cd87a4971798a5aae28a DIST buildbot-badges-2.8.4.tar.gz 3983 BLAKE2B 24d77c179a2f3287f80b46b66abcc42897016f1094a0b5cfa36dc691be1e7d3c3c709f2c7f13c789bfcecb50d59788e5c8d660f45414855831f31892d34b63af SHA512 bfd11c0dedcf4586e73eff3cc158953d2d3eb8f75c7d900354381e962b5215ca52d2e14c5f20d558c3ae6068a680a4af17967ee7dd7d677a2ba8af2d9cf4e725 diff --git a/dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild b/dev-util/buildbot-badges/buildbot-badges-2.10.0.ebuild similarity index 92% copy from dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild copy to dev-util/buildbot-badges/buildbot-badges-2.10.0.ebuild index c59f1ad4227..0e2cd427a53 100644 --- a/dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild +++ b/dev-util/buildbot-badges/buildbot-badges-2.10.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 diff --git a/dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild b/dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild index c59f1ad4227..0e2cd427a53 100644 --- a/dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild +++ b/dev-util/buildbot-badges/buildbot-badges-2.8.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 diff --git a/dev-util/buildbot-badges/buildbot-badges-2.8.4.ebuild b/dev-util/buildbot-badges/buildbot-badges-2.8.4.ebuild index c59f1ad4227..0e2cd427a53 100644 --- a/dev-util/buildbot-badges/buildbot-badges-2.8.4.ebuild +++ b/dev-util/buildbot-badges/buildbot-badges-2.8.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1