Portage is a package management system used by Gentoo Linux
# 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.4 2007/04/25 22:11:06 tupone Exp $
16 Apr 2007;
icon sable.png moved to mirrors
16 Apr 2007; Andrej Kacian
Added ~x86 keyword.
*sable-1.0 (15 Apr 2007)
15 Apr 2007;
+sable-1.0.ebuild:
New package. Request bug #126503 by Cristiano Chiucchiolo
DIST sable-1.0-src.tgz 247200 RMD160 baf96317f4036e222807877724fb8a11ccfe26e0 SHA1 2f597d3b517642c4bf0f0e1cbb6d31ca13f4efb7 SHA256 fb7864633fc5ef5c4999410929a9401deaf2f95b15cdd49f4a3c4823f6b1353b
DIST sable.png 1669 RMD160 80b5a3ef322a2dff635c4f2fc4e20d0c668a7f27 SHA1 d5e59298b261ff4bcb42ed12bb51c93337fcedb8 SHA256 94f535353e0bcdb7018126ca8e422694484479515484c3499a24931aa00eae86
EBUILD sable-1.0.ebuild 922 RMD160 5a1455bbf46d6c88ee3cca2b25913f4150edb744 SHA1 7b31e655060ce7ce8da4bd8581ce525db2d5992a SHA256 f09c547fec6ca8de52bedbfb3357d14848938dfa44dd7567fefb11f138012d97
MISC ChangeLog 580 RMD160 b9ae22298ad898fdee214f891a8954e076c0e001 SHA1 22cb120489875ae8860377f86cf8acbe37b7af3c SHA256 33d5502a0272b2abcbc6b4b8b04d0f6a0eb99e17e817cd3c76d0bc09b296892f
MISC metadata.xml 670 RMD160 36c06ea2cf0786d00a576cb741f3a5c69459eaed SHA1 02c022b441c210385c7295b600ed5741df524ed2 SHA256 ab2d8f3053075830a46352bf6a3c2c6db46a88b372f479abd96c0b0fc9a038f4
Sable is a frantic 3d space shooter inspired by games such as After Burner and
Space Harrier. You pilot a ship through an obstacle-laden landscape and attack
or evade swarms of enemies.
The game itself is quite easy to play. The arrow keys move your ship, and the
space bar fires your cannons. Holding down the space bar produces a rapid-fire
effect. Avoid enemy craft, enemy shots, and the pylons. Pylons are destroyable
but require concentrated fire to destroy.
# 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.4 2007/04/21 10:39:15 nyhm Exp $
inherit eutils 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
mirror://gentoo/${PN}.png"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/opengl
media-libs/libsdl
media-libs/sdl-image
media-libs/sdl-mixer"
S=${WORKDIR}/${PN}
src_compile() {
emake INSTALL_RESDIR="${GAMES_DATADIR}" || die "emake failed"
}
src_install() {
dogamesbin ${PN} || die "dogamesbin failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r models sfx textures || die "doins failed"
dodoc ChangeLog README
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Sable
prepgamesdirs
}