Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/tortoisehg: tortoisehg-2.9.2.ebuild tortoisehg-2.10.ebuild tortoisehg-2.10.1.ebuild ChangeLog
Date: Fri, 06 Dec 2013 08:20:24
Message-Id: 20131206082017.884EB2004B@flycatcher.gentoo.org
1 polynomial-c 13/12/06 08:20:17
2
3 Modified: tortoisehg-2.9.2.ebuild tortoisehg-2.10.ebuild
4 tortoisehg-2.10.1.ebuild ChangeLog
5 Log:
6 Fixed minimum required mercurial version
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.2 dev-vcs/tortoisehg/tortoisehg-2.9.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.2.ebuild?r1=1.1&r2=1.2
16
17 Index: tortoisehg-2.9.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- tortoisehg-2.9.2.ebuild 8 Oct 2013 08:08:21 -0000 1.1
24 +++ tortoisehg-2.9.2.ebuild 6 Dec 2013 08:20:17 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 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.9.2.ebuild,v 1.1 2013/10/08 08:08:21 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.2.ebuild,v 1.2 2013/12/06 08:20:17 polynomial-c Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7} )
33 @@ -10,7 +10,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.5 <dev-vcs/mercurial-2.8"
38 + HG_DEPEND=">=dev-vcs/mercurial-2.6 <dev-vcs/mercurial-2.8"
39 else
40 inherit mercurial
41 EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
42
43
44
45 1.2 dev-vcs/tortoisehg/tortoisehg-2.10.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild?r1=1.1&r2=1.2
50
51 Index: tortoisehg-2.10.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- tortoisehg-2.10.ebuild 4 Nov 2013 16:18:37 -0000 1.1
58 +++ tortoisehg-2.10.ebuild 6 Dec 2013 08:20:17 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild,v 1.1 2013/11/04 16:18:37 polynomial-c Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild,v 1.2 2013/12/06 08:20:17 polynomial-c Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_6,2_7} )
67 @@ -10,7 +10,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.5 <dev-vcs/mercurial-2.9"
72 + HG_DEPEND=">=dev-vcs/mercurial-2.7 <dev-vcs/mercurial-2.9"
73 else
74 inherit mercurial
75 EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
76
77
78
79 1.2 dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild?r1=1.1&r2=1.2
84
85 Index: tortoisehg-2.10.1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- tortoisehg-2.10.1.ebuild 6 Dec 2013 07:27:17 -0000 1.1
92 +++ tortoisehg-2.10.1.ebuild 6 Dec 2013 08:20:17 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild,v 1.1 2013/12/06 07:27:17 polynomial-c Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild,v 1.2 2013/12/06 08:20:17 polynomial-c Exp $
98
99 EAPI=5
100 PYTHON_COMPAT=( python{2_6,2_7} )
101 @@ -10,7 +10,7 @@
102 if [[ ${PV} != *9999* ]]; then
103 KEYWORDS="~amd64 ~x86"
104 SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
105 - HG_DEPEND=">=dev-vcs/mercurial-2.5 <dev-vcs/mercurial-2.9"
106 + HG_DEPEND=">=dev-vcs/mercurial-2.7 <dev-vcs/mercurial-2.9"
107 else
108 inherit mercurial
109 EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
110
111
112
113 1.50 dev-vcs/tortoisehg/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.50&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.50&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.49&r2=1.50
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
122 retrieving revision 1.49
123 retrieving revision 1.50
124 diff -u -r1.49 -r1.50
125 --- ChangeLog 6 Dec 2013 07:27:17 -0000 1.49
126 +++ ChangeLog 6 Dec 2013 08:20:17 -0000 1.50
127 @@ -1,6 +1,10 @@
128 # ChangeLog for dev-vcs/tortoisehg
129 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.49 2013/12/06 07:27:17 polynomial-c Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.50 2013/12/06 08:20:17 polynomial-c Exp $
132 +
133 + 06 Dec 2013; Lars Wendler <polynomial-c@g.o> tortoisehg-2.9.2.ebuild,
134 + tortoisehg-2.10.ebuild, tortoisehg-2.10.1.ebuild:
135 + Fixed minimum required mercurial version.
136
137 *tortoisehg-2.10.1 (06 Dec 2013)