summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:23 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:45:16 +0100
commitc35bb422cb9a90b0232b9ff1c97b5e7a31316099 (patch)
tree12fae502a0ba092f75c25a1743c119fd46ffa059
parentgames-misc/bsod: Remove old (diff)
downloadgentoo-c35bb422cb9a90b0232b9ff1c97b5e7a31316099.tar.gz
gentoo-c35bb422cb9a90b0232b9ff1c97b5e7a31316099.tar.bz2
gentoo-c35bb422cb9a90b0232b9ff1c97b5e7a31316099.zip
games-misc/c++robots: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--games-misc/c++robots/c++robots-0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild
deleted file mode 100644
index 1c0374c26c82..000000000000
--- a/games-misc/c++robots/c++robots-0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="ongoing 'King of the Hill' (KotH) tournament"
-HOMEPAGE="http://www.gamerz.net/c++robots/"
-SRC_URI="http://www.gamerz.net/c++robots/c++robots.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="static"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}/proper-coding.patch"
-}
-
-src_compile() {
- local myldflags="${LDFLAGS}"
- use static && myldflags="${myldflags} -static"
- emake CFLAGS="${CFLAGS}" LDFLAGS="${myldflags}"
-}
-
-src_install() {
- dogamesbin combat cylon target tracker
- dodoc README
- prepgamesdirs
-}