Gentoo Archives: gentoo-commits

From: Priit Laes <plaes@×××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/files/, gnome-extra/evolution-data-server/
Date: Sun, 03 Mar 2013 15:07:53
Message-Id: 1362323080.3350a654e03b3b9d343bf6b86e42832d3ad1dab0.plaes@gentoo
1 commit: 3350a654e03b3b9d343bf6b86e42832d3ad1dab0
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Sun Mar 3 15:04:40 2013 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Sun Mar 3 15:04:40 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3350a654
7
8 gnome-extra/evolution-data-server: 3.7.90 → 3.7.91
9
10 ---
11 ....ebuild => evolution-data-server-3.7.91.ebuild} | 4 +--
12 .../evolution-data-server-9999.ebuild | 2 +-
13 ...n-data-server-3.7.90-libebook-splitup-fix.patch | 25 --------------------
14 3 files changed, 2 insertions(+), 29 deletions(-)
15
16 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.7.90.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild
17 similarity index 97%
18 rename from gnome-extra/evolution-data-server/evolution-data-server-3.7.90.ebuild
19 rename to gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild
20 index 12eb80e..bc3ebf4 100644
21 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.7.90.ebuild
22 +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Header: $
28
29 @@ -103,8 +103,6 @@ src_prepare() {
30 gnome2_src_prepare
31 use vala && vala_src_prepare
32
33 - epatch "${FILESDIR}/${P}-libebook-splitup-fix.patch"
34 -
35 # /usr/include/db.h is always db-1 on FreeBSD
36 # so include the right dir in CPPFLAGS
37 append-cppflags "-I$(db_includedir)"
38
39 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
40 index bcbfb50..bc3ebf4 100644
41 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
42 +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2012 Gentoo Foundation
45 +# Copyright 1999-2013 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: $
48
49
50 diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-3.7.90-libebook-splitup-fix.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-3.7.90-libebook-splitup-fix.patch
51 deleted file mode 100644
52 index 3241de2..0000000
53 --- a/gnome-extra/evolution-data-server/files/evolution-data-server-3.7.90-libebook-splitup-fix.patch
54 +++ /dev/null
55 @@ -1,25 +0,0 @@
56 -From 794f538befedadaded6f19004738cf3babd5e9c5 Mon Sep 17 00:00:00 2001
57 -From: Tristan Van Berkom <tristanvb@×××××××××.com>
58 -Date: Mon, 18 Feb 2013 12:05:22 +0000
59 -Subject: Fixing pkg-config files for libebook & libedata-book
60 -
61 -This part was missed while the libebook / libebook-contacts library
62 -splitup was done manually.
63 ----
64 -(limited to 'addressbook/libebook')
65 -
66 -diff --git a/addressbook/libebook/libebook.pc.in b/addressbook/libebook/libebook.pc.in
67 -index 993870b..293cdc0 100644
68 ---- a/addressbook/libebook/libebook.pc.in
69 -+++ b/addressbook/libebook/libebook.pc.in
70 -@@ -10,7 +10,7 @@ privincludedir=@privincludedir@
71 - Name: libebook
72 - Description: Client library for evolution address books
73 - Version: @VERSION@
74 --Requires: libedataserver-1.2
75 -+Requires: libedataserver-1.2 libebook-contacts-1.2 libedata-book-1.2
76 - Requires.private: camel-1.2
77 - Libs: -L${libdir} -lebook-1.2
78 - Cflags: -I${privincludedir}
79 ---
80 -cgit v0.9.1