diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:45:16 +0100 |
commit | c35bb422cb9a90b0232b9ff1c97b5e7a31316099 (patch) | |
tree | 12fae502a0ba092f75c25a1743c119fd46ffa059 /games-misc/c++robots | |
parent | games-misc/bsod: Remove old (diff) | |
download | gentoo-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
Diffstat (limited to 'games-misc/c++robots')
-rw-r--r-- | games-misc/c++robots/c++robots-0.ebuild | 32 |
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 -} |