Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/glosung: ChangeLog glosung-3.2.2.ebuild
Date: Mon, 05 May 2008 19:40:40
Message-Id: E1Jt6YA-0006d4-9F@stork.gentoo.org
1 drac 08/05/05 19:40:38
2
3 Modified: ChangeLog glosung-3.2.2.ebuild
4 Log:
5 Remove scons, pkgconfig and intltool from runtime deps.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.7 app-text/glosung/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glosung/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glosung/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glosung/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 19 Feb 2008 16:15:30 -0000 1.6
22 +++ ChangeLog 5 May 2008 19:40:37 -0000 1.7
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-text/glosung
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.6 2008/02/19 16:15:30 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.7 2008/05/05 19:40:37 drac Exp $
28 +
29 + 05 May 2008; Samuli Suominen <drac@g.o> glosung-3.2.2.ebuild:
30 + Remove scons, pkgconfig and intltool from runtime deps.
31
32 *glosung-3.2.2 (19 Feb 2008)
33
34
35
36
37 1.2 app-text/glosung/glosung-3.2.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild?r1=1.1&r2=1.2
42
43 Index: glosung-3.2.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- glosung-3.2.2.ebuild 19 Feb 2008 16:15:30 -0000 1.1
50 +++ glosung-3.2.2.ebuild 5 May 2008 19:40:37 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Technologies, Inc.
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild,v 1.1 2008/02/19 16:15:30 beandog Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.2.2.ebuild,v 1.2 2008/05/05 19:40:37 drac Exp $
56
57 DESCRIPTION="Watch word program for the GNOME2 desktop (watch word (german): losung)"
58 HOMEPAGE="http://www.godehardt.org/losung.html"
59 @@ -9,16 +9,16 @@
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62
63 -DEPEND=">=dev-util/scons-0.93
64 - dev-util/pkgconfig
65 - >=dev-util/intltool-0.22
66 - >=sys-devel/gettext-0.10"
67 RDEPEND=">=gnome-base/gconf-2.0
68 >=x11-libs/gtk+-2.4
69 >=gnome-base/libgnome-2
70 >=gnome-base/libgnomeui-2
71 - net-misc/curl
72 - ${DEPEND}"
73 + net-misc/curl"
74 +DEPEND="${RDEPEND}
75 + >=dev-util/scons-0.93
76 + dev-util/pkgconfig
77 + >=dev-util/intltool-0.22
78 + >=sys-devel/gettext-0.10"
79
80 src_compile() {
81 scons ${MAKEOPTS} || die "scons make died"
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list