Portage is a package management system used by Gentoo Linux
# ChangeLog for games-strategy/darwinia-demo
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.11 2008/06/23 17:44:49 nyhm Exp $
23 Jun 2008; Tristan Heaven
RESTRICT=mirror
29 Feb 2008; Carsten Lohrke
Remove icon extension from desktop entry to match Icon Theme Specification.
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
31 Mar 2006; Chris Gianelloni
darwinia-demo-1.2.1.ebuild, darwinia-demo-1.3.0.ebuild:
Changed nostrip to strip.
22 Nov 2005; Chris Gianelloni
darwinia-demo-1.2.1.ebuild, darwinia-demo-1.3.0.ebuild:
Changed to use GAMES_CHECK_LICENSE and added proper RDEPEND entry.
18 Nov 2005; Chris Gianelloni
darwinia-demo-1.3.0.ebuild:
Changed icon/desktop entry to remove collision when I add the full game.
*darwinia-demo-1.3.0 (14 Nov 2005)
14 Nov 2005; Michael Sterrett
+darwinia-demo-1.3.0.ebuild:
version bump
21 Oct 2005; Chris Gianelloni
darwinia-demo-1.2.1.ebuild:
Added addition dir variable to games_make_wrapper for bug #109793.
21 Sep 2005; Chris Gianelloni
darwinia-demo-1.2.1.ebuild:
Changed check_license to explicitly list license to check.
11 Sep 2005; Chris Gianelloni
darwinia-demo-1.2.1.ebuild:
Marking ~amd64 and changing dolib -> doexe so it works on amd64.
*darwinia-demo-1.2.1 (09 Sep 2005)
09 Sep 2005; Chris Gianelloni
+darwinia-demo-1.2.1.ebuild:
Initial import. Ebuild by
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST darwinia-demo2-1.3.0.sh 22470072 RMD160 638df5bda097aa27cda626ece7a3bac0f03caf0a SHA1 dbe6448b0d5f0603ef42c9a0c2a6fede78ce87c6 SHA256 2a51ca4e881f7aafe237fedf2e45ea84b48f02488482f55fb3af605a37833d85
EBUILD darwinia-demo-1.3.0.ebuild 1418 RMD160 638f2b12e3df40732668af02025e0f65c0494049 SHA1 dfe0580c5a5b1eb7f3f66484b706277c21d9d1fd SHA256 932f778a8d348cb4b7245dd96044ad419acb0d3c0138106b5dfb24ab1ad1f37f
MISC ChangeLog 1858 RMD160 8a5e52529a2f414ae33b4b5a9e3936d5066ff244 SHA1 62d769a92deb718153fdf561d3b8eb6de670c79a SHA256 6aa59a43a1124aceb3d9e1bb9aeff670bef9289d51be7004fc123212f5d8831e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhf4RcACgkQdz7hIScOURGc1wCgxvTf0vYWO+a9rkf5VGkMoWy8
w/sAoNMQy1gDNsAtGEyymm2yhGfUb3OF
=pJuZ
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.7 2008/06/23 17:44:49 nyhm Exp $
inherit eutils games
DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators."
HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html"
SRC_URI="http://www.introversion.co.uk/darwinia/downloads/${PN}2-${PV}.sh"
LICENSE="Introversion"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
RESTRICT="mirror strip"
RDEPEND="sys-libs/glibc
virtual/opengl
amd64? ( app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-compat )"
S=${WORKDIR}
GAMES_CHECK_LICENSE="yes"
dir=${GAMES_PREFIX_OPT}/${PN}
src_unpack() {
unpack_makeself
}
src_install() {
exeinto "${dir}/lib"
doexe lib/lib{gcc_s.so.1,SDL-1.2.so.0,vorbis{.so.0,file.so.3},ogg.so.0} \
|| die "Copying libraries"
doexe lib/{darwinia.bin.x86,open-www.sh} || die "copying executables"
insinto "${dir}/lib"
doins lib/{sounds,main,language}.dat || die "copying data files"
insinto "${dir}"
dodoc README || die "copying docs"
exeinto "${dir}"
doexe bin/Linux/x86/darwinia || die "couldn't do exe"
games_make_wrapper darwinia-demo ./darwinia "${dir}" "${dir}"
newicon darwinian.png darwinia-demo.png
make_desktop_entry darwinia-demo "Darwinia (Demo)" darwinia-demo
prepgamesdirs
}