Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/
Date: Tue, 23 Apr 2019 09:13:18
Message-Id: 1556010720.3f0b8c5b8bf944b9b052901534116405dbc00554.polynomial-c@gentoo
1 commit: 3f0b8c5b8bf944b9b052901534116405dbc00554
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 09:12:00 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 09:12:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0b8c5b
7
8 dev-vcs/mercurial: Bump to version 4.9.1
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-vcs/mercurial/Manifest | 1 +
14 dev-vcs/mercurial/mercurial-4.9.1.ebuild | 158 +++++++++++++++++++++++++++++++
15 2 files changed, 159 insertions(+)
16
17 diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
18 index b4b0a2adc1a..f9689bb9517 100644
19 --- a/dev-vcs/mercurial/Manifest
20 +++ b/dev-vcs/mercurial/Manifest
21 @@ -1,2 +1,3 @@
22 DIST mercurial-4.6.2.tar.gz 6407989 BLAKE2B 22aa121b2544e3597f2ea4d3a7a80b3b8f5ca6f9de15326dbee555ca3d14b8a552042c4448aae17b1c015b4f302c3512c204f17a834b758f51fbcc2455ed4e6f SHA512 71afb9ed3f62b1b946563c55851dda1fc8b724afe82a4a253c7f4719ae9e1160d5f9644bed7fd27ee3a21d8e682352364fc9f47bafa552cd4cd7fac7c0d42bdd
23 +DIST mercurial-4.9.1.tar.gz 7076867 BLAKE2B 8cedc66a8ddffc543a8849bbc98ebfc9ed61055a2ad16506b8c1c9a932d6825ef01a63b31f5bdbdb25e8829badab72857f101d12576fb269572c3d03cb4e7abd SHA512 2265ab501e24a2d229ef29404ca35d318faf620db163ec33225348d53139f7b6cb121e935ce444ec697ced69697f43df57dd7199ad20c1ca6f0275d9744ce391
24 DIST mercurial-4.9.tar.gz 7075692 BLAKE2B ed11442e0cd5b27f47394ed1c15016930556d5cdc59ab18f1e0d5371e434eb752b68d3d9f6dd34ed9c63df62a646223e86c6c5178775d9b856eed5df65677900 SHA512 59a5467cebb51f17cce7bcada37f8d85906493ab2e3d443ceeae2c6598fb69d2d59f1e99c73bd08345c5f90501a7bae0d70e04c770ea7653ec30648e591c97fb
25
26 diff --git a/dev-vcs/mercurial/mercurial-4.9.1.ebuild b/dev-vcs/mercurial/mercurial-4.9.1.ebuild
27 new file mode 100644
28 index 00000000000..c47475c298e
29 --- /dev/null
30 +++ b/dev-vcs/mercurial/mercurial-4.9.1.ebuild
31 @@ -0,0 +1,158 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python2_7 )
38 +PYTHON_REQ_USE="threads"
39 +
40 +inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
41 +
42 +DESCRIPTION="Scalable distributed SCM"
43 +HOMEPAGE="https://www.mercurial-scm.org/"
44 +SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 +IUSE="+chg bugzilla emacs gpg test tk"
50 +
51 +RDEPEND="app-misc/ca-certificates
52 + dev-python/zstandard[${PYTHON_USEDEP}]
53 + bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
54 + gpg? ( app-crypt/gnupg )
55 + tk? ( dev-lang/tk )"
56 +
57 +DEPEND="emacs? ( virtual/emacs )
58 + test? ( app-arch/unzip
59 + dev-python/pygments[${PYTHON_USEDEP}] )"
60 +
61 +SITEFILE="70${PN}-gentoo.el"
62 +
63 +# Too many tests fail #608720
64 +RESTRICT="test"
65 +
66 +PATCHES=(
67 + "${FILESDIR}/${PN}-3.0.1-po_fixes.patch"
68 + "${FILESDIR}/${PN}-4.8.1-unbundle_zstd.patch"
69 +)
70 +
71 +python_prepare_all() {
72 + # fix up logic that won't work in Gentoo Prefix (also won't outside in
73 + # certain cases), bug #362891
74 + sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
75 +
76 + # Don't use bundled zstandard (#666972)
77 + rm -r contrib/python-zstandard || die
78 +
79 + distutils-r1_python_prepare_all
80 +}
81 +
82 +python_configure_all() {
83 + strip-flags -ftracer -ftree-vectorize
84 + # Note: make it impl-conditional if py3 is supported
85 + append-flags -fno-strict-aliasing
86 +
87 + "${PYTHON}" setup.py build_mo || die
88 +}
89 +
90 +python_compile_all() {
91 + rm -r contrib/win32 || die
92 + if use chg; then
93 + emake -C contrib/chg
94 + fi
95 + if use emacs; then
96 + cd contrib || die
97 + elisp-compile mercurial.el || die "elisp-compile failed!"
98 + fi
99 +}
100 +
101 +python_install_all() {
102 + distutils-r1_python_install_all
103 +
104 + newbashcomp contrib/bash_completion hg
105 +
106 + insinto /usr/share/zsh/site-functions
107 + newins contrib/zsh_completion _hg
108 +
109 + rm -f doc/*.?.txt
110 + dodoc CONTRIBUTORS
111 + cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
112 +
113 + dobin hgeditor
114 + dobin contrib/hgk
115 + python_foreach_impl python_doscript contrib/hg-ssh
116 +
117 + if use emacs; then
118 + elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!"
119 + elisp-site-file-install "${FILESDIR}"/${SITEFILE}
120 + fi
121 +
122 + local RM_CONTRIB=( hgk hg-ssh bash_completion zsh_completion wix plan9 *.el )
123 +
124 + if use chg; then
125 + dobin contrib/chg/chg
126 + doman contrib/chg/chg.1
127 + RM_CONTRIB+=( chg )
128 + fi
129 +
130 + for f in ${RM_CONTRIB[@]}; do
131 + rm -r contrib/${f} || die
132 + done
133 +
134 + dodoc -r contrib
135 + docompress -x /usr/share/doc/${PF}/contrib
136 + doman doc/*.?
137 +
138 + insinto /etc/mercurial/hgrc.d
139 + doins "${FILESDIR}/cacerts.rc"
140 +
141 + # symlink to system zstd
142 + local sitedir=$(python_get_sitedir)
143 + dosym ../zstd.so "${sitedir#${EPREFIX}}"/${PN}/zstd.so
144 +}
145 +
146 +src_test() {
147 + pushd tests &>/dev/null || die
148 + rm -rf *svn* # Subversion tests fail with 1.5
149 + rm -f test-archive* # Fails due to verbose tar output changes
150 + rm -f test-convert-baz* # GNU Arch baz
151 + rm -f test-convert-cvs* # CVS
152 + rm -f test-convert-darcs* # Darcs
153 + rm -f test-convert-git* # git
154 + rm -f test-convert-mtn* # monotone
155 + rm -f test-convert-tla* # GNU Arch tla
156 + #rm -f test-doctest* # doctest always fails with python 2.5.x
157 + rm -f test-largefiles* # tends to time out
158 +
159 + popd &>/dev/null || die
160 + distutils-r1_src_test
161 +}
162 +
163 +python_test() {
164 + local TEST_DIR
165 +
166 + rm -rf "${TMPDIR}"/test
167 + distutils_install_for_testing
168 + cd tests || die
169 + "${PYTHON}" run-tests.py --verbose \
170 + --tmpdir="${TMPDIR}"/test \
171 + --with-hg="${TEST_DIR}"/scripts/hg \
172 + || die "Tests fail with ${EPYTHON}"
173 +}
174 +
175 +pkg_postinst() {
176 + use emacs && elisp-site-regen
177 +
178 + elog "If you want to convert repositories from other tools using convert"
179 + elog "extension please install correct tool:"
180 + elog " dev-vcs/cvs"
181 + elog " dev-vcs/darcs"
182 + elog " dev-vcs/git"
183 + elog " dev-vcs/monotone"
184 + elog " dev-vcs/subversion"
185 +}
186 +
187 +pkg_postrm() {
188 + use emacs && elisp-site-regen
189 +}