Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/hgview: hgview-1.6.2-r1.ebuild ChangeLog
Date: Mon, 27 Aug 2012 03:16:20
Message-Id: 20120827031608.E7EA920888@flycatcher.gentoo.org
1 pesa 12/08/27 03:16:08
2
3 Modified: hgview-1.6.2-r1.ebuild ChangeLog
4 Log:
5 Clarify comment, thanks to Arfrever on IRC.
6
7 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-vcs/hgview/hgview-1.6.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: hgview-1.6.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hgview-1.6.2-r1.ebuild 25 Aug 2012 10:03:54 -0000 1.1
23 +++ hgview-1.6.2-r1.ebuild 27 Aug 2012 03:16:08 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild,v 1.1 2012/08/25 10:03:54 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild,v 1.2 2012/08/27 03:16:08 pesa Exp $
29
30 EAPI=4
31
32 @@ -29,8 +29,8 @@
33 app-text/xmlto
34 )"
35
36 -# If this flag is not set, distutils.eclass won't pass
37 -# any arguments to the "build" action in src_install()
38 +# If this flag is not set, arguments are passed to the "build" command
39 +# only for distutils_src_compile(), but not for distutils_src_install()
40 DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
41 PYTHON_MODNAME="hgext/hgview.py hgviewlib"
42
43
44
45
46 1.8 dev-vcs/hgview/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/ChangeLog?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/ChangeLog?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgview/ChangeLog?r1=1.7&r2=1.8
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hgview/ChangeLog,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- ChangeLog 25 Aug 2012 10:03:54 -0000 1.7
59 +++ ChangeLog 27 Aug 2012 03:16:08 -0000 1.8
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-vcs/hgview
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/ChangeLog,v 1.7 2012/08/25 10:03:54 pesa Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/ChangeLog,v 1.8 2012/08/27 03:16:08 pesa Exp $
65 +
66 + 27 Aug 2012; Davide Pesavento <pesa@g.o> hgview-1.6.2-r1.ebuild:
67 + Clarify comment, thanks to Arfrever on IRC.
68
69 *hgview-1.6.2-r1 (25 Aug 2012)