Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/planner: ChangeLog planner-0.14.3.ebuild
Date: Sun, 20 Apr 2008 13:20:24
Message-Id: E1JnZSv-00047E-RB@stork.gentoo.org
1 eva 08/04/20 13:20:21
2
3 Modified: ChangeLog
4 Added: planner-0.14.3.ebuild
5 Log:
6 bump to 0.14.3. Bug fixes, support for libgda-3, a few new features and updated translations. Patch to fix parallel build issue and compilation fix for eds plugin.
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.39 app-office/planner/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 10 Jan 2008 16:36:10 -0000 1.38
23 +++ ChangeLog 20 Apr 2008 13:20:21 -0000 1.39
24 @@ -1,6 +1,15 @@
25 # ChangeLog for app-office/planner
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.38 2008/01/10 16:36:10 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.39 2008/04/20 13:20:21 eva Exp $
29 +
30 +*planner-0.14.3 (20 Apr 2008)
31 +
32 + 20 Apr 2008; Gilles Dartiguelongue <eva@g.o>
33 + +files/planner-0.14.3-eds-plugin.patch,
34 + +files/planner-0.14.3-parallel-build.patch, +planner-0.14.3.ebuild:
35 + bump to 0.14.3. Bug fixes, support for libgda-3, a few new features and
36 + updated translations. Patch to fix parallel build issue and compilation
37 + fix for eds plugin.
38
39 10 Jan 2008; Mart Raudsepp <leio@g.o> -planner-0.12.1.ebuild,
40 -planner-0.13.ebuild, -planner-0.14.ebuild:
41
42
43
44 1.1 app-office/planner/planner-0.14.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/planner-0.14.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/planner/planner-0.14.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: planner-0.14.3.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.3.ebuild,v 1.1 2008/04/20 13:20:21 eva Exp $
54
55 inherit autotools eutils gnome2
56
57 DESCRIPTION="Project manager for Gnome2"
58 HOMEPAGE="http://live.gnome.org/Planner/"
59
60 SLOT="0"
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
63 IUSE="doc eds libgda python examples"
64
65 RDEPEND=">=dev-libs/glib-2.6
66 >=x11-libs/gtk+-2.6
67 >=gnome-base/libgnomecanvas-2.10
68 >=gnome-base/libgnomeui-2.10
69 >=gnome-base/libglade-2.4
70 >=gnome-base/gnome-vfs-2.10
71 >=gnome-base/libgnomeprintui-2.10
72 >=gnome-base/gconf-2.6
73 >=dev-libs/libxml2-2.6.27
74 >=dev-libs/libxslt-1.1.23
75 libgda? ( =gnome-extra/libgda-1* )
76 python? ( >=dev-python/pygtk-2.6 )
77 eds? (
78 >=gnome-extra/evolution-data-server-1.1
79 >=mail-client/evolution-2.1.3 )"
80
81 # FIXME: update libgda dep when 3 is unmasked.
82 # disable eds backend for now, its experimental
83
84 DEPEND="${RDEPEND}
85 >=dev-util/pkgconfig-0.12.0
86 app-text/scrollkeeper
87 >=dev-util/intltool-0.35.5
88 doc? ( >=dev-util/gtk-doc-1.0 )"
89
90 DOCS="AUTHORS COPYING ChangeLog INSTALL README"
91
92 pkg_setup() {
93 G2CONF="${G2CONF}
94 $(use_enable libgda database)
95 $(use_enable python)
96 $(use_enable python python-plugin)
97 $(use_enable doc gtk-doc)
98 $(use_enable eds)
99 --disable-update-mimedb"
100 # $(use_enable eds eds-backend)
101 }
102
103 src_unpack() {
104 gnome2_src_unpack
105
106 # Fix parallel build issues
107 epatch "${FILESDIR}/${P}-parallel-build.patch"
108
109 # Fix compile failure with eds-plugin
110 epatch "${FILESDIR}/${P}-eds-plugin.patch"
111
112 eautomake
113 intltoolize --force || die "intltoolize failed"
114 }
115
116 src_install() {
117 gnome2_src_install \
118 sqldocdir="\$(datadir)/doc/${PF}" \
119 sampledir="\$(datadir)/doc/${PF}/examples"
120
121 if ! use examples; then
122 rm -rf "${D}/usr/share/doc/${PF}/examples"
123 fi
124 }
125
126
127
128 --
129 gentoo-commits@l.g.o mailing list