commit:     30c6077257820435e05045f59bd847c3154705b8
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Aug 25 23:23:31 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 17:43:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c60772

dev-vcs/tortoisehg: remove old versions

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17260
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-vcs/tortoisehg/Manifest                |  2 --
 dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild | 54 ------------------------------
 dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild | 47 --------------------------
 3 files changed, 103 deletions(-)

diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
index 12fd6402fa0..b7434a553e2 100644
--- a/dev-vcs/tortoisehg/Manifest
+++ b/dev-vcs/tortoisehg/Manifest
@@ -1,3 +1 @@
-DIST tortoisehg-5.3.2.tar.gz 8910859 BLAKE2B 
4cc2253f0adbd79fe84507043491198ddd9fa559c3e9296c831b8e0fccd6cb2806a31ffd6d417591f5fcb3afce78e696f7052d70b760a566bf72c6602ca31ea8
 SHA512 
b15894158a0d5e628015d07b4f8c77c96f3e1d7543fe2984693b99b2acfa411922b06683e62de437cb50dd5817155d4e59045d7fb47c9be8ee27b9bccf77da7e
-DIST tortoisehg-5.4.1.tar.gz 8580608 BLAKE2B 
db66e114d046fdf2228779a2e224c6244afe4e6463d8f00b7f3b291f0dc9fd043ca3e938a6769e3c6a54ec4d2252dca44fedf790ca9683fa42a55d0cdfce0cb9
 SHA512 
f8d4bda4ac23b49f304e3561930b75f899ac09937b4da446ee3f38236fa0095e19228dc2e388d5608077096209ded161d194f6edef5d2d4a257b5bf57c0634cc
 DIST tortoisehg-5.5.1.tar.gz 8918085 BLAKE2B 
33aef61d97a34f45b10b291eb3a71bc46b70a1f24006fda0e651e88c61b0351701a3abdf6c1b0277fd81a0c5c9ff225b742215103c280eb11976a86e6bf2a47c
 SHA512 
ca2d3833e379620b1a467b5a6016c8dbd54837d6ac5267063eb6768675dcb0c020a9b4ca2b2b8924a57c9e7d117668347e23762e8ff46c87825290071783aaa8

diff --git a/dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild
deleted file mode 100644
index 757231a1158..00000000000
--- a/dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit desktop distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-       KEYWORDS="~amd64 ~arm64 ~x86"
-       SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz";
-       HG_DEPEND=" >=dev-vcs/mercurial-5.3.1
-               <dev-vcs/mercurial-5.4"
-else
-       inherit mercurial
-       EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg";
-       EHG_REVISION="stable"
-       HG_DEPEND="dev-vcs/mercurial"
-fi
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="https://tortoisehg.bitbucket.io/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-distutils_enable_sphinx html
-
-RDEPEND="${HG_DEPEND}
-       dev-python/iniparse[${PYTHON_USEDEP}]
-       dev-python/pygments[${PYTHON_USEDEP}]
-       dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
-       >=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
-       # Remove file that collides with >=mercurial-4.0 (bug #599266).
-       rm "${S}"/hgext3rd/__init__.py || die "can't remove 
/hgext3rd/__init__.py"
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
-       newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
-       domenu contrib/thg.desktop
-}
-
-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."
-}

diff --git a/dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild
deleted file mode 100644
index 22bb6864ee1..00000000000
--- a/dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit desktop distutils-r1
-
-KEYWORDS="~amd64 ~arm64 ~x86"
-SRC_URI="https://bitbucket.org/tortoisehg/thg/get/${PV}.tar.gz -> ${P}.tar.gz"
-
-DESCRIPTION="Set of graphical tools for Mercurial"
-HOMEPAGE="https://tortoisehg.bitbucket.io/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-S_MAGIC="290ae7c8fa05"
-S="${WORKDIR}/tortoisehg-thg-${S_MAGIC}"
-distutils_enable_sphinx html
-
-RDEPEND=">=dev-vcs/mercurial-5.4[${PYTHON_USEDEP}]
-       <dev-vcs/mercurial-5.5[${PYTHON_USEDEP}]
-       dev-python/iniparse[${PYTHON_USEDEP}]
-       dev-python/pygments[${PYTHON_USEDEP}]
-       dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
-       >=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
-       # Remove file that collides with >=mercurial-4.0 (bug #599266).
-       rm "${S}"/hgext3rd/__init__.py || die "can't remove 
/hgext3rd/__init__.py"
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
-       newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
-       domenu contrib/thg.desktop
-}
-
-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."
-}

Reply via email to