Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@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: Sat, 22 Dec 2007 19:10:46
Message-Id: E1J69k4-0008Ng-1T@stork.gentoo.org
1 eva 07/12/22 19:10:36
2
3 Modified: ChangeLog
4 Added: goffice-0.6.1.ebuild
5 Log:
6 bump to 0.6.1 without doc support until upstream fixes its requirements
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.23 x11-libs/goffice/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 10 Dec 2007 23:11:21 -0000 1.22
23 +++ ChangeLog 22 Dec 2007 19:10:35 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/goffice
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.22 2007/12/10 23:11:21 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.23 2007/12/22 19:10:35 eva Exp $
29 +
30 + 22 Dec 2007; Gilles Dartiguelongue <eva@g.o>
31 + +files/goffice-0.6.1-die-gtk-doc.patch, +goffice-0.6.1.ebuild:
32 + bump to 0.6.1, disable gtk-doc unconditionnaly until upstream fixes it gtk-doc
33 + requirement
34
35 *goffice-0.4.3 (09 Dec 2007)
36
37
38
39
40 1.1 x11-libs/goffice/goffice-0.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: goffice-0.6.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.1.ebuild,v 1.1 2007/12/22 19:10:35 eva Exp $
50
51 inherit eutils gnome2 flag-o-matic
52
53 DESCRIPTION="A library of document-centric objects and utilities"
54 HOMEPAGE="http://freshmeat.net/projects/goffice/"
55
56 LICENSE="GPL-2"
57 SLOT="0.6"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE="gnome"
60 #doc support is broken without gtk-doc 1.9
61 #cairo support broken and -gtk broken
62
63 RDEPEND=">=dev-libs/glib-2.8.0
64 >=gnome-extra/libgsf-1.13.3
65 >=dev-libs/libxml2-2.4.12
66 >=x11-libs/pango-1.8.1
67 >=x11-libs/gtk+-2.6
68 >=gnome-base/libglade-2.3.6
69 >=gnome-base/libgnomeprint-2.8.2
70 >=media-libs/libart_lgpl-2.3.11
71 >=x11-libs/cairo-1.2
72 gnome? (
73 >=gnome-base/gconf-2
74 >=gnome-base/libgnomeui-2 )
75 dev-libs/libpcre"
76
77 DEPEND="${RDEPEND}
78 >=dev-util/pkgconfig-0.18
79 >=dev-util/intltool-0.35"
80 # doc? ( >=dev-util/gtk-doc-1.4 )"
81
82 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
83
84 pkg_setup() {
85 G2CONF="${G2CONF} $(use_with gnome)"
86
87 if use gnome && ! built_with_use gnome-extra/libgsf gnome; then
88 eerror "Please rebuild gnome-extra/libgsf with gnome support enabled"
89 eerror "USE=\"gnome\" emerge gnome-extra/libgsf"
90 eerror "or add \"gnome\" to your USE string in /etc/make.conf"
91 die "No Gnome support found in libgsf"
92 fi
93 }
94
95 src_unpack() {
96 gnome2_src_unpack
97
98 # strip doc installation
99 # needs gtk-doc-1.9 otherwise
100 epatch "${FILESDIR}/${P}-die-gtk-doc.patch"
101 }
102
103 src_compile() {
104 filter-flags -ffast-math
105 gnome2_src_compile
106 }
107
108
109
110 --
111 gentoo-commits@g.o mailing list