Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/quat: ChangeLog quat-1.20.ebuild
Date: Sun, 03 Oct 2010 20:22:15
Message-Id: 20101003202209.44BD820051@flycatcher.gentoo.org
1 spock 10/10/03 20:22:09
2
3 Modified: ChangeLog quat-1.20.ebuild
4 Log:
5 Depend on fltk v1 (bug #339047).
6
7 (Portage version: 2.1.9.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 media-gfx/quat/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/quat/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/quat/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/quat/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/quat/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 24 Oct 2008 22:44:06 -0000 1.10
23 +++ ChangeLog 3 Oct 2010 20:22:09 -0000 1.11
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-gfx/quat
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/ChangeLog,v 1.10 2008/10/24 22:44:06 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/ChangeLog,v 1.11 2010/10/03 20:22:09 spock Exp $
30 +
31 + 03 Oct 2010; MichaƂ Januszewski <spock@g.o> quat-1.20.ebuild:
32 + Depend on fltk v1 (bug #339047).
33
34 24 Oct 2008; Markus Meier <maekke@g.o> quat-1.20.ebuild:
35 amd64 stable, bug #242590
36
37
38
39 1.12 media-gfx/quat/quat-1.20.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/quat/quat-1.20.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/quat/quat-1.20.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/quat/quat-1.20.ebuild?r1=1.11&r2=1.12
44
45 Index: quat-1.20.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- quat-1.20.ebuild 24 Oct 2008 22:44:06 -0000 1.11
52 +++ quat-1.20.ebuild 3 Oct 2010 20:22:09 -0000 1.12
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v 1.11 2008/10/24 22:44:06 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/quat/quat-1.20.ebuild,v 1.12 2010/10/03 20:22:09 spock Exp $
59
60 DESCRIPTION="A 3D quaternionic fractal generator"
61 HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html"
62 @@ -11,7 +11,7 @@
63 KEYWORDS="amd64 ppc x86"
64 IUSE="X debug"
65
66 -DEPEND="X? ( >=x11-libs/fltk-1.1
67 +DEPEND="X? ( =x11-libs/fltk-1*
68 x11-libs/libX11
69 x11-libs/libXext
70 x11-libs/libXft
71 @@ -30,6 +30,6 @@
72 }
73
74 src_install() {
75 - make DESTDIR=${D} install || die "make install failure"
76 + make DESTDIR="${D}" install || die "make install failure"
77 dodoc AUTHORS ChangeLog NEWS README
78 }