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-9999.ebuild tortoisehg-2.7.ebuild ChangeLog
Date: Tue, 05 Mar 2013 03:44:22
Message-Id: 20130305034416.7062E2171C@flycatcher.gentoo.org
1 floppym 13/03/05 03:44:16
2
3 Modified: tortoisehg-9999.ebuild tortoisehg-2.7.ebuild
4 ChangeLog
5 Log:
6 Install mergetools.rc as documentation, bug 460364.
7
8 (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.19 dev-vcs/tortoisehg/tortoisehg-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?r1=1.18&r2=1.19
16
17 Index: tortoisehg-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- tortoisehg-9999.ebuild 5 Mar 2013 03:34:57 -0000 1.18
24 +++ tortoisehg-9999.ebuild 5 Mar 2013 03:44:16 -0000 1.19
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-9999.ebuild,v 1.18 2013/03/05 03:34:57 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.19 2013/03/05 03:44:16 floppym Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
33 @@ -63,7 +63,7 @@
34
35 python_install_all() {
36 distutils-r1_python_install_all
37 - dodoc doc/ReadMe*.txt doc/TODO
38 + dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
39 if use doc ; then
40 dohtml -r doc/build/html/
41 fi
42
43
44
45 1.5 dev-vcs/tortoisehg/tortoisehg-2.7.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild?r1=1.4&r2=1.5
50
51 Index: tortoisehg-2.7.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- tortoisehg-2.7.ebuild 5 Mar 2013 03:34:57 -0000 1.4
58 +++ tortoisehg-2.7.ebuild 5 Mar 2013 03:44:16 -0000 1.5
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.7.ebuild,v 1.4 2013/03/05 03:34:57 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.5 2013/03/05 03:44:16 floppym Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
67 @@ -63,7 +63,7 @@
68
69 python_install_all() {
70 distutils-r1_python_install_all
71 - dodoc doc/ReadMe*.txt doc/TODO
72 + dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
73 if use doc ; then
74 dohtml -r doc/build/html/
75 fi
76
77
78
79 1.35 dev-vcs/tortoisehg/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.35&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.35&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.34&r2=1.35
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
88 retrieving revision 1.34
89 retrieving revision 1.35
90 diff -u -r1.34 -r1.35
91 --- ChangeLog 5 Mar 2013 03:34:57 -0000 1.34
92 +++ ChangeLog 5 Mar 2013 03:44:16 -0000 1.35
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-vcs/tortoisehg
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.34 2013/03/05 03:34:57 floppym Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.35 2013/03/05 03:44:16 floppym Exp $
98 +
99 + 05 Mar 2013; Mike Gilbert <floppym@g.o> tortoisehg-2.7.ebuild,
100 + tortoisehg-9999.ebuild:
101 + Install mergetools.rc as documentation, bug 460364.
102
103 05 Mar 2013; Mike Gilbert <floppym@g.o> tortoisehg-2.7.ebuild,
104 tortoisehg-9999.ebuild: