Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/orage: ChangeLog orage-4.8.0.ebuild
Date: Sat, 29 Jan 2011 14:03:19
Message-Id: 20110129140220.DAA2120054@flycatcher.gentoo.org
1 ssuominen 11/01/29 14:02:20
2
3 Modified: ChangeLog orage-4.8.0.ebuild
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.37 app-office/orage/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 25 Jan 2011 18:01:09 -0000 1.36
23 +++ ChangeLog 29 Jan 2011 14:02:20 -0000 1.37
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-office/orage
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.36 2011/01/25 18:01:09 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.37 2011/01/29 14:02:20 ssuominen Exp $
29 +
30 + 29 Jan 2011; Samuli Suominen <ssuominen@g.o> orage-4.8.0.ebuild,
31 + +files/orage-4.8.0-libnotify-0.7.patch:
32 + Fix building with x11-libs/libnotify >= 0.7.
33
34 25 Jan 2011; Jeroen Roovers <jer@g.o> orage-4.7.5.ebuild:
35 Stable for HPPA (bug #349023).
36
37
38
39 1.3 app-office/orage/orage-4.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?r1=1.2&r2=1.3
44
45 Index: orage-4.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- orage-4.8.0.ebuild 19 Jan 2011 22:06:06 -0000 1.2
52 +++ orage-4.8.0.ebuild 29 Jan 2011 14:02:20 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.2 2011/01/19 22:06:06 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.3 2011/01/29 14:02:20 ssuominen Exp $
58
59 EAPI=3
60 inherit flag-o-matic xfconf
61 @@ -26,6 +26,9 @@
62 dev-util/intltool"
63
64 pkg_setup() {
65 + has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07
66 + PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )
67 +
68 XFCONF=(
69 --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
70 --disable-dependency-tracking