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: planner-0.14.6.ebuild ChangeLog planner-0.14.6_p20130520.ebuild
Date: Mon, 20 May 2013 11:12:18
Message-Id: 20130520111214.9C2492171D@flycatcher.gentoo.org
1 eva 13/05/20 11:12:14
2
3 Modified: planner-0.14.6.ebuild ChangeLog
4 Added: planner-0.14.6_p20130520.ebuild
5 Log:
6 Add a snapshot compatible with evolution-3.6, bug #448902. Fix compatibility with automake-1.13, bug #467596.
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.7 app-office/planner/planner-0.14.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/planner-0.14.6.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/planner-0.14.6.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/planner-0.14.6.ebuild?r1=1.6&r2=1.7
16
17 Index: planner-0.14.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.6.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- planner-0.14.6.ebuild 15 Jul 2012 16:26:56 -0000 1.6
24 +++ planner-0.14.6.ebuild 20 May 2013 11:12:14 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.6.ebuild,v 1.6 2012/07/15 16:26:56 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.6.ebuild,v 1.7 2013/05/20 11:12:14 eva Exp $
31
32 EAPI="4"
33 GCONF_DEBUG="no"
34 @@ -60,6 +60,10 @@
35 # Find python in a faster way, bug #344231, upstream bug #654044
36 epatch "${FILESDIR}/${PN}-0.14.6-find-python.patch"
37
38 +
39 + sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' \
40 + -i configure.in || die
41 +
42 intltoolize --force --copy --automake || die "intltoolize failed"
43 eautoreconf
44 gnome2_src_prepare
45
46
47
48 1.70 app-office/planner/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/ChangeLog?rev=1.70&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/ChangeLog?rev=1.70&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/ChangeLog?r1=1.69&r2=1.70
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v
57 retrieving revision 1.69
58 retrieving revision 1.70
59 diff -u -r1.69 -r1.70
60 --- ChangeLog 5 Mar 2013 23:01:42 -0000 1.69
61 +++ ChangeLog 20 May 2013 11:12:14 -0000 1.70
62 @@ -1,6 +1,13 @@
63 # ChangeLog for app-office/planner
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.69 2013/03/05 23:01:42 eva Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.70 2013/05/20 11:12:14 eva Exp $
67 +
68 +*planner-0.14.6_p20130520 (20 May 2013)
69 +
70 + 20 May 2013; Gilles Dartiguelongue <eva@g.o> planner-0.14.6.ebuild,
71 + +planner-0.14.6_p20130520.ebuild:
72 + Add a snapshot compatible with evolution-3.6, bug #448902. Fix compatibility
73 + with automake-1.13, bug #467596.
74
75 05 Mar 2013; Gilles Dartiguelongue <eva@g.o>
76 -files/planner-0.14.3-eds-plugin.patch, -planner-0.14.5.ebuild,
77
78
79
80 1.1 app-office/planner/planner-0.14.6_p20130520.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/planner-0.14.6_p20130520.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/planner/planner-0.14.6_p20130520.ebuild?rev=1.1&content-type=text/plain
84
85 Index: planner-0.14.6_p20130520.ebuild
86 ===================================================================
87 # Copyright 1999-2013 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.6_p20130520.ebuild,v 1.1 2013/05/20 11:12:14 eva Exp $
90
91 EAPI="5"
92 GCONF_DEBUG="no"
93 GNOME2_LA_PUNT="yes"
94 PYTHON_COMPAT=( python2_{6,7} )
95
96 inherit autotools eutils gnome2 python-single-r1
97
98 DESCRIPTION="Project manager for Gnome"
99 HOMEPAGE="http://live.gnome.org/Planner/"
100 SRC_URI="http://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz"
101
102 SLOT="0"
103 LICENSE="GPL-2"
104 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
105 IUSE="eds examples python"
106
107 RDEPEND="
108 >=dev-libs/glib-2.6:2
109 >=x11-libs/gtk+-2.14:2
110 >=gnome-base/libgnomecanvas-2.10
111 >=gnome-base/libgnomeui-2.10
112 >=gnome-base/libglade-2.4:2.0
113 >=gnome-base/gconf-2.6:2
114 >=dev-libs/libxml2-2.6.27:2
115 >=dev-libs/libxslt-1.1.23
116 python? (
117 ${PYTHON_DEPS}
118 >=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}] )
119 eds? (
120 >=gnome-extra/evolution-data-server-3.6
121 >=mail-client/evolution-3.6 )"
122
123 DEPEND="${RDEPEND}
124 app-text/scrollkeeper
125 dev-util/gtk-doc-am
126 >=dev-util/intltool-0.35.5
127 gnome-base/gnome-common
128 virtual/pkgconfig
129 "
130
131 S="${WORKDIR}/${PN}-0.14.6"
132
133 src_configure() {
134 # FIXME: disable eds backend for now, it fails, upstream bug #654005
135 gnome2_src_configure \
136 $(use_enable python) \
137 $(use_enable python python-plugin) \
138 $(use_enable eds) \
139 --disable-eds-backend \
140 --with-database=no \
141 --disable-update-mimedb
142 #$(use_enable eds eds-backend)
143 }
144
145 src_install() {
146 DOCS="AUTHORS COPYING ChangeLog NEWS README"
147 gnome2_src_install \
148 sqldocdir="\$(datadir)/doc/${PF}" \
149 sampledir="\$(datadir)/doc/${PF}/examples"
150
151 if ! use examples; then
152 rm -rf "${D}/usr/share/doc/${PF}/examples"
153 fi
154 }