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.2.2.ebuild gnotime-2.2.2-r1.ebuild
Date: Thu, 27 Sep 2007 17:52:23
Message-Id: E1IaxOs-0005Jp-DO@stork.gentoo.org
1 opfer 07/09/27 17:43:46
2
3 Modified: ChangeLog gnotime-2.2.2.ebuild
4 Added: gnotime-2.2.2-r1.ebuild
5 Log:
6 revision bump with patch for Guile 1.8, provided by Serhij S. Stasyuk <stas@××××××××.net> in bug 171141; -r0 changed to test for USE=deprecated in Guile 1.8 and stable for x86; removed some unneeded documentation files (COPYING, INSTALL) and adjusted DESCRIPTION
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.23 app-office/gnotime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 14 Aug 2007 13:28:01 -0000 1.22
23 +++ ChangeLog 27 Sep 2007 17:43:45 -0000 1.23
24 @@ -1,6 +1,16 @@
25 # ChangeLog for app-office/gnotime
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.22 2007/08/14 13:28:01 gustavoz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.23 2007/09/27 17:43:45 opfer Exp $
29 +
30 +*gnotime-2.2.2-r1 (27 Sep 2007)
31 +
32 + 27 Sep 2007; Christian Faulhammer <opfer@g.o>
33 + +files/gnotime-2.2.2-guile-1_8.patch, gnotime-2.2.2.ebuild,
34 + +gnotime-2.2.2-r1.ebuild:
35 + revision bump with patch for Guile 1.8, provided by Serhij S. Stasyuk
36 + <stas@××××××××.net> in bug 171141; -r0 changed to test for USE=deprecated in
37 + Guile 1.8 and stable for x86; removed some unneeded documentation files
38 + (COPYING, INSTALL) and adjusted DESCRIPTION
39
40 14 Aug 2007; Gustavo Zacarias <gustavoz@g.o> gnotime-2.2.2.ebuild:
41 Stable on sparc
42
43
44
45 1.4 app-office/gnotime/gnotime-2.2.2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild?r1=1.3&r2=1.4
50
51 Index: gnotime-2.2.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- gnotime-2.2.2.ebuild 14 Aug 2007 13:28:01 -0000 1.3
58 +++ gnotime-2.2.2.ebuild 27 Sep 2007 17:43:45 -0000 1.4
59 @@ -1,16 +1,16 @@
60 # Copyright 1999-2007 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild,v 1.3 2007/08/14 13:28:01 gustavoz Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.2.ebuild,v 1.4 2007/09/27 17:43:45 opfer Exp $
64
65 inherit gnome2
66
67 -DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times."
68 +DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times"
69 HOMEPAGE="http://gttr.sourceforge.net/"
70 SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
71 LICENSE="GPL-2"
72
73 SLOT="0"
74 -KEYWORDS="~amd64 ~ppc sparc ~x86"
75 +KEYWORDS="~amd64 ~ppc sparc x86"
76 IUSE=""
77
78 RDEPEND=">=gnome-base/libgnome-2.0
79 @@ -31,9 +31,16 @@
80 =app-text/docbook-xml-dtd-4.2*
81 >=app-text/scrollkeeper-0.3.11"
82
83 -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
84 +DOCS="AUTHORS ChangeLog NEWS README TODO"
85
86 G2CONF="${G2CONF} --disable-schemas-install --without-system-qof"
87
88 # Fix for bug #109047, don't parallel build with libqofsql
89 MAKEOPTS="${MAKEOPTS} -j1"
90 +
91 +pkg_setup() {
92 + if has_version ">=dev-scheme/guile-1.8" && ! built_with_use dev-scheme/guile deprecated;then
93 + eerror "rebuild dev-scheme/guile with USE=deprecated"
94 + die
95 + fi
96 +}
97
98
99
100 1.1 app-office/gnotime/gnotime-2.2.2-r1.ebuild
101
102 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.2-r1.ebuild?rev=1.1&view=markup
103 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.2.2-r1.ebuild?rev=1.1&content-type=text/plain
104
105 Index: gnotime-2.2.2-r1.ebuild
106 ===================================================================
107 # Copyright 1999-2007 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 # $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.2-r1.ebuild,v 1.1 2007/09/27 17:43:45 opfer Exp $
110
111 inherit gnome2 autotools
112
113 DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times"
114 HOMEPAGE="http://gttr.sourceforge.net/"
115 SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
116 LICENSE="GPL-2"
117
118 SLOT="0"
119 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
120 IUSE=""
121
122 RDEPEND=">=gnome-base/libgnome-2.0
123 >=gnome-base/libgnomeui-2.0.3
124 >=gnome-base/gnome-vfs-2
125 >=dev-libs/glib-2
126 >=gnome-base/libglade-2.0
127 =gnome-extra/gtkhtml-3.2*
128 >=gnome-base/gconf-2.0
129 x11-libs/pango
130 dev-libs/libxml2
131 dev-scheme/guile
132 dev-libs/popt"
133
134 DEPEND="${RDEPEND}
135 dev-util/pkgconfig
136 dev-util/intltool
137 =app-text/docbook-xml-dtd-4.2*
138 >=app-text/scrollkeeper-0.3.11"
139
140 DOCS="AUTHORS ChangeLog NEWS README TODO"
141
142 G2CONF="${G2CONF} --disable-schemas-install --without-system-qof"
143
144 # Fix for bug #109047, don't parallel build with libqofsql
145 MAKEOPTS="${MAKEOPTS} -j1"
146
147 src_unpack() {
148 unpack ${A}
149 cd "${S}"
150 epatch "${FILESDIR}/${P}-guile-1_8.patch"
151 eautoreconf
152 }
153
154
155
156 --
157 gentoo-commits@g.o mailing list