Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/htmlc: ChangeLog
Date: Thu, 25 Jun 2015 08:03:56
Message-Id: 20150625080344.B042DA4E@oystercatcher.gentoo.org
1 aballier 15/06/25 08:03:44
2
3 Modified: ChangeLog
4 Log:
5 Patch Makefile and not Makefile.in otherwise this triggers a rebuild of Makefile that needs htmlc to be installed first, bug #553172
6
7 Signed-off-by: Alexis Ballier <aballier@g.o>
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.11 app-text/htmlc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htmlc/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htmlc/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htmlc/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/htmlc/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 18 Jun 2015 08:45:33 -0000 1.10
24 +++ ChangeLog 25 Jun 2015 08:03:44 -0000 1.11
25 @@ -1,6 +1,10 @@
26 # ChangeLog for app-text/htmlc
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlc/ChangeLog,v 1.10 2015/06/18 08:45:33 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlc/ChangeLog,v 1.11 2015/06/25 08:03:44 aballier Exp $
30 +
31 + 25 Jun 2015; Alexis Ballier <aballier@g.o> files/werror.patch:
32 + Patch Makefile and not Makefile.in otherwise this triggers a rebuild of
33 + Makefile that needs htmlc to be installed first, bug #553172
34
35 18 Jun 2015; Alexis Ballier <aballier@g.o> htmlc-2.60.0.ebuild,
36 +files/werror.patch: