diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-08 07:14:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-08 07:14:18 +0000 |
commit | 5192176035b3738db8419ebd4cbbf27fc4eaf7cc (patch) | |
tree | fd050a3a54b7fa3ee543937ca8c6b7ac94ed150d /games-strategy/dominions2-demo-bin | |
parent | Prepare for ocaml-3.08 insertion. (diff) | |
download | historical-5192176035b3738db8419ebd4cbbf27fc4eaf7cc.tar.gz historical-5192176035b3738db8419ebd4cbbf27fc4eaf7cc.tar.bz2 historical-5192176035b3738db8419ebd4cbbf27fc4eaf7cc.zip |
Added demo for bug #36706
Diffstat (limited to 'games-strategy/dominions2-demo-bin')
5 files changed, 56 insertions, 0 deletions
diff --git a/games-strategy/dominions2-demo-bin/ChangeLog b/games-strategy/dominions2-demo-bin/ChangeLog new file mode 100644 index 000000000000..db4153ccf7cf --- /dev/null +++ b/games-strategy/dominions2-demo-bin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-strategy/dominions2-demo-bin +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2-demo-bin/ChangeLog,v 1.1 2004/08/08 07:14:18 mr_bones_ Exp $ + +*dominions2-demo-bin-2.08 (08 Aug 2004) + + 08 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +dominions2-demo-bin-2.08.ebuild: + Added demo for bug #36706 + diff --git a/games-strategy/dominions2-demo-bin/Manifest b/games-strategy/dominions2-demo-bin/Manifest new file mode 100644 index 000000000000..d16751717fec --- /dev/null +++ b/games-strategy/dominions2-demo-bin/Manifest @@ -0,0 +1,4 @@ +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 b69bc5c8a5e059ee1248b4a5a5c535ab dominions2-demo-bin-2.08.ebuild 943 +MD5 1991ccae5a7abc7857665702ec0967cb ChangeLog 420 +MD5 6c738ad5cc474bd11363e52bc5a6fc8a files/digest-dominions2-demo-bin-2.08 69 diff --git a/games-strategy/dominions2-demo-bin/dominions2-demo-bin-2.08.ebuild b/games-strategy/dominions2-demo-bin/dominions2-demo-bin-2.08.ebuild new file mode 100644 index 000000000000..506d546fe4ba --- /dev/null +++ b/games-strategy/dominions2-demo-bin/dominions2-demo-bin-2.08.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2-demo-bin/dominions2-demo-bin-2.08.ebuild,v 1.1 2004/08/08 07:14:18 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Dominions 2: The Ascension Wars is an epic turn-based fantasy strategy game" +HOMEPAGE="http://www.shrapnelgames.com/Illwinter/d2/" +SRC_URI="http://www.shrapnelgames.com/downloads/dom2demo_linux_x86.tgz" + +RESTRICT="nostrip" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/x11 + virtual/opengl + virtual/glu + media-sound/esound + kde-base/arts" + +S="${WORKDIR}/dominions2demo" + +src_unpack() { + unpack ${A} + cd "${S}" + chmod a+x ./dom2demo +} + +src_install() { + dodir "${GAMES_PREFIX_OPT}/${PN}" + cp -R "${S}/"* "${D}${GAMES_PREFIX_OPT}/${PN}" || die "cp failed" + games_make_wrapper dominions2-demo ./dom2demo "${GAMES_PREFIX_OPT}/${PN}" + prepgamesdirs +} diff --git a/games-strategy/dominions2-demo-bin/files/digest-dominions2-demo-bin-2.08 b/games-strategy/dominions2-demo-bin/files/digest-dominions2-demo-bin-2.08 new file mode 100644 index 000000000000..283cc0d79eeb --- /dev/null +++ b/games-strategy/dominions2-demo-bin/files/digest-dominions2-demo-bin-2.08 @@ -0,0 +1 @@ +MD5 af83899ac323f349d4455b1a5b19d07f dom2demo_linux_x86.tgz 73674653 diff --git a/games-strategy/dominions2-demo-bin/metadata.xml b/games-strategy/dominions2-demo-bin/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-strategy/dominions2-demo-bin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |