summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/gmqcc/gmqcc-9999.ebuild')
-rw-r--r--dev-games/gmqcc/gmqcc-9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-games/gmqcc/gmqcc-9999.ebuild b/dev-games/gmqcc/gmqcc-9999.ebuild
deleted file mode 100644
index 555ea5d..0000000
--- a/dev-games/gmqcc/gmqcc-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
-
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git"
-EGIT_BRANCH="master"
-
-inherit git-2
-
-DESCRIPTION="An Improved Quake C Compiler"
-HOMEPAGE="http://graphitemaster.github.com/gmqcc/"
-LICENSE="MIT"
-
-SLOT="0"
-IUSE=""
-KEYWORDS=""
-
-src_prepare() {
- sed -i -e "s:-Werror ::" Makefile || die
-}
-
-src_install() {
- emake install PREFIX="${D}/usr"
- dodoc README
-}