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/gnotime: ChangeLog gnotime-2.3.0.ebuild
Date: Sun, 24 Feb 2008 23:47:16
Message-Id: E1JTQYr-00012d-8v@stork.gentoo.org
1 eva 08/02/24 23:47:13
2
3 Modified: ChangeLog
4 Added: gnotime-2.3.0.ebuild
5 Log:
6 bump to 2.3.0
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.34 app-office/gnotime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 10 Jan 2008 21:46:40 -0000 1.33
23 +++ ChangeLog 24 Feb 2008 23:47:12 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/gnotime
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.33 2008/01/10 21:46:40 fmccor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.34 2008/02/24 23:47:12 eva Exp $
29 +
30 +*gnotime-2.3.0 (24 Feb 2008)
31 +
32 + 24 Feb 2008; Gilles Dartiguelongue <eva@g.o> +gnotime-2.3.0.ebuild:
33 + bump to 2.3.0
34
35 10 Jan 2008; Ferris McCormick <fmccor@g.o> gnotime-2.2.3.ebuild:
36 Sparc stable --- Bug #205242 --- appears to work as advertized.
37
38
39
40 1.1 app-office/gnotime/gnotime-2.3.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnotime-2.3.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0.ebuild,v 1.1 2008/02/24 23:47:12 eva Exp $
50
51 EAPI="1"
52
53 inherit eutils gnome2 autotools
54
55 DESCRIPTION="utility to track time spent on activities"
56 HOMEPAGE="http://gttr.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
58 LICENSE="GPL-2"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
62 IUSE=""
63 RESTRICT="test"
64
65 RDEPEND=">=x11-libs/gtk+-2.10
66 >=dev-libs/glib-2.14
67 >=gnome-base/libgnome-2.0
68 >=gnome-base/libgnomeui-2.0.3
69 >=gnome-base/gnome-vfs-2
70 >=gnome-base/libglade-2.0
71 >=gnome-extra/gtkhtml-3.14.3:3.14
72 >=gnome-base/gconf-2.0
73 x11-libs/pango
74 dev-libs/libxml2
75 >=dev-libs/dbus-glib-0.74
76 dev-scheme/guile
77 dev-libs/popt"
78
79 DEPEND="${RDEPEND}
80 dev-util/pkgconfig
81 dev-util/intltool
82 =app-text/docbook-xml-dtd-4.2*
83 >=app-text/scrollkeeper-0.3.11
84 dev-libs/qof"
85
86 DOCS="AUTHORS ChangeLog NEWS README TODO"
87
88 # Fix for bug #109047, don't parallel build with libqofsql
89 # Should be fixed, to be tested
90 #MAKEOPTS="${MAKEOPTS} -j1"
91
92 pkg_setup() {
93 G2CONF="${G2CONF} --disable-schemas-install"
94
95 # upstream knows about the fix and has promised to incorporate it
96 if ! built_with_use --missing true dev-scheme/guile deprecated;then
97 eerror "rebuild dev-scheme/guile with USE=deprecated"
98 die
99 fi
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list