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 3504B138330 for ; Fri, 9 Sep 2016 12:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3CEE08E9; Fri, 9 Sep 2016 12:39:12 +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 3A206E08E9 for ; Fri, 9 Sep 2016 12:39:12 +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 45F35340906 for ; Fri, 9 Sep 2016 12:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03EAD247B for ; Fri, 9 Sep 2016 12:39:09 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1473424740.bc8520c4d2924dad67696cad931c63c2a14040cd.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/git-cola/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-vcs/git-cola/Manifest dev-vcs/git-cola/git-cola-2.8.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: bc8520c4d2924dad67696cad931c63c2a14040cd X-VCS-Branch: master Date: Fri, 9 Sep 2016 12:39:09 +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: 0a3ff55e-123f-46f3-b8a0-9ddb97adeaa1 X-Archives-Hash: 590380d9c3eec8691d788f0249c9121a commit: bc8520c4d2924dad67696cad931c63c2a14040cd Author: Tiziano Müller gentoo org> AuthorDate: Fri Sep 9 12:39:00 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Fri Sep 9 12:39:00 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=bc8520c4 dev-vcs/git-cola: add version bump for git-cola dev-vcs/git-cola/Manifest | 2 +- dev-vcs/git-cola/git-cola-2.8.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-vcs/git-cola/Manifest b/dev-vcs/git-cola/Manifest index 2320c87..ecb21c7 100644 --- a/dev-vcs/git-cola/Manifest +++ b/dev-vcs/git-cola/Manifest @@ -1 +1 @@ -DIST git-cola-2.6_pre20160313.tar.gz 1027902 SHA256 141e9b8661e82d7a912669a6e60e70bd174443db55777ca4e7cde79e06932182 SHA512 f5333bfe878b42bb640cc5ee72b3b8dcdfcd3320d6c464459290a0a1fcf33dcade901d543f7f76f6d8be8f3c33226205c0f609bfa73b2ab136354749d9768deb WHIRLPOOL 4fdc3cbcb9028d2c4dc6ba42d9b3fcf8817d6d63611ddcb6a36f8b652f037be31e86005bdb08131309a872a0f3214c66b90fc3d80e9373435c16c2407389cb20 +DIST git-cola-2.8.tar.gz 1046285 SHA256 9962098bb73c2c13ea32ded01821e447e0c9fbece3d213eaccf6bb02413ccea5 SHA512 9e89396d3a419c0cce39b74d5d5573fe5e22aabcaaed9a683c3d55841b4b2a64798081356a9b16ec128a05ea77cebd8c3b18cd6d6c308ba6e9b95e467dc4a690 WHIRLPOOL 60c6749d176bc6c2fe981ffb24704cb2b35b1ef2a902263d05d2434a3b9361f814945710aaf7614ba75d4d5a1c3e2805613b3f3e02a087442d0b2d2748e962aa diff --git a/dev-vcs/git-cola/git-cola-2.8.ebuild b/dev-vcs/git-cola/git-cola-2.8.ebuild index 769a8bf..ee96f04 100644 --- a/dev-vcs/git-cola/git-cola-2.8.ebuild +++ b/dev-vcs/git-cola/git-cola-2.8.ebuild @@ -7,13 +7,11 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) DISTUTILS_SINGLE_IMPL=true -GIT_HASH="363f01e828d42c0681e5b78730524d5254293ff4" - inherit distutils-r1 readme.gentoo-r1 virtualx vcs-snapshot DESCRIPTION="The highly caffeinated git GUI" HOMEPAGE="https://git-cola.github.io/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -23,7 +21,9 @@ IUSE="doc test" RDEPEND=" dev-python/pyinotify[${PYTHON_USEDEP}] dev-python/send2trash[${PYTHON_USEDEP}] - dev-python/PyQt4[${PYTHON_USEDEP}] + || ( dev-python/PyQt4[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/pyside[${PYTHON_USEDEP}] ) dev-vcs/git" DEPEND="${RDEPEND} sys-devel/gettext