Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Tue, 09 Jan 2018 10:20:01
Message-Id: 1515493182.89cd773b7f20f7b9f5adede49511787692260d7d.asturm@gentoo
1 commit: 89cd773b7f20f7b9f5adede49511787692260d7d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 10:19:42 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 10:19:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cd773b
7
8 dev-vcs/tortoisehg: Drop 4.3.1
9
10 Closes: https://bugs.gentoo.org/634976
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 dev-vcs/tortoisehg/Manifest | 1 -
14 dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild | 80 ------------------------------
15 2 files changed, 81 deletions(-)
16
17 diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
18 index 23e9511e6a9..321db9509d1 100644
19 --- a/dev-vcs/tortoisehg/Manifest
20 +++ b/dev-vcs/tortoisehg/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST tortoisehg-4.3.1.tar.gz 7930491 BLAKE2B 9f47504961fb97e2acbec272cea959fef00f5aa120d1ef902af3839beb11813ea93ad8f6e497ba610b65c73596dcf80eb1728a24727cd029d2774187824ae7ca SHA512 dc43f2acd780a7868b642d6ce8a8dbf8f32be94134ddbb72178d7f1eab1e9f58c8e9bcfc75ad589ec9404cabefd9ccfc697af9ccd037c20bd933ee862e812f99
23 DIST tortoisehg-4.4.1.tar.gz 7923557 BLAKE2B b2574bb87693a3fb824c3c02424b8f5828c1e3673b111ae82ff0692588083eec639a67b200ce6e3def58e5a0e021898c3df62a053fa61d477f92d4226d3a1b69 SHA512 b364e6d16845c03aacaf691e8528e0bd87151026f9f55bcaf61ba67d1eebfc3f9935457e5ca3391e29417682367b9b33803a9870817c22db31f1dd26850e9d53
24 DIST tortoisehg-4.4.2.tar.gz 8939270 BLAKE2B 858ef57f6e80244ebb99b43608b1d939896f60d2154e461a128efdb0d5ebffbf1b8d5a9a40596316b0bed8edd74e292b5e562e3119f75177d430c081ba07511c SHA512 6b0335d8022d015846d456d351b168f826afa5223b77ee45f2124fbd1099904cca4e2a3ca6cb7a48324491211a149bd431d29fab6932e8f8240542e13d814381
25
26 diff --git a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
27 deleted file mode 100644
28 index b729b1893e3..00000000000
29 --- a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
30 +++ /dev/null
31 @@ -1,80 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1 eutils
39 -
40 -if [[ ${PV} != *9999* ]]; then
41 - KEYWORDS="amd64 x86"
42 - SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"
43 - HG_DEPEND=">=dev-vcs/mercurial-4.2 <dev-vcs/mercurial-4.4"
44 -else
45 - inherit mercurial
46 - EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
47 - EHG_REVISION="stable"
48 - HG_DEPEND="dev-vcs/mercurial"
49 -fi
50 -
51 -DESCRIPTION="Set of graphical tools for Mercurial"
52 -HOMEPAGE="https://tortoisehg.bitbucket.io/"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -IUSE="doc"
57 -
58 -RDEPEND="${HG_DEPEND}
59 - dev-python/iniparse[${PYTHON_USEDEP}]
60 - dev-python/pygments[${PYTHON_USEDEP}]
61 - dev-python/PyQt4[svg,${PYTHON_USEDEP}]
62 - dev-python/qscintilla-python[qt4(+),${PYTHON_USEDEP}]"
63 -DEPEND="${RDEPEND}
64 - doc? ( >=dev-python/sphinx-1.0.3 )"
65 -
66 -# Workaround race condition in build_qt
67 -DISTUTILS_IN_SOURCE_BUILD=1
68 -
69 -python_prepare_all() {
70 - if [[ ${LINGUAS+set} ]]; then
71 - cd i18n/tortoisehg || die
72 - local x y keep
73 - for x in *.po; do
74 - keep=false
75 - for y in ${LINGUAS}; do
76 - if [[ ${y} == ${x%.po}* ]]; then
77 - keep=true
78 - break
79 - fi
80 - done
81 - ${keep} || rm "${x}" || die
82 - done
83 - cd "${S}" || die
84 - fi
85 - distutils-r1_python_prepare_all
86 -}
87 -
88 -python_compile_all() {
89 - use doc && emake -C doc html
90 -}
91 -
92 -python_install_all() {
93 - distutils-r1_python_install_all
94 - dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
95 - if use doc ; then
96 - docinto html
97 - dodoc -r doc/build/html/
98 - fi
99 - newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
100 - domenu contrib/thg.desktop
101 -
102 - # Remove file that collides with >=mercurial-4.0 (bug #599266).
103 - rm "${ED}"/usr/$(get_libdir)/${EPYTHON}/site-packages/hgext3rd/__init__.py \
104 - || die
105 -}
106 -
107 -pkg_postinst() {
108 - elog "When startup of ${PN} fails with an API version mismatch error"
109 - elog "between dev-python/sip and dev-python/PyQt4 please rebuild"
110 - elog "dev-python/qscintilla-python."
111 -}