From 062a4ba7f0fbf40ce1867f45c8c7987eae0f420b Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Fri, 7 Feb 2020 00:06:34 +0300 Subject: games-util/fteqcc-xonotic: remove Dead upstream Signed-off-by: Azamat H. Hackimov --- .../fteqcc-xonotic/fteqcc-xonotic-9999.ebuild | 39 ---------------------- games-util/fteqcc-xonotic/metadata.xml | 8 ----- 2 files changed, 47 deletions(-) delete mode 100644 games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild delete mode 100644 games-util/fteqcc-xonotic/metadata.xml diff --git a/games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild b/games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild deleted file mode 100644 index 8865e6a..0000000 --- a/games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" - -inherit eutils toolchain-funcs git-2 - -DESCRIPTION="QC compiler for Xonotic" -HOMEPAGE="http://git.xonotic.org/?p=xonotic/fteqcc.git;a=summary" -EGIT_REPO_URI="git://git.xonotic.org/xonotic/fteqcc.git" -EGIT_BRANCH="xonotic-stable" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" -RESTRICT="test" - -DEPEND="" -RDEPEND="" - -src_prepare() { - sed -i \ - -e '/^CC/d' \ - -e 's: -O3 : :g' \ - -e "/BASE_LDFLAGS=/s:-s:${LDFLAGS}:g" \ - Makefile || die -} - -src_compile() { - emake CC=$(tc-getCC) BASE_CFLAGS="${CFLAGS} -Wall" -} - -src_install() { - newbin fteqcc.bin ${PN} - - dodoc readme.txt -} diff --git a/games-util/fteqcc-xonotic/metadata.xml b/games-util/fteqcc-xonotic/metadata.xml deleted file mode 100644 index ee286d6..0000000 --- a/games-util/fteqcc-xonotic/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - nikoli@lavabit.com - Nikoli - - -- cgit v1.2.3-65-gdbad