Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/dia: ChangeLog dia-0.96.1-r1.ebuild
Date: Mon, 28 Jul 2008 23:18:59
Message-Id: E1KNbzU-0008Qv-G7@stork.gentoo.org
1 eva 08/07/28 23:18:56
2
3 Modified: ChangeLog dia-0.96.1-r1.ebuild
4 Log:
5 add 64 bit compilation fix patch, bug #191673.
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.107 app-office/dia/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/ChangeLog?rev=1.107&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/ChangeLog?rev=1.107&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/ChangeLog?r1=1.106&r2=1.107
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v
18 retrieving revision 1.106
19 retrieving revision 1.107
20 diff -u -r1.106 -r1.107
21 --- ChangeLog 29 May 2008 15:46:28 -0000 1.106
22 +++ ChangeLog 28 Jul 2008 23:18:55 -0000 1.107
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-office/dia
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.106 2008/05/29 15:46:28 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.107 2008/07/28 23:18:55 eva Exp $
28 +
29 + 28 Jul 2008; Gilles Dartiguelongue <eva@g.o>
30 + +files/dia-0.96.1-64bit-fixes.patch, dia-0.96.1-r1.ebuild:
31 + add 64 bit compilation fix patch, bug #191673.
32
33 29 May 2008; Ali Polatel <hawking@g.o> dia-0.96.1-r1.ebuild:
34 python_mod_optimize is ROOT aware.
35
36
37
38 1.8 app-office/dia/dia-0.96.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/dia-0.96.1-r1.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/dia-0.96.1-r1.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia/dia-0.96.1-r1.ebuild?r1=1.7&r2=1.8
43
44 Index: dia-0.96.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.96.1-r1.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- dia-0.96.1-r1.ebuild 29 May 2008 15:46:28 -0000 1.7
51 +++ dia-0.96.1-r1.ebuild 28 Jul 2008 23:18:55 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.96.1-r1.ebuild,v 1.7 2008/05/29 15:46:28 hawking Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.96.1-r1.ebuild,v 1.8 2008/07/28 23:18:55 eva Exp $
57
58 inherit eutils gnome2 libtool autotools versionator python
59
60 @@ -72,6 +72,9 @@
61 # Skip man generation
62 use doc || sed -i -e '/if HAVE_DB2MAN/,/man_MANS/d' doc/*/Makefile.am
63
64 + # Fix compilation QA, bug #191673
65 + epatch "${FILESDIR}/${PN}-0.96.1-64bit-fixes.patch"
66 +
67 # Fix tests
68 echo "dia.desktop.in" >> po/POTFILES.skip