Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/fteqcc-xonotic/
Date: Thu, 06 Feb 2020 21:22:53
Message-Id: 1581024155.062a4ba7f0fbf40ce1867f45c8c7987eae0f420b.winterheart@gentoo
1 commit: 062a4ba7f0fbf40ce1867f45c8c7987eae0f420b
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 6 21:06:34 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Feb 6 21:22:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=062a4ba7
7
8 games-util/fteqcc-xonotic: remove
9
10 Dead upstream
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 .../fteqcc-xonotic/fteqcc-xonotic-9999.ebuild | 39 ----------------------
14 games-util/fteqcc-xonotic/metadata.xml | 8 -----
15 2 files changed, 47 deletions(-)
16
17 diff --git a/games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild b/games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild
18 deleted file mode 100644
19 index 8865e6a..0000000
20 --- a/games-util/fteqcc-xonotic/fteqcc-xonotic-9999.ebuild
21 +++ /dev/null
22 @@ -1,39 +0,0 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -EAPI="4"
28 -
29 -inherit eutils toolchain-funcs git-2
30 -
31 -DESCRIPTION="QC compiler for Xonotic"
32 -HOMEPAGE="http://git.xonotic.org/?p=xonotic/fteqcc.git;a=summary"
33 -EGIT_REPO_URI="git://git.xonotic.org/xonotic/fteqcc.git"
34 -EGIT_BRANCH="xonotic-stable"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS=""
39 -IUSE=""
40 -RESTRICT="test"
41 -
42 -DEPEND=""
43 -RDEPEND=""
44 -
45 -src_prepare() {
46 - sed -i \
47 - -e '/^CC/d' \
48 - -e 's: -O3 : :g' \
49 - -e "/BASE_LDFLAGS=/s:-s:${LDFLAGS}:g" \
50 - Makefile || die
51 -}
52 -
53 -src_compile() {
54 - emake CC=$(tc-getCC) BASE_CFLAGS="${CFLAGS} -Wall"
55 -}
56 -
57 -src_install() {
58 - newbin fteqcc.bin ${PN}
59 -
60 - dodoc readme.txt
61 -}
62
63 diff --git a/games-util/fteqcc-xonotic/metadata.xml b/games-util/fteqcc-xonotic/metadata.xml
64 deleted file mode 100644
65 index ee286d6..0000000
66 --- a/games-util/fteqcc-xonotic/metadata.xml
67 +++ /dev/null
68 @@ -1,8 +0,0 @@
69 -<?xml version="1.0" encoding="UTF-8"?>
70 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 -<pkgmetadata>
72 - <maintainer>
73 - <email>nikoli@×××××××.com</email>
74 - <name>Nikoli</name>
75 - </maintainer>
76 -</pkgmetadata>