summaryrefslogtreecommitdiff
path: root/games-util/fteqcc/fteqcc-2501.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/fteqcc/fteqcc-2501.ebuild')
-rw-r--r--games-util/fteqcc/fteqcc-2501.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-util/fteqcc/fteqcc-2501.ebuild b/games-util/fteqcc/fteqcc-2501.ebuild
deleted file mode 100644
index c03aa1ac4ee1..000000000000
--- a/games-util/fteqcc/fteqcc-2501.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="QC compiler"
-HOMEPAGE="http://fteqw.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fteqw/qclibsrc${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-cleanup-source.patch
- sed -i \
- -e '/^CC/d' \
- -e "s: -O3 : :g" \
- -e "s: -s : :g" \
- -e 's/-o fteqcc.bin/$(LDFLAGS) -o fteqcc.bin/' \
- Makefile || die "sed failed"
- edos2unix readme.txt
- append-flags -DQCCONLY
-}
-
-src_compile() {
- emake BASE_CFLAGS="${CFLAGS} -Wall"
-}
-
-src_install() {
- newbin fteqcc.bin fteqcc
- dodoc readme.txt
-}