Portage is a package management system used by Gentoo Linux
# ChangeLog for games-puzzle/icebreaker
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/ChangeLog,v 1.12 2007/03/13 13:39:14 nyhm Exp $
13 Mar 2007; Tristan Heaven
Install menu entry, bug #160226
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
29 Jun 2006; Chris Gianelloni
icebreaker-1.9.5.ebuild:
Fixed binaries being pre-stripped. Thanks to Tristan Heaven
13 Mar 2006; Michael Sterrett
icebreaker-1.9.5.ebuild:
X is implicit
15 Jun 2005; Chris Gianelloni
icebreaker-1.9.5.ebuild:
Removed INSTALL file.
05 Jun 2005; Jan Brinkmann
stable on amd64
28 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
25 Oct 2003; Michael Sterrett
icebreaker-1.2.1.ebuild, icebreaker-1.9.2.ebuild:
tidy older versions of ebuild
*icebreaker-1.9.5 (28 Sep 2003)
28 Sep 2003; Michael Sterrett
version bump
*icebreaker-1.9.2 (21 May 2002)
11 Aug 2002; Seemant Kulleen
Make /var/lib/games the highscore directory instead of
/var/local/lib/games
17 jul 2002; Jose Alberto Suárez López
Added KEYWORDS, SLOT.
21 May 2002; Seemant Kulleen
files/digest-icebreaker-1.9.2 :
Version bump to the development branch of the game
*icebreaker-1.2.1 (26 Apr 2002)
17 jul 2002; Jose Alberto Suárez López
Added KEYWORDS, SLOT.
26 Apr 2002; Seemant Kulleen
files/digest-icebreaker-1.2.1 :
New game
DIST icebreaker-1.9.5.tgz 116012 RMD160 c498135b286c9d2f85185c7f5343e498ec851cf0 SHA1 430bcc878cfb5c7bb37940c3e07da8a7b6c98174 SHA256 f283bc82df84b5f016efa6b1e6095914379cf2acac9c5692025275ff96102867
EBUILD icebreaker-1.9.5.ebuild 1110 RMD160 40c2fa6a04580512227ff5b24937eb0bdbdd3b5d SHA1 1e343aab2b5cc5f942a6bf9d6223be5f3db49151 SHA256 83c25143a360df1aa1e7482288a03352d59ead726575b7f11dd916f2b39ffd0d
MISC ChangeLog 2038 RMD160 55893a37a6bf7051a318ef46eb233cb607b596ad SHA1 28d850eefac0f90cca16ab98b7211f8068919a5c SHA256 1cc7de83cb9e14a0b7ef36c81b7c0979627df87405ff1733fad884c31ac5f8be
MISC metadata.xml 251 RMD160 f77a8fea97ab2a02ef2d9bf1cc7b390c5c19e6cb SHA1 8134d1f2611a2e4387a89e84580a2cb5c25f5649 SHA256 34f41062e84f1e12c08550faffc97632a2432df3579520cec76dbe8b08fb9cfe
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild,v 1.11 2007/03/13 13:39:14 nyhm Exp $
inherit eutils games
DESCRIPTION="Trap and capture penguins on Antarctica"
HOMEPAGE="http://www.mattdm.org/icebreaker/"
SRC_URI="http://www.mattdm.org/${PN}/1.9.x/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="media-libs/libsdl
media-libs/sdl-mixer"
src_unpack() {
unpack ${A}
cd "${S}"
sed -i '/install/s/-s //' Makefile || die "sed failed"
}
src_compile() {
emake \
OPTIMIZE="${CFLAGS}" \
prefix=/usr \
bindir="${GAMES_BINDIR}" \
datadir="${GAMES_DATADIR}" \
highscoredir="${GAMES_STATEDIR}" \
|| die "emake failed"
}
src_install() {
einstall \
prefix="${D}/usr" \
bindir="${D}${GAMES_BINDIR}" \
datadir="${D}${GAMES_DATADIR}" \
highscoredir="${D}${GAMES_STATEDIR}" || die
newicon ${PN}_48.bmp ${PN}.bmp
make_desktop_entry ${PN} IceBreaker /usr/share/pixmaps/${PN}.bmp
dodoc ChangeLog README* TODO
prepgamesdirs
}