Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.8.7.ebuild goffice-0.8.5.ebuild
Date: Sat, 03 Jul 2010 14:40:05
Message-Id: 20100703143959.578002CE15@corvid.gentoo.org
1 pacho 10/07/03 14:39:59
2
3 Modified: ChangeLog
4 Added: goffice-0.8.7.ebuild
5 Removed: goffice-0.8.5.ebuild
6 Log:
7 Version bump, remove old.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.70 x11-libs/goffice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 17 Jun 2010 19:18:01 -0000 1.69
24 +++ ChangeLog 3 Jul 2010 14:39:59 -0000 1.70
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-libs/goffice
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.69 2010/06/17 19:18:01 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.70 2010/07/03 14:39:59 pacho Exp $
30 +
31 +*goffice-0.8.7 (03 Jul 2010)
32 +
33 + 03 Jul 2010; Pacho Ramos <pacho@g.o> -goffice-0.8.5.ebuild,
34 + +goffice-0.8.7.ebuild:
35 + Version bump: Implement cumulative histograms, make histogram able to use
36 + raw data, implement equations rotation. Remove old testing.
37
38 *goffice-0.8.6 (17 Jun 2010)
39
40
41
42
43 1.1 x11-libs/goffice/goffice-0.8.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: goffice-0.8.7.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.7.ebuild,v 1.1 2010/07/03 14:39:59 pacho Exp $
53
54 EAPI="2"
55 GCONF_DEBUG="no"
56
57 inherit eutils gnome2 flag-o-matic
58
59 DESCRIPTION="A library of document-centric objects and utilities"
60 HOMEPAGE="http://freshmeat.net/projects/goffice/"
61
62 LICENSE="GPL-2"
63 SLOT="0.8"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
65 IUSE="doc gnome"
66
67 # Build fails with -gtk
68 # FIXME: add lasem to tree
69 RDEPEND=">=dev-libs/glib-2.16
70 >=gnome-extra/libgsf-1.14.9[gnome?]
71 >=dev-libs/libxml2-2.4.12
72 >=x11-libs/pango-1.8.1
73 >=x11-libs/cairo-1.2[svg]
74 x11-libs/libXext
75 x11-libs/libXrender
76 >=x11-libs/gtk+-2.16
77 gnome? ( >=gnome-base/gconf-2 )
78 "
79 DEPEND="${RDEPEND}
80 >=dev-util/pkgconfig-0.18
81 >=dev-util/intltool-0.35
82 doc? ( >=dev-util/gtk-doc-1.11 )"
83
84 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
85
86 pkg_setup() {
87 G2CONF="${G2CONF}
88 --without-lasem
89 --with-gtk
90 $(use_with gnome gconf)"
91 filter-flags -ffast-math
92 }
93
94 src_prepare() {
95 gnome2_src_prepare
96
97 # Fix intltoolize broken file, see upstream #577133
98 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
99 || die "sed failed"
100 }
101
102 src_install() {
103 gnome2_src_install
104 find "${D}" -name "*.la" -delete || die
105 }