summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-14 03:35:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-14 03:35:47 +0000
commit100fdf19dce378a2cb1dc9490131b7c5f005ef75 (patch)
treeeb361d2406f83e073b66025f159185a48412bd4d /games-strategy/darwinia-demo
parentversion bump (diff)
downloadgentoo-2-100fdf19dce378a2cb1dc9490131b7c5f005ef75.tar.gz
gentoo-2-100fdf19dce378a2cb1dc9490131b7c5f005ef75.tar.bz2
gentoo-2-100fdf19dce378a2cb1dc9490131b7c5f005ef75.zip
version bump
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy/darwinia-demo')
-rw-r--r--games-strategy/darwinia-demo/ChangeLog8
-rw-r--r--games-strategy/darwinia-demo/Manifest6
-rw-r--r--games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild46
-rw-r--r--games-strategy/darwinia-demo/files/digest-darwinia-demo-1.3.01
4 files changed, 58 insertions, 3 deletions
diff --git a/games-strategy/darwinia-demo/ChangeLog b/games-strategy/darwinia-demo/ChangeLog
index 15918602e308..9e19ee49949c 100644
--- a/games-strategy/darwinia-demo/ChangeLog
+++ b/games-strategy/darwinia-demo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-strategy/darwinia-demo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.4 2005/10/21 18:08:37 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.5 2005/11/14 03:35:47 mr_bones_ Exp $
+
+*darwinia-demo-1.3.0 (14 Nov 2005)
+
+ 14 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ +darwinia-demo-1.3.0.ebuild:
+ version bump
21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
darwinia-demo-1.2.1.ebuild:
diff --git a/games-strategy/darwinia-demo/Manifest b/games-strategy/darwinia-demo/Manifest
index 8300ec7d85d7..c3d78a79a0aa 100644
--- a/games-strategy/darwinia-demo/Manifest
+++ b/games-strategy/darwinia-demo/Manifest
@@ -1,4 +1,6 @@
-MD5 f9ef62e371252071d84754e8e8efc552 ChangeLog 897
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 38cfbdcb8228d0f101b563e72ec5e4c8 darwinia-demo-1.2.1.ebuild 1229
+MD5 b797343043f6a387a69b5b0e52d80e4b darwinia-demo-1.3.0.ebuild 1237
+MD5 f9ef62e371252071d84754e8e8efc552 ChangeLog 897
+MD5 5d81ea80171d9fb2c115bdcbb82087f3 files/digest-darwinia-demo-1.3.0 70
MD5 6fe9b0615e7cc2f7f599160298036626 files/digest-darwinia-demo-1.2.1 69
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild
new file mode 100644
index 000000000000..a1fcf0bbea08
--- /dev/null
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2005 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.1 2005/11/14 03:35:47 mr_bones_ 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="nostrip"
+
+S=${WORKDIR}
+dir=${GAMES_PREFIX_OPT}/${PN}
+
+pkg_setup() {
+ check_license Introversion
+ games_pkg_setup
+}
+
+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.png
+ make_desktop_entry darwinia-demo "Darwinia" darwinia.png
+ prepgamesdirs
+}
diff --git a/games-strategy/darwinia-demo/files/digest-darwinia-demo-1.3.0 b/games-strategy/darwinia-demo/files/digest-darwinia-demo-1.3.0
new file mode 100644
index 000000000000..a30eaa617933
--- /dev/null
+++ b/games-strategy/darwinia-demo/files/digest-darwinia-demo-1.3.0
@@ -0,0 +1 @@
+MD5 ed5cbd41fbbffed431216a7a5e84e4fb darwinia-demo2-1.3.0.sh 22470072