summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-15 01:34:40 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-15 01:34:40 +0000
commit8073b43a90cc15c2b4fb7b14811963dd70163d6f (patch)
tree2e9ec6ae1047e7d9b82a8389c1bda45c1d166dcf /games-strategy/x2-demo
parentVersion bump to 1.4.05 and closing bug #181265. (diff)
downloadgentoo-2-8073b43a90cc15c2b4fb7b14811963dd70163d6f.tar.gz
gentoo-2-8073b43a90cc15c2b4fb7b14811963dd70163d6f.tar.bz2
gentoo-2-8073b43a90cc15c2b4fb7b14811963dd70163d6f.zip
Cleaning out the older ebuild since it won't work properly, anyway, and upstream sucks by not versioning their downloads.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-strategy/x2-demo')
-rw-r--r--games-strategy/x2-demo/ChangeLog7
-rw-r--r--games-strategy/x2-demo/files/digest-x2-demo-1.4.033
-rw-r--r--games-strategy/x2-demo/x2-demo-1.4.03.ebuild66
3 files changed, 6 insertions, 70 deletions
diff --git a/games-strategy/x2-demo/ChangeLog b/games-strategy/x2-demo/ChangeLog
index 5c2be2bc1d8f..697faa7d9d10 100644
--- a/games-strategy/x2-demo/ChangeLog
+++ b/games-strategy/x2-demo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/x2-demo
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/ChangeLog,v 1.4 2007/09/15 01:32:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/ChangeLog,v 1.5 2007/09/15 01:34:40 wolf31o2 Exp $
+
+ 15 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ -x2-demo-1.4.03.ebuild:
+ Cleaning out the older ebuild since it won't work properly, anyway, and
+ upstream sucks by not versioning their downloads.
*x2-demo-1.4.05 (15 Sep 2007)
diff --git a/games-strategy/x2-demo/files/digest-x2-demo-1.4.03 b/games-strategy/x2-demo/files/digest-x2-demo-1.4.03
deleted file mode 100644
index 3ff67082f771..000000000000
--- a/games-strategy/x2-demo/files/digest-x2-demo-1.4.03
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9709414bfec6d961d0eb52191f09b871 x2-demo.run 188281527
-RMD160 30e1ca9938252bc42c05076e8c279da61fd7b139 x2-demo.run 188281527
-SHA256 653e68bf366172cffb6b77c0b1c55143d5a7bad6a8c08d9243bb646e0188bd4b x2-demo.run 188281527
diff --git a/games-strategy/x2-demo/x2-demo-1.4.03.ebuild b/games-strategy/x2-demo/x2-demo-1.4.03.ebuild
deleted file mode 100644
index ce1bb2dd79ca..000000000000
--- a/games-strategy/x2-demo/x2-demo-1.4.03.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/x2-demo/x2-demo-1.4.03.ebuild,v 1.2 2007/02/24 10:01:16 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="Open-ended space opera with trading, building & fighting"
-HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=x2"
-
-# Patches are in http://updatefiles.linuxgamepublishing.com/x2-demo/
-# Unversioned filename, grrr (is pre-patched).
-SRC_URI="http://demofiles.linuxgamepublishing.com/x2/${PN}.run"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="media-libs/alsa-lib
- sys-libs/glibc
- x86? (
- media-libs/libsdl
- media-libs/openal
- sys-libs/zlib
- x11-libs/gtk+
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libXi )
- amd64? (
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-sdl )"
-
-S=${WORKDIR}
-
-dir=${GAMES_PREFIX_OPT}/${PN}
-Ddir=${D}/${dir}
-
-src_unpack() {
- unpack_makeself ${PN}.run
- unpack ./data.tar.gz
- rm -rf data.tar.gz lgp_* setup*
-
- # Prevents e.g. "cp: omitting directory bin/OpenBSD" warnings
- rm -f bin/*{BSD,64} bin/Linux/*64
-}
-
-src_install() {
- exeinto "${dir}"
- doexe bin/Linux/x86/x2_demo{,.dynamic} || die "doexe x2"
-
- insinto "${dir}"
- doins -r * || die "doins -r failed"
-
- keepdir "${dir}"/database
- rm -rf "${Ddir}"/bin
-
- # We don't support the dynamic version, even though we install it.
- games_make_wrapper ${PN} ./x2_demo "${dir}" "${dir}"
- newicon icon.xpm ${PN}.xpm || die "newicon failed"
- make_desktop_entry ${PN} "X2 - The Threat (Demo)" ${PN}.xpm
-
- prepgamesdirs
-}