Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.3.0.ebuild
Date: Thu, 28 Feb 2008 08:04:18
Message-Id: E1JUdkV-0001FJ-9Y@stork.gentoo.org
1 opfer 08/02/28 08:04:15
2
3 Modified: ChangeLog gnotime-2.3.0.ebuild
4 Log:
5 check for USE=deprecated with dev-scheme/guile not needed anymore
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.35 app-office/gnotime/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 24 Feb 2008 23:47:12 -0000 1.34
22 +++ ChangeLog 28 Feb 2008 08:04:14 -0000 1.35
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-office/gnotime
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.34 2008/02/24 23:47:12 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.35 2008/02/28 08:04:14 opfer Exp $
28 +
29 + 28 Feb 2008; Christian Faulhammer <opfer@g.o> gnotime-2.3.0.ebuild:
30 + check for USE=deprecated with dev-scheme/guile not needed anymore
31
32 *gnotime-2.3.0 (24 Feb 2008)
33
34
35
36
37 1.2 app-office/gnotime/gnotime-2.3.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild?r1=1.1&r2=1.2
42
43 Index: gnotime-2.3.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gnotime-2.3.0.ebuild 24 Feb 2008 23:47:12 -0000 1.1
50 +++ gnotime-2.3.0.ebuild 28 Feb 2008 08:04:14 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v 1.1 2008/02/24 23:47:12 eva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v 1.2 2008/02/28 08:04:14 opfer Exp $
56
57 EAPI="1"
58
59 @@ -39,16 +39,6 @@
60
61 DOCS="AUTHORS ChangeLog NEWS README TODO"
62
63 -# Fix for bug #109047, don't parallel build with libqofsql
64 -# Should be fixed, to be tested
65 -#MAKEOPTS="${MAKEOPTS} -j1"
66 -
67 pkg_setup() {
68 G2CONF="${G2CONF} --disable-schemas-install"
69 -
70 - # upstream knows about the fix and has promised to incorporate it
71 - if ! built_with_use --missing true dev-scheme/guile deprecated;then
72 - eerror "rebuild dev-scheme/guile with USE=deprecated"
73 - die
74 - fi
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list