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 E339E139083 for ; Sat, 9 Dec 2017 23:52:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22334E10AA; Sat, 9 Dec 2017 23:52:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2C20E10AA for ; Sat, 9 Dec 2017 23:52:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 33C7F33BF0B for ; Sat, 9 Dec 2017 23:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6797AAE7B 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: <1512863521.0a3ff887e4b7312395bb37cec89e23636b92c743.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.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0a3ff887e4b7312395bb37cec89e23636b92c743 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: f31a99ff-484f-4f2a-9ec7-f6dadaba3635 X-Archives-Hash: 6c84da68ce911024d059c60f828b899e commit: 0a3ff887e4b7312395bb37cec89e23636b92c743 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 23:46:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 23:52:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3ff887 dev-vcs/tortoisehg: Drop 4.4.1 (r0) Package-Manager: Portage-2.3.17, Repoman-2.3.6 dev-vcs/tortoisehg/tortoisehg-4.4.1.ebuild | 80 ------------------------------ 1 file changed, 80 deletions(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-4.4.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.4.1.ebuild deleted file mode 100644 index 809f95e7806..00000000000 --- a/dev-vcs/tortoisehg/tortoisehg-4.4.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# 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/PyQt4 please rebuild" - elog "dev-python/qscintilla-python." -}