summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-09-25 16:21:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-09-25 16:21:10 +0000
commitfdfd85138955a7fec04cbb9487a2a21255ab90a9 (patch)
tree70f77e557fc1b4139ebd74e64a40f5cd12634384 /dev-games/quake4-sdk/quake4-sdk-1.3.ebuild
parentFix HOMEPAGE. (diff)
downloadgentoo-2-fdfd85138955a7fec04cbb9487a2a21255ab90a9.tar.gz
gentoo-2-fdfd85138955a7fec04cbb9487a2a21255ab90a9.tar.bz2
gentoo-2-fdfd85138955a7fec04cbb9487a2a21255ab90a9.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-games/quake4-sdk/quake4-sdk-1.3.ebuild')
-rw-r--r--dev-games/quake4-sdk/quake4-sdk-1.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-games/quake4-sdk/quake4-sdk-1.3.ebuild b/dev-games/quake4-sdk/quake4-sdk-1.3.ebuild
deleted file mode 100644
index 9033ce1b7e97..000000000000
--- a/dev-games/quake4-sdk/quake4-sdk-1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/quake4-sdk/quake4-sdk-1.3.ebuild,v 1.2 2006/10/09 11:19:52 nyhm Exp $
-
-inherit eutils games
-
-MY_P="quake4-linux-${PV}-sdk"
-DESCRIPTION="Quake4 SDK"
-HOMEPAGE="http://www.iddevnet.com/quake4/"
-SRC_URI="http://sonic-lux.net/data/mirror/quake4/${MY_P}.x86.run"
-
-LICENSE="QUAKE4"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack_makeself
- rm -rf setup.{sh,data} || die
-}
-
-src_install() {
- insinto "${GAMES_PREFIX_OPT}/${PN}"
- doins -r * || die
- prepgamesdirs
-}