summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2007-04-16 21:12:31 +0000
committerAlfredo Tupone <tupone@gentoo.org>2007-04-16 21:12:31 +0000
commita58cebd402aed62dbdc11b763d538f7cecddecb1 (patch)
treef363ffc89adcfe1aa1ffc78a44967bb3173cadff /games-arcade/sable/sable-1.0.ebuild
parentx86 stable wrt bug 174805 (diff)
downloadgentoo-2-a58cebd402aed62dbdc11b763d538f7cecddecb1.tar.gz
gentoo-2-a58cebd402aed62dbdc11b763d538f7cecddecb1.tar.bz2
gentoo-2-a58cebd402aed62dbdc11b763d538f7cecddecb1.zip
icon moved to mirrors
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/sable/sable-1.0.ebuild')
-rw-r--r--games-arcade/sable/sable-1.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/sable/sable-1.0.ebuild b/games-arcade/sable/sable-1.0.ebuild
index b9dcdc25beb8..4517e59fc33b 100644
--- a/games-arcade/sable/sable-1.0.ebuild
+++ b/games-arcade/sable/sable-1.0.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/sable-1.0.ebuild,v 1.2 2007/04/16 00:26:50 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/sable-1.0.ebuild,v 1.3 2007/04/16 21:12:31 tupone Exp $
inherit games
DESCRIPTION="A frantic 3d space shooter."
HOMEPAGE="http://www.stanford.edu/~mcmartin/sable/"
-SRC_URI="http://www.stanford.edu/~mcmartin/${PN}/${P}-src.tgz"
+SRC_URI="http://www.stanford.edu/~mcmartin/${PN}/${P}-src.tgz
+ mirror://gentoo/${PN}.png"
LICENSE="GPL-2"
SLOT="0"
@@ -30,8 +31,8 @@ src_install() {
doins -r models sfx textures || die "Install data files failes"
dodoc README || die "Install doc failed"
- doicon ${FILESDIR}/${PN}.png
- make_desktop_entry "${PN}" ${PN}
+ doicon "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} ${PN}
prepgamesdirs
}