summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-arcade/sable/ChangeLog5
-rw-r--r--games-arcade/sable/files/digest-sable-1.03
-rw-r--r--games-arcade/sable/files/sable.pngbin1669 -> 0 bytes
-rw-r--r--games-arcade/sable/sable-1.0.ebuild9
4 files changed, 12 insertions, 5 deletions
diff --git a/games-arcade/sable/ChangeLog b/games-arcade/sable/ChangeLog
index e7d899c68e50..9bc997cd4eb0 100644
--- a/games-arcade/sable/ChangeLog
+++ b/games-arcade/sable/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/sable
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/ChangeLog,v 1.2 2007/04/16 00:26:50 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/ChangeLog,v 1.3 2007/04/16 21:12:31 tupone Exp $
+
+ 16 Apr 2007; <atupone@gentoo.org> -files/sable.png, sable-1.0.ebuild:
+ icon sable.png moved to mirrors
16 Apr 2007; Andrej Kacian <ticho@gentoo.org> sable-1.0.ebuild:
Added ~x86 keyword.
diff --git a/games-arcade/sable/files/digest-sable-1.0 b/games-arcade/sable/files/digest-sable-1.0
index ef10f70904ed..bdb47eb75f9b 100644
--- a/games-arcade/sable/files/digest-sable-1.0
+++ b/games-arcade/sable/files/digest-sable-1.0
@@ -1,3 +1,6 @@
MD5 f787912316d3d9298bfe744892d7f937 sable-1.0-src.tgz 247200
RMD160 baf96317f4036e222807877724fb8a11ccfe26e0 sable-1.0-src.tgz 247200
SHA256 fb7864633fc5ef5c4999410929a9401deaf2f95b15cdd49f4a3c4823f6b1353b sable-1.0-src.tgz 247200
+MD5 663e194ae6576a4c5241472574af17d9 sable.png 1669
+RMD160 80b5a3ef322a2dff635c4f2fc4e20d0c668a7f27 sable.png 1669
+SHA256 94f535353e0bcdb7018126ca8e422694484479515484c3499a24931aa00eae86 sable.png 1669
diff --git a/games-arcade/sable/files/sable.png b/games-arcade/sable/files/sable.png
deleted file mode 100644
index c9d643e89efd..000000000000
--- a/games-arcade/sable/files/sable.png
+++ /dev/null
Binary files differ
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
}