diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-24 10:57:45 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-24 10:57:45 +0000 |
commit | 710057404c052396b34c6ca68e5bafae44c853fd (patch) | |
tree | 65eb666deeffeda46642e1c0f2c2f6907a463d44 /x11-misc/gaia | |
parent | add trailing slash to HOMEPAGE URI and add some brackets (diff) | |
download | gentoo-2-710057404c052396b34c6ca68e5bafae44c853fd.tar.gz gentoo-2-710057404c052396b34c6ca68e5bafae44c853fd.tar.bz2 gentoo-2-710057404c052396b34c6ca68e5bafae44c853fd.zip |
remove invalid HOMEPAGE and add some quotes
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-misc/gaia')
-rw-r--r-- | x11-misc/gaia/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/gaia/gaia-0.1.2.ebuild | 17 |
2 files changed, 13 insertions, 11 deletions
diff --git a/x11-misc/gaia/ChangeLog b/x11-misc/gaia/ChangeLog index f47eaa7b4cfd..3f21d56d516d 100644 --- a/x11-misc/gaia/ChangeLog +++ b/x11-misc/gaia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gaia -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.16 2007/04/16 08:16:06 opfer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.17 2008/01/24 10:57:45 opfer Exp $ + + 24 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gaia-0.1.2.ebuild: + remove invalid HOMEPAGE and add some quotes 16 Apr 2007; Christian Faulhammer <opfer@gentoo.org> gaia-0.1.2.ebuild: keyworded ~amd64, bug 156097 diff --git a/x11-misc/gaia/gaia-0.1.2.ebuild b/x11-misc/gaia/gaia-0.1.2.ebuild index fe6374ead05b..1b7d13a11278 100644 --- a/x11-misc/gaia/gaia-0.1.2.ebuild +++ b/x11-misc/gaia/gaia-0.1.2.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.7 2008/01/24 10:57:45 opfer Exp $ inherit eutils -DESCRIPTION="opensource 3D interface to the planet, based on NASA World Wind data" -HOMEPAGE="http://gaia.serezhkin.com/ - http://sourceforge.net/projects/gaia-clean" +DESCRIPTION="Opensource 3D interface to the planet, based on NASA World Wind data" +HOMEPAGE="http://sourceforge.net/projects/gaia-clean" SRC_URI="mirror://sourceforge/gaia-clean/${P}.tar.bz2" SLOT="0" @@ -30,14 +29,14 @@ src_unpack() { unpack ${A} # the binary would fail with a wrong hard coded path for font.png - cd ${S}/programs/gaia/ + cd "${S}/programs/gaia/" epatch "${FILESDIR}/${P}-font_inclusion.patch" # when linked with --as-needed it will fail checking the deps, so we just # remove them, as we have our own dependency checks - cd ${S}/programs/gaia/ + cd "${S}/programs/gaia/" epatch "${FILESDIR}/${P}-remove_dep_checks_gaia.patch" - cd ${S}/lib/wwfetch/ + cd "${S}/lib/wwfetch/" epatch "${FILESDIR}/${P}-remove_dep_checks_wwfetch.patch" } @@ -65,7 +64,7 @@ src_install() { if use doc; then insinto /usr/share/doc/${P}/html/ - doins ${S}/doc/html/* + doins "${S}"/doc/html/* fi # prefix determines the target directory |