diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-09 18:44:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-09 18:44:32 +0000 |
commit | 4052fa029c1ef2c40622e6d65a73e9411a93f24d (patch) | |
tree | 9a04a79a84ddf709eba952b5dfdf8dc3a121475b /games-action | |
parent | fix up ChangeLog (Manifest recommit) (diff) | |
download | gentoo-2-4052fa029c1ef2c40622e6d65a73e9411a93f24d.tar.gz gentoo-2-4052fa029c1ef2c40622e6d65a73e9411a93f24d.tar.bz2 gentoo-2-4052fa029c1ef2c40622e6d65a73e9411a93f24d.zip |
Moved to twobowl-tactics
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/twobowl-tactics/ChangeLog | 13 | ||||
-rw-r--r-- | games-action/twobowl-tactics/Manifest | 4 | ||||
-rw-r--r-- | games-action/twobowl-tactics/files/digest-twobowl-tactics-0.5 | 1 | ||||
-rw-r--r-- | games-action/twobowl-tactics/metadata.xml | 5 | ||||
-rw-r--r-- | games-action/twobowl-tactics/twobowl-tactics-0.5.ebuild | 59 |
5 files changed, 0 insertions, 82 deletions
diff --git a/games-action/twobowl-tactics/ChangeLog b/games-action/twobowl-tactics/ChangeLog deleted file mode 100644 index 7d42de1eff0c..000000000000 --- a/games-action/twobowl-tactics/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for games-action/twobowl-tactics -# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/twobowl-tactics/ChangeLog,v 1.2 2004/03/09 14:54:09 dholm Exp $ - - 09 Mar 2004; David Holm <dholm@gentoo.org> twobowl-tactics-0.5.ebuild: - Added to ~ppc. - -*twobowl-tactics-0.5 (09 Mar 2004) - - 09 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml, - twobowl-tactics-0.5.ebuild: - initial commit; ebuild submitted by eGore via bug #43871 (modified) - diff --git a/games-action/twobowl-tactics/Manifest b/games-action/twobowl-tactics/Manifest deleted file mode 100644 index 71c88b7351c7..000000000000 --- a/games-action/twobowl-tactics/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 9523a0b0eeb3f4f408384fefbf350d91 ChangeLog 534 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 733a5e5822227f635f3fbdbb882d7382 twobowl-tactics-0.5.ebuild 1594 -MD5 cfa388127da9669f2fdc08df6cc8f8db files/digest-twobowl-tactics-0.5 61 diff --git a/games-action/twobowl-tactics/files/digest-twobowl-tactics-0.5 b/games-action/twobowl-tactics/files/digest-twobowl-tactics-0.5 deleted file mode 100644 index 6386e0ff4842..000000000000 --- a/games-action/twobowl-tactics/files/digest-twobowl-tactics-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 049b3901cf166f740902a9f89a771e40 tbt.0.5.src.zip 5321239 diff --git a/games-action/twobowl-tactics/metadata.xml b/games-action/twobowl-tactics/metadata.xml deleted file mode 100644 index d3c2cc926f0b..000000000000 --- a/games-action/twobowl-tactics/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>games</herd> -</pkgmetadata> diff --git a/games-action/twobowl-tactics/twobowl-tactics-0.5.ebuild b/games-action/twobowl-tactics/twobowl-tactics-0.5.ebuild deleted file mode 100644 index 31e5c1d4094e..000000000000 --- a/games-action/twobowl-tactics/twobowl-tactics-0.5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/twobowl-tactics/twobowl-tactics-0.5.ebuild,v 1.2 2004/03/09 14:54:09 dholm Exp $ - -inherit eutils games - -S="${WORKDIR}/tbt/src" -DESCRIPTION="Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl" -HOMEPAGE="http://www.towbowltactics.com/index_en.html" -SRC_URI="http://www.towbowltactics.com/download/tbt.${PV}.src.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.6.6 - >=media-libs/smpeg-0.4.4 - >=media-libs/sdl-net-1.2.5 - >=media-libs/sdl-image-1.2.3 - >=media-libs/sdl-mixer-1.2.5" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - local f - - unpack ${A} - cd ${S} - - sed -i \ - -e "s/<language>0/<language>1/g" ../config.xml \ - || die "sed config.xml failed" - sed -i \ - -e "/^CFLAGS/ s:-O2 -g -fno-strength-reduce -Wall -W:${CFLAGS}:" \ - -e "/^TBTHOME/ s:/.*:${GAMES_DATADIR}/tbt:" Makefile \ - || die "sed Makefile failed" - sed -i \ - -e "/tbt.ico/ s:\"\./:TBTHOME \"/:" Main.cpp \ - || die "sed Main.cpp failed" - sed -i \ - -e "s:TBTHOME \"/config.xml:\"${GAMES_SYSCONFDIR}/tbt/config.xml:g" \ - global.h || die "sed global,h failed" - - for f in `find ${S} -type f` - do - edos2unix ${f} - done -} - -src_install() { - dogamesbin tbt || die "dogamesbin failed" - dodir "${GAMES_DATADIR}/tbt" - cp -r ../data ../tbt.ico "${D}${GAMES_DATADIR}/tbt" || die "cp failed" - insinto "${GAMES_SYSCONFDIR}/tbt" - doins ../config.xml || die "doins failed" - prepgamesdirs -} |