Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.1.ebuild
Date: Wed, 02 Jan 2008 01:35:16
Message-Id: E1J9sVe-0008Vv-En@stork.gentoo.org
1 compnerd 08/01/02 01:35:06
2
3 Modified: ChangeLog goffice-0.6.1.ebuild
4 Log:
5 add built_with_use on cairo to ensure it is built with svg
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.26 x11-libs/goffice/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 2 Jan 2008 00:14:47 -0000 1.25
22 +++ ChangeLog 2 Jan 2008 01:35:05 -0000 1.26
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/goffice
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.25 2008/01/02 00:14:47 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.26 2008/01/02 01:35:05 compnerd Exp $
28 +
29 + 02 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
30 + goffice-0.6.1.ebuild:
31 + Add a check for cairo built with svg
32
33 02 Jan 2008; Brent Baude <ranger@g.o> goffice-0.4.3.ebuild:
34 Marking goffice-0.4.3 ppc64 for bug 198385
35
36
37
38 1.2 x11-libs/goffice/goffice-0.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild?r1=1.1&r2=1.2
43
44 Index: goffice-0.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- goffice-0.6.1.ebuild 22 Dec 2007 19:10:35 -0000 1.1
51 +++ goffice-0.6.1.ebuild 2 Jan 2008 01:35:05 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild,v 1.1 2007/12/22 19:10:35 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild,v 1.2 2008/01/02 01:35:05 compnerd Exp $
58
59 inherit eutils gnome2 flag-o-matic
60
61 @@ -44,6 +44,15 @@
62 eerror "or add \"gnome\" to your USE string in /etc/make.conf"
63 die "No Gnome support found in libgsf"
64 fi
65 +
66 + if ! built_with_use x11-libs/cairo svg ; then
67 + eerror
68 + eerror "Please rebuild x11-libs/cairo with svg support enabled"
69 + eerror "echo \"x11-libs/cairo svg\" >> /etc/portage/package.use"
70 + eerror "emerge -1 x11-libs/cairo"
71 + eerror
72 + die "cairo built with -svg"
73 + fi
74 }
75
76 src_unpack() {
77
78
79
80 --
81 gentoo-commits@g.o mailing list