summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-07 00:06:34 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-07 00:22:35 +0300
commit062a4ba7f0fbf40ce1867f45c8c7987eae0f420b (patch)
treeedd5edf104024e47b9d093cd7bfc230cdf71736c
parentgames-util/gmqcc: fix minor warnings (diff)
downloadgamerlay-062a4ba7.tar.gz
gamerlay-062a4ba7.tar.bz2
gamerlay-062a4ba7.zip
games-util/fteqcc-xonotic: remove
Dead upstream Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r--games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild39
-rw-r--r--games-util/fteqcc-xonotic/metadata.xml8
2 files changed, 0 insertions, 47 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>nikoli@lavabit.com</email>
- <name>Nikoli</name>
- </maintainer>
-</pkgmetadata>