summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-02 07:23:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-02 07:23:09 +0000
commitb2f294377763c48cd2596a25a62b496a24d804a6 (patch)
tree55ba6e725d01b0f84db7bb6cdc269c84211494c5 /games-roguelike
parentRemove xinerama USE flag and make it mandatory. A large number of application... (diff)
downloadhistorical-b2f294377763c48cd2596a25a62b496a24d804a6.tar.gz
historical-b2f294377763c48cd2596a25a62b496a24d804a6.tar.bz2
historical-b2f294377763c48cd2596a25a62b496a24d804a6.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/scourge/Manifest5
-rw-r--r--games-roguelike/scourge/files/0.10-64bit.patch9
-rw-r--r--games-roguelike/scourge/files/digest-scourge-0.101
-rw-r--r--games-roguelike/scourge/files/digest-scourge-0.81
-rw-r--r--games-roguelike/scourge/scourge-0.10.ebuild46
-rw-r--r--games-roguelike/scourge/scourge-0.8.ebuild44
6 files changed, 0 insertions, 106 deletions
diff --git a/games-roguelike/scourge/Manifest b/games-roguelike/scourge/Manifest
index 11360a4fa5c2..dc683d8bd424 100644
--- a/games-roguelike/scourge/Manifest
+++ b/games-roguelike/scourge/Manifest
@@ -1,12 +1,7 @@
MD5 6f1f46e650cd166271dea04cec452ba5 scourge-0.10.1.ebuild 1136
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 280123cffef11c58e6e4027bf699454c scourge-0.11.ebuild 1002
-MD5 bb8df34b83d383b8518105f7c4a61c6e scourge-0.8.ebuild 1080
-MD5 30fec213c9d17ca7403d056a645fb839 scourge-0.10.ebuild 1146
MD5 722a7ed13ae97ea9f0f12d0f347715f9 ChangeLog 1853
-MD5 8ebf558d28b85d80fa8db38e352c43cd files/digest-scourge-0.8 65
MD5 245638b62aa670cfa3179f6d7f5a25b8 files/0.10.1-datadir.patch 379
MD5 5202e5cd3b7ba1aa5ac7d13b0303e42e files/digest-scourge-0.11 66
-MD5 091afeea4537d6a5289a9c5eaaca7e06 files/digest-scourge-0.10 66
-MD5 b9ea9a14d6b3f2fd02608b9959d6ae4c files/0.10-64bit.patch 514
MD5 0fa66f24e38be0ab929d63e8d85ebc9e files/digest-scourge-0.10.1 68
diff --git a/games-roguelike/scourge/files/0.10-64bit.patch b/games-roguelike/scourge/files/0.10-64bit.patch
deleted file mode 100644
index 1fa565081b81..000000000000
--- a/games-roguelike/scourge/files/0.10-64bit.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- scourge/src/effect.cpp~ 2005-05-19 19:47:29.000000000 +0100
-+++ scourge/src/effect.cpp 2005-06-22 23:30:02.000000000 +0100
-@@ -520,7 +520,7 @@
- //float d = (float)(shape->getDepth() / GLShape::DIV) / 2.0;
- h = (float)(shape->getHeight() / GLShape::DIV) / 3.0f;
- if(h == 0) h = 0.25 / GLShape::DIV;
-- sh = ((float)( abs( particle->z - particle->startZ ) / GLShape::DIV) / 3.0f);
-+ sh = ((float)( abs((int)(particle->z - particle->startZ)) / GLShape::DIV) / 3.0f);
- if(h == 0) h = 0.25 / GLShape::DIV;
diff --git a/games-roguelike/scourge/files/digest-scourge-0.10 b/games-roguelike/scourge/files/digest-scourge-0.10
deleted file mode 100644
index d4e9634ca4fb..000000000000
--- a/games-roguelike/scourge/files/digest-scourge-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ccd3c5f15a1c4c861b901e08e4cc990b scourge-0.10.tar.gz 23268687
diff --git a/games-roguelike/scourge/files/digest-scourge-0.8 b/games-roguelike/scourge/files/digest-scourge-0.8
deleted file mode 100644
index f103764345c2..000000000000
--- a/games-roguelike/scourge/files/digest-scourge-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9ee9e025f30d2c13ed6590540cd05f3e scourge-0.8.tar.gz 14054638
diff --git a/games-roguelike/scourge/scourge-0.10.ebuild b/games-roguelike/scourge/scourge-0.10.ebuild
deleted file mode 100644
index fbc7743ae956..000000000000
--- a/games-roguelike/scourge/scourge-0.10.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.10.ebuild,v 1.2 2005/06/23 00:20:40 mr_bones_ Exp $
-
-inherit flag-o-matic eutils games
-
-DESCRIPTION="A rogue-like adventure game to eliminate pests"
-HOMEPAGE="http://scourge.sf.net"
-SRC_URI="mirror://sourceforge/scourge/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="virtual/x11
- virtual/glu
- virtual/opengl
- >=media-libs/freetype-2
- >=media-libs/libsdl-1.2
- media-libs/sdl-net
- media-libs/sdl-mixer"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- find "${S}/data" -type f -exec chmod a-x \{\} \;
- epatch "${FILESDIR}/${PV}-64bit.patch"
-}
-
-src_compile() {
- append-flags -DENABLE_BINRELOC -DBR_PTHREADS=0
- egamesconf \
- --with-data-dir="${GAMES_DATADIR}/${PN}/data" \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/scourge || die "dogamesbin failed"
- dodir "${GAMES_DATADIR}/${PN}"
- cp -r data/ "${D}${GAMES_DATADIR}/${PN}" || die "cp failed"
- dodoc AUTHORS README || die "dodoc failed"
- prepgamesdirs
-}
diff --git a/games-roguelike/scourge/scourge-0.8.ebuild b/games-roguelike/scourge/scourge-0.8.ebuild
deleted file mode 100644
index 9ff9b14a0814..000000000000
--- a/games-roguelike/scourge/scourge-0.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.8.ebuild,v 1.1 2005/01/28 16:07:52 wolf31o2 Exp $
-
-inherit games
-
-DESCRIPTION="A rogue-like adventure game to eliminate pests"
-HOMEPAGE="http://scourge.sf.net"
-SRC_URI="mirror://sourceforge/scourge/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND="virtual/x11
- virtual/glu
- virtual/opengl
- >=media-libs/freetype-2
- >=media-libs/libsdl-1.2
- media-libs/sdl-net
- media-libs/sdl-mixer"
-
-src_unpack() {
- unpack ${A}
- cd "${S}/src"
- find "${S}" -name .DS_Store -exec rm -f \{\} \;
- find "${S}/data" -type f -exec chmod a-x \{\} \;
-}
-
-src_compile() {
- egamesconf \
- --with-data-dir="${GAMES_DATADIR}/${PN}/data" \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/scourge || die "dogamesbin failed"
- dodir "${GAMES_DATADIR}/${PN}"
- cp -r data/ "${D}${GAMES_DATADIR}/${PN}" || die "cp failed"
- dodoc AUTHORS README || die "dodoc failed"
- prepgamesdirs
-}