summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-09-25 16:37:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-09-25 16:37:45 +0000
commit57f66d77fe4100a45c49e0c9bf6a5555369e7fda (patch)
treee44856e23542e1aef84d36b4b755cc077847c587 /games-arcade/opentyrian
parentKeywording for ppc. (diff)
downloadgentoo-2-57f66d77fe4100a45c49e0c9bf6a5555369e7fda.tar.gz
gentoo-2-57f66d77fe4100a45c49e0c9bf6a5555369e7fda.tar.bz2
gentoo-2-57f66d77fe4100a45c49e0c9bf6a5555369e7fda.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/opentyrian')
-rw-r--r--games-arcade/opentyrian/Manifest13
-rw-r--r--games-arcade/opentyrian/files/20090423-datapath.diff25
-rw-r--r--games-arcade/opentyrian/opentyrian-20090423.ebuild47
3 files changed, 0 insertions, 85 deletions
diff --git a/games-arcade/opentyrian/Manifest b/games-arcade/opentyrian/Manifest
index df1375fefa8c..5d825b29f787 100644
--- a/games-arcade/opentyrian/Manifest
+++ b/games-arcade/opentyrian/Manifest
@@ -1,19 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX 20090423-datapath.diff 869 RMD160 f55bdb5b9ebc758645f49248d6dea06537f7e590 SHA1 d6027a7c8f03b4ed223758b3bba1d86f199a6c88 SHA256 647afccc5f2c4a8b690ecaf79b00a895e4c0c1c94ac6179aa6d6a67add88f6ca
AUX 20090702-datapath.diff 765 RMD160 17ba34b4cb0605148771f806cc8216363aa2d126 SHA1 20b57ea12df04d77c44a7c1b835421168f5d6a3c SHA256 60512dfc66d8531f37bbd80a03cddfaf55793b63a8352041246fd9949ae27a41
-DIST opentyrian-20090423.tar.bz2 368530 RMD160 31e2b9d56ed578c7155573581b4f422845988129 SHA1 767857025ac47368f7bf71799d79c6ee1e55334a SHA256 6af7d8069a661e4b267e7a1905e39334dbcc3820fb175ff16561e7fcb10e4883
DIST opentyrian-20090702.tar.bz2 365480 RMD160 9389beb90fbc7f0ec6c53e71f73f11a820e5f394 SHA1 12663324846563c6635eae09772d72f370dc6ef6 SHA256 bbce2b50bc1b34cc833e0312518acfa885da336bbb82546754380c2179a59fb3
DIST tyrian21.zip 4754048 RMD160 62d69ebcb98db8bae64f9bf9efc453d961e9efe2 SHA1 29827de99c92cdba7ac8d8b1307776c8f473cd44 SHA256 7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277
-EBUILD opentyrian-20090423.ebuild 1329 RMD160 b6e22bab4d25aef29123d252058d011a4597e78a SHA1 3c973ba62346b77f27448949868d30df01728da4 SHA256 a7d8a536b6ef4ef4f9e7787f81ab81eabf63986e903157aafb3b8542ec08ad3a
EBUILD opentyrian-20090702.ebuild 1329 RMD160 8641a8d52b48c0002227cb947d2329a829f8be5e SHA1 2d937c6d11a353a349731add7b4f2ebd6f618a10 SHA256 b694038fe8017dc657563fb016fc20041310352a34414c0d4ec63a9c495317a3
MISC ChangeLog 1430 RMD160 4f7892074556fe3b770d9ca30a06f4abc43c33c3 SHA1 79b44788504c37b547a7f2f3c86b5543fe2f9ab7 SHA256 2cb5a2479bba020527d2145abed5522cb42c020e5331f1879d6f56ca3cf01cbc
MISC metadata.xml 248 RMD160 b4db6b5c35ecb316653b3692c21c208e9e431a5f SHA1 f4ca5bd5587de4bb2546172472f9f997c8812778 SHA256 902e1ccbd26bbb00bb47d7901cf47ddb3126dc7b8a3cabcb930838d923bd68bc
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.12 (GNU/Linux)
-
-iEYEARECAAYFAkpPYKcACgkQp5vW4rUFj5pxZgCfbm1x+xU8qE5EH2EAjJ4AV2gO
-e/cAn0SBiBDtA0duWOd0I4oqRM6c8FdU
-=N66q
------END PGP SIGNATURE-----
diff --git a/games-arcade/opentyrian/files/20090423-datapath.diff b/games-arcade/opentyrian/files/20090423-datapath.diff
deleted file mode 100644
index 260a26f0eb72..000000000000
--- a/games-arcade/opentyrian/files/20090423-datapath.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -uNr opentyrian.ORIG/Makefile opentyrian/Makefile
---- opentyrian.ORIG/Makefile 2009-04-23 20:15:21.000000000 +0100
-+++ opentyrian/Makefile 2009-04-23 20:15:45.000000000 +0100
-@@ -51,6 +51,9 @@
- CFLAGS += -DSVN_REV=\"$(SVN_REV)\"
- endif
-
-+ifneq ($(DATA_PATH), )
-+ CFLAGS += -DDATA_PATH=\"$(DATA_PATH)\"
-+endif
- ####################################################
-
- all : $(TARGET)
-diff -uNr opentyrian.ORIG/src/error.c opentyrian/src/error.c
---- opentyrian.ORIG/src/error.c 2009-04-23 20:15:21.000000000 +0100
-+++ opentyrian/src/error.c 2009-04-23 20:15:45.000000000 +0100
-@@ -37,7 +37,7 @@
- char err_msg[1000] = "No error!?";
-
- #ifndef TARGET_MACOSX
--static const char *tyrian_searchpaths[] = { "data", "tyrian", "tyrian2k" };
-+static const char *tyrian_searchpaths[] = { DATA_PATH , "data", "tyrian", "tyrian2k" };
- #endif
-
- long get_stream_size( FILE *f )
diff --git a/games-arcade/opentyrian/opentyrian-20090423.ebuild b/games-arcade/opentyrian/opentyrian-20090423.ebuild
deleted file mode 100644
index 2a01120424aa..000000000000
--- a/games-arcade/opentyrian/opentyrian-20090423.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/opentyrian/opentyrian-20090423.ebuild,v 1.1 2009/04/23 22:53:32 chainsaw Exp $
-
-inherit eutils games
-
-DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
-HOMEPAGE="http://code.google.com/p/opentyrian/"
-SRC_URI="http://darklomax.org/tyrian/tyrian21.zip
- mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-RDEPEND="media-libs/libsdl
- media-libs/sdl-net"
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-util/subversion"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-datapath.diff"
- if ! use debug; then
- sed -i -e "s@DEBUG := 1@DEBUG := 0@" "${S}/Makefile" || die "sed failed"
- fi
-}
-
-src_compile() {
- emake DATA_PATH="${GAMES_DATADIR}/${PN}" || die "Compilation failed"
-}
-
-src_install() {
- dogamesbin tyrian || die "Failed to install game binary"
- dodoc CREDITS NEWS README || die "Failed to install documentation"
- domenu opentyrian.desktop || die "Failed to install desktop file"
- doicon tyrian.xpm || die "Failed to install program icon"
- insinto "${GAMES_DATADIR}/${PN}"
- cd "${WORKDIR}/tyrian21"
- doins * || die "Failed to install game data"
- prepgamesdirs
-}