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 7F1A11396D1 for ; Fri, 22 Sep 2017 22:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 747DC2043F8; Fri, 22 Sep 2017 22:01:05 +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 3D98B2340BE for ; Fri, 22 Sep 2017 22:01:05 +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 08067341130 for ; Fri, 22 Sep 2017 22:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92674908B for ; Fri, 22 Sep 2017 22:01:02 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1506117647.26d2c47ef7f13f9cf85a3359415e90d09f1cba10.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcheck/Manifest dev-util/pkgcheck/pkgcheck-0.5.4.ebuild dev-util/pkgcheck/pkgcheck-9999.ebuild X-VCS-Directories: dev-util/pkgcheck/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 26d2c47ef7f13f9cf85a3359415e90d09f1cba10 X-VCS-Branch: master Date: Fri, 22 Sep 2017 22:01:02 +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: 7b8417cc-5cda-41a0-bd2a-be928f57c219 X-Archives-Hash: c61f324c90b1bf72793894b62ba45737 commit: 26d2c47ef7f13f9cf85a3359415e90d09f1cba10 Author: Tim Harder gentoo org> AuthorDate: Fri Sep 22 21:59:46 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Sep 22 22:00:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d2c47e dev-util/pkgcheck: version bump to 0.5.4 dev-util/pkgcheck/Manifest | 1 + .../{pkgcheck-9999.ebuild => pkgcheck-0.5.4.ebuild} | 17 +++++++++++------ dev-util/pkgcheck/pkgcheck-9999.ebuild | 17 +++++++++++------ 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/dev-util/pkgcheck/Manifest b/dev-util/pkgcheck/Manifest index 0de858ca328..e834ea098de 100644 --- a/dev-util/pkgcheck/Manifest +++ b/dev-util/pkgcheck/Manifest @@ -1 +1,2 @@ DIST pkgcheck-0.5.3.tar.gz 80896 SHA256 f062626d33346c321b11cd9e7041a22fa9fc00dd5daeca00e588467aa21936e1 SHA512 39804112b70bb90b655754b78d87a23906b749622083534dda1cb7b7e381c61f95c41c02fbfc6f8dea075bd3665cfda93f565c5d896779d5746ac71b74878df9 WHIRLPOOL 425da2fececa661584dbf5a3c602b855130eea7db97ceaee4c124059ba04944eb8d13d5899951e31127203697c3849e1bb00b5ad6e50210da7e48a22ff5ae244 +DIST pkgcheck-0.5.4.tar.gz 95354 SHA256 43e15ecb2cf384d39a587ad31b7ad3ee5915c517a1e39a4cb6bc6eb132e69bab SHA512 3c196ce170bb01f0a9f15caa8557e30cad8e088ab9bc733ac754e9c5f6d9078a70a4d14649ee5342848cc170f3c34d7575b35872c5d1a5693fb7aad207727b1b WHIRLPOOL 116b2de4d7e6569f61aa5c36a64e898cc11c2921c01572780d67bcec3db497adcfceaf54911011233160679841ac63de48741128cfbe565a08a95dd6ca0dc0d2 diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-0.5.4.ebuild similarity index 74% copy from dev-util/pkgcheck/pkgcheck-9999.ebuild copy to dev-util/pkgcheck/pkgcheck-0.5.4.ebuild index 7e1fffdd38a..6a4fce0ea52 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.5.4.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" - SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi DESCRIPTION="pkgcore-based QA utility" @@ -20,11 +20,16 @@ HOMEPAGE="https://github.com/pkgcore/pkgcheck" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -RDEPEND=" - =sys-apps/pkgcore-9999[${PYTHON_USEDEP}] - =dev-python/snakeoil-9999[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" +if [[ ${PV} == *9999 ]]; then + RDEPEND=" + =dev-python/snakeoil-9999[${PYTHON_USEDEP}] + =sys-apps/pkgcore-9999[${PYTHON_USEDEP}]" +else + RDEPEND=" + >=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.9.5[${PYTHON_USEDEP}]" +fi +RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]" diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 7e1fffdd38a..6a4fce0ea52 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" - SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi DESCRIPTION="pkgcore-based QA utility" @@ -20,11 +20,16 @@ HOMEPAGE="https://github.com/pkgcore/pkgcheck" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -RDEPEND=" - =sys-apps/pkgcore-9999[${PYTHON_USEDEP}] - =dev-python/snakeoil-9999[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" +if [[ ${PV} == *9999 ]]; then + RDEPEND=" + =dev-python/snakeoil-9999[${PYTHON_USEDEP}] + =sys-apps/pkgcore-9999[${PYTHON_USEDEP}]" +else + RDEPEND=" + >=dev-python/snakeoil-0.7.2[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.9.5[${PYTHON_USEDEP}]" +fi +RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"