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: Thu, 24 Jan 2008 10:57:49
Message-Id: E1JHzmE-0002Qq-13@stork.gentoo.org
1 opfer 08/01/24 10:57:46
2
3 Modified: gaia-0.1.2.ebuild ChangeLog
4 Log:
5 remove invalid HOMEPAGE and add some quotes
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- gaia-0.1.2.ebuild 13 Jul 2007 05:09:41 -0000 1.6
22 +++ gaia-0.1.2.ebuild 24 Jan 2008 10:57:45 -0000 1.7
23 @@ -1,12 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.6 2007/07/13 05:09:41 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.7 2008/01/24 10:57:45 opfer Exp $
29
30 inherit eutils
31
32 -DESCRIPTION="opensource 3D interface to the planet, based on NASA World Wind data"
33 -HOMEPAGE="http://gaia.serezhkin.com/
34 - http://sourceforge.net/projects/gaia-clean"
35 +DESCRIPTION="Opensource 3D interface to the planet, based on NASA World Wind data"
36 +HOMEPAGE="http://sourceforge.net/projects/gaia-clean"
37 SRC_URI="mirror://sourceforge/gaia-clean/${P}.tar.bz2"
38
39 SLOT="0"
40 @@ -30,14 +29,14 @@
41 unpack ${A}
42
43 # the binary would fail with a wrong hard coded path for font.png
44 - cd ${S}/programs/gaia/
45 + cd "${S}/programs/gaia/"
46 epatch "${FILESDIR}/${P}-font_inclusion.patch"
47
48 # when linked with --as-needed it will fail checking the deps, so we just
49 # remove them, as we have our own dependency checks
50 - cd ${S}/programs/gaia/
51 + cd "${S}/programs/gaia/"
52 epatch "${FILESDIR}/${P}-remove_dep_checks_gaia.patch"
53 - cd ${S}/lib/wwfetch/
54 + cd "${S}/lib/wwfetch/"
55 epatch "${FILESDIR}/${P}-remove_dep_checks_wwfetch.patch"
56 }
57
58 @@ -65,7 +64,7 @@
59
60 if use doc; then
61 insinto /usr/share/doc/${P}/html/
62 - doins ${S}/doc/html/*
63 + doins "${S}"/doc/html/*
64 fi
65
66 # prefix determines the target directory
67
68
69
70 1.17 x11-misc/gaia/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.17&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.17&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?r1=1.16&r2=1.17
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v
79 retrieving revision 1.16
80 retrieving revision 1.17
81 diff -u -r1.16 -r1.17
82 --- ChangeLog 16 Apr 2007 08:16:06 -0000 1.16
83 +++ ChangeLog 24 Jan 2008 10:57:45 -0000 1.17
84 @@ -1,6 +1,9 @@
85 # ChangeLog for x11-misc/gaia
86 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.16 2007/04/16 08:16:06 opfer Exp $
88 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.17 2008/01/24 10:57:45 opfer Exp $
90 +
91 + 24 Jan 2008; Christian Faulhammer <opfer@g.o> gaia-0.1.2.ebuild:
92 + remove invalid HOMEPAGE and add some quotes
93
94 16 Apr 2007; Christian Faulhammer <opfer@g.o> gaia-0.1.2.ebuild:
95 keyworded ~amd64, bug 156097
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list