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: ChangeLog tortoisehg-3.0.2.ebuild tortoisehg-3.0.1.ebuild
Date: Sat, 02 Aug 2014 02:02:09
Message-Id: 20140802020204.2BD4A2004E@flycatcher.gentoo.org
1 polynomial-c 14/08/02 02:02:04
2
3 Modified: ChangeLog tortoisehg-3.0.2.ebuild
4 Removed: tortoisehg-3.0.1.ebuild
5 Log:
6 Fixed dependency on mercurial versions. Removed old
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.60 dev-vcs/tortoisehg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.60&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.60&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.59&r2=1.60
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
20 retrieving revision 1.59
21 retrieving revision 1.60
22 diff -u -r1.59 -r1.60
23 --- ChangeLog 22 Jul 2014 10:59:24 -0000 1.59
24 +++ ChangeLog 2 Aug 2014 02:02:03 -0000 1.60
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-vcs/tortoisehg
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.59 2014/07/22 10:59:24 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.60 2014/08/02 02:02:03 polynomial-c Exp $
30 +
31 + 02 Aug 2014; Lars Wendler <polynomial-c@g.o> -tortoisehg-3.0.1.ebuild,
32 + tortoisehg-3.0.2.ebuild:
33 + Fixed dependency on mercurial versions. Removed old.
34
35 *tortoisehg-3.0.2 (22 Jul 2014)
36
37
38
39
40 1.2 dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild?r1=1.1&r2=1.2
45
46 Index: tortoisehg-3.0.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- tortoisehg-3.0.2.ebuild 22 Jul 2014 10:59:24 -0000 1.1
53 +++ tortoisehg-3.0.2.ebuild 2 Aug 2014 02:02:03 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild,v 1.1 2014/07/22 10:59:24 polynomial-c Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild,v 1.2 2014/08/02 02:02:03 polynomial-c Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python{2_6,2_7} )
62 @@ -10,7 +10,7 @@
63 if [[ ${PV} != *9999* ]]; then
64 KEYWORDS="~amd64 ~x86"
65 SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"
66 - HG_DEPEND=">=dev-vcs/mercurial-2.6 <dev-vcs/mercurial-3.1"
67 + HG_DEPEND=">=dev-vcs/mercurial-2.9 <dev-vcs/mercurial-3.1"
68 else
69 inherit mercurial
70 EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"