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:35:03
Message-Id: 20130305033457.3CE0B2171C@flycatcher.gentoo.org
1 floppym 13/03/05 03:34:57
2
3 Modified: tortoisehg-9999.ebuild tortoisehg-2.7.ebuild
4 ChangeLog
5 Log:
6 Rename svg logo used by desktop file, 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.18 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.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild?r1=1.17&r2=1.18
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.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- tortoisehg-9999.ebuild 21 Feb 2013 15:40:09 -0000 1.17
24 +++ tortoisehg-9999.ebuild 5 Mar 2013 03:34:57 -0000 1.18
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.17 2013/02/21 15:40:09 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.18 2013/03/05 03:34:57 floppym Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
33 @@ -67,7 +67,7 @@
34 if use doc ; then
35 dohtml -r doc/build/html/
36 fi
37 - newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg
38 + newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg
39 domenu contrib/${PN}.desktop
40 }
41
42
43
44
45 1.4 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.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild?r1=1.3&r2=1.4
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.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- tortoisehg-2.7.ebuild 21 Feb 2013 15:40:09 -0000 1.3
58 +++ tortoisehg-2.7.ebuild 5 Mar 2013 03:34:57 -0000 1.4
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.3 2013/02/21 15:40:09 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.4 2013/03/05 03:34:57 floppym Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
67 @@ -67,7 +67,7 @@
68 if use doc ; then
69 dohtml -r doc/build/html/
70 fi
71 - newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg
72 + newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg
73 domenu contrib/${PN}.desktop
74 }
75
76
77
78
79 1.34 dev-vcs/tortoisehg/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.34&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.34&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.33&r2=1.34
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v
88 retrieving revision 1.33
89 retrieving revision 1.34
90 diff -u -r1.33 -r1.34
91 --- ChangeLog 21 Feb 2013 15:40:09 -0000 1.33
92 +++ ChangeLog 5 Mar 2013 03:34:57 -0000 1.34
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.33 2013/02/21 15:40:09 floppym Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.34 2013/03/05 03:34:57 floppym Exp $
98 +
99 + 05 Mar 2013; Mike Gilbert <floppym@g.o> tortoisehg-2.7.ebuild,
100 + tortoisehg-9999.ebuild:
101 + Rename svg logo used by desktop file, bug 460364.
102
103 21 Feb 2013; Mike Gilbert <floppym@g.o> tortoisehg-2.7.ebuild,
104 tortoisehg-9999.ebuild: