Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Wed, 16 Sep 2020 17:43:54
Message-Id: 1600278221.30c6077257820435e05045f59bd847c3154705b8.juippis@gentoo
1 commit: 30c6077257820435e05045f59bd847c3154705b8
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 25 23:23:31 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 17:43:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c60772
7
8 dev-vcs/tortoisehg: remove old versions
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17260
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-vcs/tortoisehg/Manifest | 2 --
16 dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild | 54 ------------------------------
17 dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild | 47 --------------------------
18 3 files changed, 103 deletions(-)
19
20 diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
21 index 12fd6402fa0..b7434a553e2 100644
22 --- a/dev-vcs/tortoisehg/Manifest
23 +++ b/dev-vcs/tortoisehg/Manifest
24 @@ -1,3 +1 @@
25 -DIST tortoisehg-5.3.2.tar.gz 8910859 BLAKE2B 4cc2253f0adbd79fe84507043491198ddd9fa559c3e9296c831b8e0fccd6cb2806a31ffd6d417591f5fcb3afce78e696f7052d70b760a566bf72c6602ca31ea8 SHA512 b15894158a0d5e628015d07b4f8c77c96f3e1d7543fe2984693b99b2acfa411922b06683e62de437cb50dd5817155d4e59045d7fb47c9be8ee27b9bccf77da7e
26 -DIST tortoisehg-5.4.1.tar.gz 8580608 BLAKE2B db66e114d046fdf2228779a2e224c6244afe4e6463d8f00b7f3b291f0dc9fd043ca3e938a6769e3c6a54ec4d2252dca44fedf790ca9683fa42a55d0cdfce0cb9 SHA512 f8d4bda4ac23b49f304e3561930b75f899ac09937b4da446ee3f38236fa0095e19228dc2e388d5608077096209ded161d194f6edef5d2d4a257b5bf57c0634cc
27 DIST tortoisehg-5.5.1.tar.gz 8918085 BLAKE2B 33aef61d97a34f45b10b291eb3a71bc46b70a1f24006fda0e651e88c61b0351701a3abdf6c1b0277fd81a0c5c9ff225b742215103c280eb11976a86e6bf2a47c SHA512 ca2d3833e379620b1a467b5a6016c8dbd54837d6ac5267063eb6768675dcb0c020a9b4ca2b2b8924a57c9e7d117668347e23762e8ff46c87825290071783aaa8
28
29 diff --git a/dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild
30 deleted file mode 100644
31 index 757231a1158..00000000000
32 --- a/dev-vcs/tortoisehg/tortoisehg-5.3.2.ebuild
33 +++ /dev/null
34 @@ -1,54 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_{6,7,8} )
40 -
41 -inherit desktop distutils-r1
42 -
43 -if [[ ${PV} != *9999* ]]; then
44 - KEYWORDS="~amd64 ~arm64 ~x86"
45 - SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"
46 - HG_DEPEND=" >=dev-vcs/mercurial-5.3.1
47 - <dev-vcs/mercurial-5.4"
48 -else
49 - inherit mercurial
50 - EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
51 - EHG_REVISION="stable"
52 - HG_DEPEND="dev-vcs/mercurial"
53 -fi
54 -
55 -DESCRIPTION="Set of graphical tools for Mercurial"
56 -HOMEPAGE="https://tortoisehg.bitbucket.io/"
57 -
58 -LICENSE="GPL-2"
59 -SLOT="0"
60 -IUSE="doc"
61 -
62 -distutils_enable_sphinx html
63 -
64 -RDEPEND="${HG_DEPEND}
65 - dev-python/iniparse[${PYTHON_USEDEP}]
66 - dev-python/pygments[${PYTHON_USEDEP}]
67 - dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
68 - >=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
69 -DEPEND="${RDEPEND}"
70 -
71 -python_prepare_all() {
72 - # Remove file that collides with >=mercurial-4.0 (bug #599266).
73 - rm "${S}"/hgext3rd/__init__.py || die "can't remove /hgext3rd/__init__.py"
74 - distutils-r1_python_prepare_all
75 -}
76 -
77 -python_install_all() {
78 - distutils-r1_python_install_all
79 - dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
80 - newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
81 - domenu contrib/thg.desktop
82 -}
83 -
84 -pkg_postinst() {
85 - elog "When startup of ${PN} fails with an API version mismatch error"
86 - elog "between dev-python/sip and dev-python/PyQt5 please rebuild"
87 - elog "dev-python/qscintilla-python."
88 -}
89
90 diff --git a/dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild
91 deleted file mode 100644
92 index 22bb6864ee1..00000000000
93 --- a/dev-vcs/tortoisehg/tortoisehg-5.4.1.ebuild
94 +++ /dev/null
95 @@ -1,47 +0,0 @@
96 -# Copyright 1999-2020 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=7
100 -PYTHON_COMPAT=( python3_{6,7,8} )
101 -
102 -inherit desktop distutils-r1
103 -
104 -KEYWORDS="~amd64 ~arm64 ~x86"
105 -SRC_URI="https://bitbucket.org/tortoisehg/thg/get/${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -DESCRIPTION="Set of graphical tools for Mercurial"
108 -HOMEPAGE="https://tortoisehg.bitbucket.io/"
109 -
110 -LICENSE="GPL-2"
111 -SLOT="0"
112 -IUSE="doc"
113 -S_MAGIC="290ae7c8fa05"
114 -S="${WORKDIR}/tortoisehg-thg-${S_MAGIC}"
115 -distutils_enable_sphinx html
116 -
117 -RDEPEND=">=dev-vcs/mercurial-5.4[${PYTHON_USEDEP}]
118 - <dev-vcs/mercurial-5.5[${PYTHON_USEDEP}]
119 - dev-python/iniparse[${PYTHON_USEDEP}]
120 - dev-python/pygments[${PYTHON_USEDEP}]
121 - dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
122 - >=dev-python/qscintilla-python-2.9.4:=[qt5(+),${PYTHON_USEDEP}]"
123 -DEPEND="${RDEPEND}"
124 -
125 -python_prepare_all() {
126 - # Remove file that collides with >=mercurial-4.0 (bug #599266).
127 - rm "${S}"/hgext3rd/__init__.py || die "can't remove /hgext3rd/__init__.py"
128 - distutils-r1_python_prepare_all
129 -}
130 -
131 -python_install_all() {
132 - distutils-r1_python_install_all
133 - dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
134 - newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
135 - domenu contrib/thg.desktop
136 -}
137 -
138 -pkg_postinst() {
139 - elog "When startup of ${PN} fails with an API version mismatch error"
140 - elog "between dev-python/sip and dev-python/PyQt5 please rebuild"
141 - elog "dev-python/qscintilla-python."
142 -}