Gentoo Archives: gentoo-commits

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