Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog
Date: Wed, 05 Jan 2011 16:38:30
Message-Id: 20110105163821.5AE5720051@flycatcher.gentoo.org
1 pacho 11/01/05 16:38:21
2
3 Modified: gnotime-2.3.0-r3.ebuild ChangeLog
4 Log:
5 dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas), bump to eapi3, drop unsupported configure option.
6
7 (Portage version: 2.1.9.28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-office/gnotime/gnotime-2.3.0-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?r1=1.4&r2=1.5
15
16 Index: gnotime-2.3.0-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gnotime-2.3.0-r3.ebuild 7 Mar 2010 21:17:19 -0000 1.4
23 +++ gnotime-2.3.0-r3.ebuild 5 Jan 2011 16:38:21 -0000 1.5
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.4 2010/03/07 21:17:19 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.5 2011/01/05 16:38:21 pacho Exp $
30
31 -EAPI=2
32 +EAPI="3"
33 +GCONF_DEBUG="yes"
34
35 inherit autotools eutils gnome2
36
37 @@ -25,7 +26,7 @@
38 >=gnome-base/gconf-2.0
39 dev-libs/libxml2
40 >=dev-libs/dbus-glib-0.74
41 - dev-scheme/guile
42 + dev-scheme/guile[deprecated]
43 dev-libs/qof:0
44 x11-libs/libXScrnSaver
45 x11-libs/pango"
46 @@ -37,10 +38,8 @@
47 >=app-text/scrollkeeper-0.3.11
48 doc? ( ~app-text/docbook-xml-dtd-4.2 )"
49
50 -DOCS="AUTHORS ChangeLog NEWS README TODO"
51 -
52 pkg_setup() {
53 - G2CONF="${G2CONF} --disable-schemas-install"
54 + DOCS="AUTHORS ChangeLog NEWS README TODO"
55 }
56
57 src_prepare() {
58 @@ -49,8 +48,10 @@
59
60 # Fix column descriptions, bug #222325
61 epatch "${FILESDIR}/${P}-fix-columns.patch"
62 +
63 # Fix typo in PKG_CHECK_MODULES, bug #298193
64 epatch "${FILESDIR}/${P}-libgnomeui-typo.patch"
65 +
66 # Make it 64bit safe, bug 231986
67 epatch "${FILESDIR}"/${P}-missing-includes.patch
68
69
70
71
72 1.50 app-office/gnotime/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.50&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.50&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.49&r2=1.50
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
81 retrieving revision 1.49
82 retrieving revision 1.50
83 diff -u -r1.49 -r1.50
84 --- ChangeLog 7 Mar 2010 21:17:19 -0000 1.49
85 +++ ChangeLog 5 Jan 2011 16:38:21 -0000 1.50
86 @@ -1,6 +1,10 @@
87 # ChangeLog for app-office/gnotime
88 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.49 2010/03/07 21:17:19 eva Exp $
90 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.50 2011/01/05 16:38:21 pacho Exp $
92 +
93 + 05 Jan 2011; Pacho Ramos <pacho@g.o> gnotime-2.3.0-r3.ebuild:
94 + dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas),
95 + bump to eapi3, drop unsupported configure option.
96
97 07 Mar 2010; Gilles Dartiguelongue <eva@g.o> -gnotime-2.3.0.ebuild,
98 -gnotime-2.3.0-r2.ebuild, gnotime-2.3.0-r3.ebuild: