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: orage-4.8.0.ebuild
Date: Sat, 29 Jan 2011 14:04:06
Message-Id: 20110129140356.2306220054@flycatcher.gentoo.org
1 ssuominen 11/01/29 14:03:56
2
3 Modified: orage-4.8.0.ebuild
4 Log:
5 Drop unnecessary src_configure phase, stuff gets moved from phase to phase
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 app-office/orage/orage-4.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.0.ebuild?r1=1.3&r2=1.4
15
16 Index: orage-4.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- orage-4.8.0.ebuild 29 Jan 2011 14:02:20 -0000 1.3
23 +++ orage-4.8.0.ebuild 29 Jan 2011 14:03:56 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.3 2011/01/29 14:02:20 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.4 2011/01/29 14:03:56 ssuominen Exp $
29
30 EAPI=3
31 inherit flag-o-matic xfconf
32 @@ -26,6 +26,8 @@
33 dev-util/intltool"
34
35 pkg_setup() {
36 + append-flags -I/usr/include/libical
37 +
38 has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07
39 PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )
40
41 @@ -41,8 +43,3 @@
42
43 DOCS="AUTHORS ChangeLog NEWS README TODO"
44 }
45 -
46 -src_configure() {
47 - append-flags -I/usr/include/libical
48 - xfconf_src_configure
49 -}