Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/dia: dia-0.97.2.ebuild
Date: Thu, 22 Dec 2011 17:38:05
Message-Id: 20111222173755.4ECD22004B@flycatcher.gentoo.org
1 ssuominen 11/12/22 17:37:55
2
3 Modified: dia-0.97.2.ebuild
4 Log:
5 tidy
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-office/dia/dia-0.97.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/dia-0.97.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/dia-0.97.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia/dia-0.97.2.ebuild?r1=1.1&r2=1.2
15
16 Index: dia-0.97.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dia-0.97.2.ebuild 22 Dec 2011 17:36:04 -0000 1.1
23 +++ dia-0.97.2.ebuild 22 Dec 2011 17:37:55 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2.ebuild,v 1.1 2011/12/22 17:36:04 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2.ebuild,v 1.2 2011/12/22 17:37:55 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -66,18 +66,15 @@
33 }
34
35 src_prepare() {
36 - # Fix compilation in a gnome environment, bug #159831
37 - epatch "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch
38 + epatch "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch #159831
39
40 - # Fix compilation with USE="python", bug #271855
41 if use python; then
42 python_convert_shebangs -r 2 .
43 - # use proper shared lib extension, #298232
44 - sed -i -e "s/\.so/$(get_libname)/" acinclude.m4 || die
45 + sed -i -e "s/\.so/$(get_libname)/" acinclude.m4 || die #298232
46 fi
47
48 - # Skip man generation
49 if ! use doc; then
50 + # Skip man generation
51 sed -i -e '/if HAVE_DB2MAN/,/endif/d' doc/*/Makefile.am || die
52 fi