Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/gaia: gaia-0.1.2.ebuild ChangeLog
Date: Sun, 11 May 2008 18:57:38
Message-Id: E1JvGjn-0001ZC-V4@stork.gentoo.org
1 opfer 08/05/11 18:57:35
2
3 Modified: gaia-0.1.2.ebuild ChangeLog
4 Log:
5 put doxygen in build-time dependency as reported on bug 221701 by flameeyes
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.8 x11-misc/gaia/gaia-0.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?r1=1.7&r2=1.8
14
15 Index: gaia-0.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- gaia-0.1.2.ebuild 24 Jan 2008 10:57:45 -0000 1.7
22 +++ gaia-0.1.2.ebuild 11 May 2008 18:57:35 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.7 2008/01/24 10:57:45 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.8 2008/05/11 18:57:35 opfer Exp $
28
29 inherit eutils
30
31 @@ -19,11 +19,11 @@
32 >=media-libs/libsdl-1.2
33 net-misc/curl
34 virtual/opengl
35 - gps? ( sci-geosciences/gpsd )
36 - doc? ( app-doc/doxygen )"
37 + gps? ( sci-geosciences/gpsd )"
38
39 DEPEND="${RDEPEND}
40 - dev-util/scons"
41 + dev-util/scons
42 + doc? ( app-doc/doxygen )"
43
44 src_unpack() {
45 unpack ${A}
46
47
48
49 1.18 x11-misc/gaia/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.18&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.18&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?r1=1.17&r2=1.18
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v
58 retrieving revision 1.17
59 retrieving revision 1.18
60 diff -u -r1.17 -r1.18
61 --- ChangeLog 24 Jan 2008 10:57:45 -0000 1.17
62 +++ ChangeLog 11 May 2008 18:57:35 -0000 1.18
63 @@ -1,6 +1,9 @@
64 # ChangeLog for x11-misc/gaia
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.17 2008/01/24 10:57:45 opfer Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.18 2008/05/11 18:57:35 opfer Exp $
68 +
69 + 11 May 2008; Christian Faulhammer <opfer@g.o> gaia-0.1.2.ebuild:
70 + put doxygen in build-time dependency as reported on bug 221701 by flameeyes
71
72 24 Jan 2008; Christian Faulhammer <opfer@g.o> gaia-0.1.2.ebuild:
73 remove invalid HOMEPAGE and add some quotes
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list