Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gliv: ChangeLog gliv-1.9.6.ebuild
Date: Sun, 20 Apr 2008 15:41:36
Message-Id: E1JnbfZ-0005mA-Q0@stork.gentoo.org
1 maekke 08/04/20 15:41:33
2
3 Modified: ChangeLog gliv-1.9.6.ebuild
4 Log:
5 move pkgconfig to DEPEND, bug #217278
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.28 media-gfx/gliv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gliv/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gliv/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gliv/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gliv/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 15 Jan 2008 00:48:23 -0000 1.27
22 +++ ChangeLog 20 Apr 2008 15:41:33 -0000 1.28
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-gfx/gliv
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/ChangeLog,v 1.27 2008/01/15 00:48:23 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/ChangeLog,v 1.28 2008/04/20 15:41:33 maekke Exp $
28 +
29 + 20 Apr 2008; Markus Meier <maekke@g.o> gliv-1.9.6.ebuild:
30 + move pkgconfig to DEPEND, bug #217278
31
32 15 Jan 2008; Markus Meier <maekke@g.o> gliv-1.9.6.ebuild:
33 add pkgconfig dep (bug #205845), make gettext really optional and fix some
34
35
36
37 1.4 media-gfx/gliv/gliv-1.9.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild?r1=1.3&r2=1.4
42
43 Index: gliv-1.9.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- gliv-1.9.6.ebuild 15 Jan 2008 00:48:23 -0000 1.3
50 +++ gliv-1.9.6.ebuild 20 Apr 2008 15:41:33 -0000 1.4
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/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.3 2008/01/15 00:48:23 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.4 2008/04/20 15:41:33 maekke Exp $
56
57 DESCRIPTION="An image viewer that uses OpenGL"
58 HOMEPAGE="http://guichaz.free.fr/gliv/"
59 @@ -11,12 +11,13 @@
60 KEYWORDS="~amd64 ~ppc x86"
61 IUSE="nls"
62
63 -DEPEND=">=x11-libs/gtk+-2.6
64 +RDEPEND=">=x11-libs/gtk+-2.6
65 >=sys-devel/bison-1.875
66 virtual/opengl
67 >x11-libs/gtkglext-1.0.6
68 - dev-util/pkgconfig
69 nls? ( sys-devel/gettext )"
70 +DEPEND="${RDEPEND}
71 + dev-util/pkgconfig"
72
73 src_compile() {
74 econf \
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list