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 237D5139084 for ; Sat, 9 Dec 2017 23:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F6D8E1099; Sat, 9 Dec 2017 23:52:39 +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 17D32E1099 for ; Sat, 9 Dec 2017 23:52:38 +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 A583A33BEBE for ; Sat, 9 Dec 2017 23:52:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F83A2D8 for ; Sat, 9 Dec 2017 23:52:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512863519.b87dec3c2c5646b2690bb5c82f4f5736f29c5d01.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b87dec3c2c5646b2690bb5c82f4f5736f29c5d01 X-VCS-Branch: master Date: Sat, 9 Dec 2017 23:52:36 +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: 27ec570c-82af-489c-a9b8-1ec7a8f14c75 X-Archives-Hash: 7364eef25a09fa4a303ca7c62d983756 commit: b87dec3c2c5646b2690bb5c82f4f5736f29c5d01 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 23:33:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 23:51:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87dec3c dev-vcs/tortoisehg: Switch to Qt5 Bug: https://bugs.gentoo.org/634976 Package-Manager: Portage-2.3.17, Repoman-2.3.6 dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild | 79 +++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild new file mode 100644 index 00000000000..10ea4192888 --- /dev/null +++ b/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils + +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~amd64 ~x86" + SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" + HG_DEPEND=">=dev-vcs/mercurial-4.3 =mercurial-4.0 (bug #599266). + rm "${ED}"/usr/$(get_libdir)/${EPYTHON}/site-packages/hgext3rd/__init__.py \ + || die +} + +pkg_postinst() { + elog "When startup of ${PN} fails with an API version mismatch error" + elog "between dev-python/sip and dev-python/PyQt5 please rebuild" + elog "dev-python/qscintilla-python." +}