summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2006-10-11 20:19:26 +0000
committerTristan Heaven <tristan@gentoo.org>2006-10-11 20:19:26 +0000
commitd99bf1c54e1cfa5e368157deb8d0839802fde1ab (patch)
tree8ecee7c33fca120d96322ad66d620b95c6507560 /games-util/glbsp/glbsp-2.05.ebuild
parentRemoved ~ppc64; bug #150925 (diff)
downloadhistorical-d99bf1c54e1cfa5e368157deb8d0839802fde1ab.tar.gz
historical-d99bf1c54e1cfa5e368157deb8d0839802fde1ab.tar.bz2
historical-d99bf1c54e1cfa5e368157deb8d0839802fde1ab.zip
Remove old version
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'games-util/glbsp/glbsp-2.05.ebuild')
-rw-r--r--games-util/glbsp/glbsp-2.05.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-util/glbsp/glbsp-2.05.ebuild b/games-util/glbsp/glbsp-2.05.ebuild
deleted file mode 100644
index e243643f94e4..000000000000
--- a/games-util/glbsp/glbsp-2.05.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.05.ebuild,v 1.2 2004/07/21 18:41:18 dholm Exp $
-
-DESCRIPTION="A node builder specially designed for OpenGL ports of the DOOM game engine"
-HOMEPAGE="http://glbsp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/glbsp/${PN}_src_205.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-O3:${CFLAGS}:" {cmdline,plugin}/makefile.unx || die
-}
-
-src_compile() {
- emake -C cmdline -f makefile.unx || die "cmdline failed"
- emake -C plugin -f makefile.unx || die "plugin failed"
-}
-
-src_install() {
- dobin cmdline/glbsp || die
- dolib.a plugin/libglbsp.a || die
- dodoc CHANGES.txt README.txt TODO.txt USAGE.txt
-}