Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-kolab: evolution-kolab-3.6.4.ebuild ChangeLog
Date: Sun, 31 Mar 2013 10:13:27
Message-Id: 20130331101323.5F50F2171D@flycatcher.gentoo.org
1 eva 13/03/31 10:13:23
2
3 Modified: ChangeLog
4 Added: evolution-kolab-3.6.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.8 gnome-extra/evolution-kolab/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-kolab/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-kolab/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-kolab/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 29 Mar 2013 20:12:42 -0000 1.7
24 +++ ChangeLog 31 Mar 2013 10:13:23 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/evolution-kolab
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/ChangeLog,v 1.7 2013/03/29 20:12:42 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/ChangeLog,v 1.8 2013/03/31 10:13:23 eva Exp $
30 +
31 +*evolution-kolab-3.6.4 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o>
34 + +evolution-kolab-3.6.4.ebuild:
35 + Version bump.
36
37 29 Mar 2013; Gilles Dartiguelongue <eva@g.o>
38 -evolution-kolab-3.4.4.ebuild, -evolution-kolab-3.6.2.ebuild:
39
40
41
42 1.1 gnome-extra/evolution-kolab/evolution-kolab-3.6.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.6.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.6.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: evolution-kolab-3.6.4.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.6.4.ebuild,v 1.1 2013/03/31 10:13:23 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit autotools eutils gnome2 versionator
58
59 MY_MAJORV=$(get_version_component_range 1-2)
60
61 DESCRIPTION="Evolution module for connecting to Kolab groupware servers"
62 HOMEPAGE="https://live.gnome.org/Evolution/Kolab"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE="" # kerberos (does nothing useful for now)
68
69 RDEPEND=">=mail-client/evolution-${MY_MAJORV}:2.0
70 >=gnome-extra/evolution-data-server-${MY_MAJORV}:=
71 =gnome-extra/evolution-data-server-${MY_MAJORV}*
72 >=dev-db/sqlite-3.7:3
73 >=dev-libs/glib-2.32:2
74 >=dev-libs/libical-0.44
75 dev-libs/libxml2
76 dev-libs/nss
77 >=gnome-base/gconf-2:2
78 >=net-misc/curl-7.19[ssl]
79 >=x11-libs/gtk+-3.2:3
80 "
81 DEPEND="${RDEPEND}
82 dev-util/gperf
83 >=dev-util/gtk-doc-am-1.14
84 >=dev-util/intltool-0.35.5
85 sys-devel/gettext
86 virtual/pkgconfig
87 "
88
89 RESTRICT="test" # test suite is non-functional
90
91 src_prepare() {
92 # We do not want to install a "hello world" program.
93 epatch "${FILESDIR}/${PN}-3.4.3-no-hello-world.patch"
94
95 # Disable test suite: parts fail, other parts require connection to a live
96 # kolab server, plus it installs test executables to /usr/bin
97 epatch "${FILESDIR}/${PN}-3.5.5-no-tests.patch"
98
99 # Strip stupid cflags
100 sed -e 's/\(ADD_CFLAGS=.*\) -pedantic/\1/' \
101 -i configure.ac configure || die
102
103 eautoreconf
104 gnome2_src_prepare
105 }
106
107 src_configure() {
108 gnome2_src_configure --without-krb5 # --with-krb5 does nothing useful
109 }
110
111 src_install() {
112 gnome2_src_install
113 rm -rv "${ED}usr/doc" || die "rm failed"
114 }