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: Wed, 02 Dec 2015 08:27:58
Message-Id: 1449044863.86813f7004775a36e9de9d843249d819e7e21e79.polynomial-c@gentoo
1 commit: 86813f7004775a36e9de9d843249d819e7e21e79
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 08:13:19 2015 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 08:27:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86813f70
7
8 dev-vcs/mercurial: Removed old.
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-vcs/mercurial/Manifest | 1 -
14 dev-vcs/mercurial/mercurial-3.6.ebuild | 140 ---------------------------------
15 2 files changed, 141 deletions(-)
16
17 diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
18 index 8048f5d..ce8210e 100644
19 --- a/dev-vcs/mercurial/Manifest
20 +++ b/dev-vcs/mercurial/Manifest
21 @@ -4,4 +4,3 @@ DIST mercurial-3.4.2.tar.gz 4296407 SHA256 dcc90e4a8476149ecc8af13c08202860b4c9c
22 DIST mercurial-3.5.2.tar.gz 4415307 SHA256 23fdc038503911b21dc9e556118803f7b1d4150eb14933d2ea3d0ff0dc60ab5d SHA512 d0a4007763186ab72e7ef6e6f6fa84719fcdc2d16208bc99cc32f44cecdc0ccdf5719e18fbc8a5d0735f6441acc0d82bcac05d7c75fee15966c88ee75e7b6bdd WHIRLPOOL 10ec5dd3d1d2e3487f4a290bc0d32fe2237cc450b54774503e7e9e25b12e895c8065f1c2e27dcaa03deac82d1e10e58dd8ea18e9bacf4f24f58a52a3d5c0fea4
23 DIST mercurial-3.6.1.tar.gz 4517652 SHA256 d4647943165affd11baf0705556920481d5346b97604babab6ad76f1744474c6 SHA512 5bb157c78f4b6b8fe8d9903a951640c73e2ab010041fd7083d29fb10353772eb2420ec175a59dcd74c118711b8c8a24831426928cc4efabbf1290a971cb6a155 WHIRLPOOL 5cfd68c69ed3520d4fb7595e6bfbec73282a7196386959cfb24fcb54064265490795f26934efa69004a26a1a6a406a7e5b559826d0abb388b8877f92eec000ae
24 DIST mercurial-3.6.2.tar.gz 4518349 SHA256 09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 SHA512 2ad780174a30c39a1482d597466523a133b8c62a3a0eb9ac3b183082e279fc624998a9ffa520abafe5f7afc7d9f4600f443ad4dfa1003bd7fdc6b713040091ed WHIRLPOOL cb3270be37b36ad5cfd5f1aac002006b5206daf22504af2143c359bab0d3db19fc7820a03ed819fa80c73610d485f5f85d405b4ad89d0744f79da049afd8866b
25 -DIST mercurial-3.6.tar.gz 4516703 SHA256 85b5574f3694373e981926374a758dab2128d6f3c593a72a7c9d2cb371054f39 SHA512 5e3fa99f6cb5a4f5867233946714222c53f05d95b791fd0855afc9d5f3dfade8aeae08b3581ea700ae64516f304a120843b4187d1e309c5cf0c15af798889664 WHIRLPOOL 732a938ff2d5064619d55da84f1c718ac149a9236e9631054c9852b359c80e5420f0b020641a2d0d35c32ca4b5771693c0537313b240f80f275aa6b24fc70ccd
26
27 diff --git a/dev-vcs/mercurial/mercurial-3.6.ebuild b/dev-vcs/mercurial/mercurial-3.6.ebuild
28 deleted file mode 100644
29 index 1f57c1e..0000000
30 --- a/dev-vcs/mercurial/mercurial-3.6.ebuild
31 +++ /dev/null
32 @@ -1,140 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -PYTHON_REQ_USE="threads"
41 -
42 -inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
43 -
44 -DESCRIPTION="Scalable distributed SCM"
45 -HOMEPAGE="http://mercurial.selenic.com/"
46 -SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -IUSE="bugzilla emacs gpg test tk"
52 -
53 -RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
54 - gpg? ( app-crypt/gnupg )
55 - tk? ( dev-lang/tk )
56 - app-misc/ca-certificates"
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 -PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
64 -
65 -python_prepare_all() {
66 - # fix up logic that won't work in Gentoo Prefix (also won't outside in
67 - # certain cases), bug #362891
68 - sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
69 -
70 - distutils-r1_python_prepare_all
71 -}
72 -
73 -python_configure_all() {
74 - strip-flags -ftracer -ftree-vectorize
75 - # Note: make it impl-conditional if py3 is supported
76 - append-flags -fno-strict-aliasing
77 -
78 - "${PYTHON}" setup.py build_mo || die
79 -}
80 -
81 -python_compile_all() {
82 - rm -r contrib/{win32,macosx} || die
83 - if use emacs; then
84 - cd contrib || die
85 - elisp-compile mercurial.el || die "elisp-compile failed!"
86 - fi
87 -}
88 -
89 -python_install_all() {
90 - distutils-r1_python_install_all
91 -
92 - newbashcomp contrib/bash_completion hg
93 -
94 - insinto /usr/share/zsh/site-functions
95 - newins contrib/zsh_completion _hg
96 -
97 - rm -f doc/*.?.txt
98 - dodoc CONTRIBUTORS
99 - cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
100 -
101 - dobin hgeditor
102 - dobin contrib/hgk
103 - python_foreach_impl python_doscript contrib/hg-ssh
104 -
105 - if use emacs; then
106 - elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!"
107 - elisp-site-file-install "${FILESDIR}"/${SITEFILE}
108 - fi
109 -
110 - local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix buildrpm plan9
111 - *.el mercurial.spec)
112 - for f in ${RM_CONTRIB[@]}; do
113 - rm -r contrib/$f || die
114 - done
115 -
116 - dodoc -r contrib
117 - docompress -x /usr/share/doc/${PF}/contrib
118 - doman doc/*.?
119 -
120 - cat > "${T}/80mercurial" <<-EOF
121 -HG="${EPREFIX}/usr/bin/hg"
122 -EOF
123 - doenvd "${T}/80mercurial"
124 -
125 - insinto /etc/mercurial/hgrc.d
126 - doins "${FILESDIR}/cacerts.rc"
127 -}
128 -
129 -src_test() {
130 - pushd tests &>/dev/null || die
131 - rm -rf *svn* # Subversion tests fail with 1.5
132 - rm -f test-archive* # Fails due to verbose tar output changes
133 - rm -f test-convert-baz* # GNU Arch baz
134 - rm -f test-convert-cvs* # CVS
135 - rm -f test-convert-darcs* # Darcs
136 - rm -f test-convert-git* # git
137 - rm -f test-convert-mtn* # monotone
138 - rm -f test-convert-tla* # GNU Arch tla
139 - #rm -f test-doctest* # doctest always fails with python 2.5.x
140 - rm -f test-largefiles* # tends to time out
141 -
142 - popd &>/dev/null || die
143 - distutils-r1_src_test
144 -}
145 -
146 -python_test() {
147 - local TEST_DIR
148 -
149 - rm -rf "${TMPDIR}"/test
150 - distutils_install_for_testing
151 - cd tests || die
152 - "${PYTHON}" run-tests.py --verbose \
153 - --tmpdir="${TMPDIR}"/test \
154 - --with-hg="${TEST_DIR}"/scripts/hg \
155 - || die "Tests fail with ${EPYTHON}"
156 -}
157 -
158 -pkg_postinst() {
159 - use emacs && elisp-site-regen
160 -
161 - elog "If you want to convert repositories from other tools using convert"
162 - elog "extension please install correct tool:"
163 - elog " dev-vcs/cvs"
164 - elog " dev-vcs/darcs"
165 - elog " dev-vcs/git"
166 - elog " dev-vcs/monotone"
167 - elog " dev-vcs/subversion"
168 -}
169 -
170 -pkg_postrm() {
171 - use emacs && elisp-site-regen
172 -}