Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/tortoisehg: tortoisehg-2.6.ebuild tortoisehg-9999.ebuild ChangeLog
Date: Sat, 24 Nov 2012 22:37:27
Message-Id: 20121124223716.8BAAE20C65@flycatcher.gentoo.org
1 floppym 12/11/24 22:37:16
2
3 Modified: tortoisehg-2.6.ebuild tortoisehg-9999.ebuild
4 ChangeLog
5 Log:
6 Raise minimum mercurial version to 2.3.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.2 dev-vcs/tortoisehg/tortoisehg-2.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild?r1=1.1&r2=1.2
16
17 Index: tortoisehg-2.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- tortoisehg-2.6.ebuild 24 Nov 2012 22:28:44 -0000 1.1
24 +++ tortoisehg-2.6.ebuild 24 Nov 2012 22:37:16 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild,v 1.1 2012/11/24 22:28:44 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.6.ebuild,v 1.2 2012/11/24 22:37:16 floppym Exp $
30
31 EAPI=4
32
33 @@ -13,7 +13,7 @@
34 if [[ ${PV} != *9999* ]]; then
35 KEYWORDS="~amd64 ~x86"
36 SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
37 - HG_DEPEND=">=dev-vcs/mercurial-2.2 <dev-vcs/mercurial-2.5"
38 + HG_DEPEND=">=dev-vcs/mercurial-2.3 <dev-vcs/mercurial-2.5"
39 else
40 inherit mercurial
41 EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
42
43
44
45 1.13 dev-vcs/tortoisehg/tortoisehg-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?r1=1.12&r2=1.13
50
51 Index: tortoisehg-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- tortoisehg-9999.ebuild 10 Sep 2012 20:14:10 -0000 1.12
58 +++ tortoisehg-9999.ebuild 24 Nov 2012 22:37:16 -0000 1.13
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.12 2012/09/10 20:14:10 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.13 2012/11/24 22:37:16 floppym Exp $
64
65 EAPI=4
66
67 @@ -13,7 +13,7 @@
68 if [[ ${PV} != *9999* ]]; then
69 KEYWORDS="~amd64 ~x86"
70 SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
71 - HG_DEPEND=">=dev-vcs/mercurial-2.2 <dev-vcs/mercurial-2.4"
72 + HG_DEPEND=">=dev-vcs/mercurial-2.3 <dev-vcs/mercurial-2.5"
73 else
74 inherit mercurial
75 EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
76 @@ -76,3 +76,9 @@
77 newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg
78 domenu contrib/${PN}.desktop
79 }
80 +
81 +pkg_postinst() {
82 + elog "When startup of ${PN} fails with an API version mismatch error"
83 + elog "between dev-python/sip and dev-python/PyQt4 please rebuild"
84 + elog "dev-python/qscintilla-python."
85 +}
86
87
88
89 1.26 dev-vcs/tortoisehg/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.26&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.26&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.25&r2=1.26
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
98 retrieving revision 1.25
99 retrieving revision 1.26
100 diff -u -r1.25 -r1.26
101 --- ChangeLog 24 Nov 2012 22:28:44 -0000 1.25
102 +++ ChangeLog 24 Nov 2012 22:37:16 -0000 1.26
103 @@ -1,6 +1,10 @@
104 # ChangeLog for dev-vcs/tortoisehg
105 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.25 2012/11/24 22:28:44 polynomial-c Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.26 2012/11/24 22:37:16 floppym Exp $
108 +
109 + 24 Nov 2012; Mike Gilbert <floppym@g.o> tortoisehg-2.6.ebuild,
110 + tortoisehg-9999.ebuild:
111 + Raise minimum mercurial version to 2.3.
112
113 *tortoisehg-2.6 (24 Nov 2012)