Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: gnumeric-1.12.0.ebuild ChangeLog
Date: Thu, 27 Dec 2012 22:15:21
Message-Id: 20121227221503.B00692171D@flycatcher.gentoo.org
1 pacho 12/12/27 22:15:03
2
3 Modified: ChangeLog
4 Added: gnumeric-1.12.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.236 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.236&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.236&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.235&r2=1.236
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.235
21 retrieving revision 1.236
22 diff -u -r1.235 -r1.236
23 --- ChangeLog 23 May 2012 12:11:14 -0000 1.235
24 +++ ChangeLog 27 Dec 2012 22:15:03 -0000 1.236
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/gnumeric
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.235 2012/05/23 12:11:14 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.236 2012/12/27 22:15:03 pacho Exp $
30 +
31 +*gnumeric-1.12.0 (27 Dec 2012)
32 +
33 + 27 Dec 2012; Pacho Ramos <pacho@g.o> +gnumeric-1.12.0.ebuild:
34 + Version bump
35
36 23 May 2012; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
37 Drop unused local desc.
38
39
40
41 1.1 app-office/gnumeric/gnumeric-1.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnumeric-1.12.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.0.ebuild,v 1.1 2012/12/27 22:15:03 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python{2_6,2_7} )
56
57 inherit gnome2 flag-o-matic python-single-r1
58
59 DESCRIPTION="The GNOME Spreadsheet"
60 HOMEPAGE="http://projects.gnome.org/gnumeric/"
61 LICENSE="GPL-2"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65
66 IUSE="+introspection perl python"
67 # Missing gnome-extra/libgnomedb required version in tree
68 # but its upstream is dead and will be dropped soon.
69
70 # lots of missing files, wait for next release
71 # also fails tests due to 80-bit long story
72 RESTRICT="test"
73
74 RDEPEND="sys-libs/zlib
75 app-arch/bzip2
76 >=dev-libs/glib-2.28.0:2
77 >=gnome-extra/libgsf-1.14.24:=
78 >=x11-libs/goffice-0.10.0:0.10
79 >=dev-libs/libxml2-2.4.12:2
80 >=x11-libs/pango-1.24.0:=
81
82 >=x11-libs/gtk+-3.0.0:3
83 x11-libs/cairo:=[svg]
84
85 introspection? ( >=dev-libs/gobject-introspection-1.0.0:= )
86 perl? ( dev-lang/perl )
87 python? ( ${PYTHON_DEPS}
88 >=dev-python/pygobject-3.0.0:3 )
89 "
90 # libgda? (
91 # >=gnome-extra/libgda-4.1.1:4.0
92 # >=gnome-extra/libgnomedb-3.99.6:4.0 )
93 DEPEND="${RDEPEND}
94 >=dev-util/intltool-0.35.0
95 virtual/pkgconfig
96 app-text/scrollkeeper"
97
98 src_prepare() {
99 G2CONF="${G2CONF}
100 --enable-ssindex
101 --disable-static
102 --without-gda
103 --with-zlib
104 $(use_enable introspection)
105 $(use_with perl)
106 $(use_with python)"
107 }