summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-12 04:18:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-12 04:18:58 +0000
commitfa72a2b355342046d976151d90aab94949011364 (patch)
tree1b20adb6f3e82bcdf619bd61201f403d3863d168 /games-arcade
parentVersion bumped. (diff)
downloadgentoo-2-fa72a2b355342046d976151d90aab94949011364.tar.gz
gentoo-2-fa72a2b355342046d976151d90aab94949011364.tar.bz2
gentoo-2-fa72a2b355342046d976151d90aab94949011364.zip
old
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/wop/files/digest-wop-0.4.16
-rw-r--r--games-arcade/wop/wop-0.4.1.ebuild60
2 files changed, 0 insertions, 66 deletions
diff --git a/games-arcade/wop/files/digest-wop-0.4.1 b/games-arcade/wop/files/digest-wop-0.4.1
deleted file mode 100644
index e9462a45a293..000000000000
--- a/games-arcade/wop/files/digest-wop-0.4.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 9e484b312f287dd6c5e7e1b9a666e11f wop-0.4.1-src.tar.bz2 279695
-RMD160 509d794e1b5067bc8a9d09517657ba8723e105dd wop-0.4.1-src.tar.bz2 279695
-SHA256 b29148e94a2ea4f853dec7620d8e03b9eccc4253df287a7c6f12119eecb32555 wop-0.4.1-src.tar.bz2 279695
-MD5 0bf42f28e03dcac5c8066b46d7733907 wopdata-2005-12-21.tar.bz2 4217006
-RMD160 3ea35cca0b28bbd0ff278899b5cc1d8dd83e0602 wopdata-2005-12-21.tar.bz2 4217006
-SHA256 cd6b8eb9f77f709d7a52b913d8a665bd202c53ceca9cf96b4c9f9adc17d8a6b2 wopdata-2005-12-21.tar.bz2 4217006
diff --git a/games-arcade/wop/wop-0.4.1.ebuild b/games-arcade/wop/wop-0.4.1.ebuild
deleted file mode 100644
index 0284907ecaef..000000000000
--- a/games-arcade/wop/wop-0.4.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/wop/wop-0.4.1.ebuild,v 1.1 2006/02/24 09:53:24 mr_bones_ Exp $
-
-inherit eutils games
-
-MY_DATA_V="2005-12-21"
-MY_DATA_P="${PN}data-${MY_DATA_V}"
-
-DESCRIPTION="Worms of Prey - A multi-player, real-time clone of Worms"
-HOMEPAGE="http://wormsofprey.org/"
-SRC_URI="http://wormsofprey.org/download/${P}-src.tar.bz2
- http://wormsofprey.org/download/${MY_DATA_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
- >=media-libs/libsdl-1.2
- >=media-libs/sdl-net-1.2.5
- >=media-libs/sdl-image-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-ttf-2.0"
-
-MY_DATA_S=${WORKDIR}/${MY_DATA_P}
-
-src_unpack() {
- unpack ${A}
-
- # correct path to global woprc
- sed -i \
- -e "s:/etc/woprc:${GAMES_SYSCONFDIR}/woprc:g" \
- "${S}/src/wopsettings.cpp" \
- || die "sed failed"
-
- # patch global woprc with the correct data files location and install it
- sed -i \
- -e "s:^data =.*$:data = ${GAMES_DATADIR}/${PN}:" \
- "${S}/woprc" \
- || die "sed failed"
-}
-
-src_install() {
- dogamesbin bin/${PN} || die "dogamesbin failed"
-
- newicon "${MY_DATA_S}/images/misc/icons/wop16.png" ${PN}.png
- make_desktop_entry wop "Worms of Prey"
-
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r "${MY_DATA_S}"/* || die "doins failed"
-
- dodoc AUTHORS ChangeLog PACKAGE_MAINTAINERS README{,-Libraries.txt} REVIEWS
-
- insinto "${GAMES_SYSCONFDIR}"
- doins "${S}/woprc" || die "doins failed"
-
- prepgamesdirs
-}