diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:30:40 +0100 |
commit | 442e156dd79f79fbc11c407605f0c3766a3b16b3 (patch) | |
tree | 8662a715b7f4ac26b842f2fa046df9116ebad67a /games-action/koth | |
parent | games-action/heroes: Remove old (diff) | |
download | gentoo-442e156dd79f79fbc11c407605f0c3766a3b16b3.tar.gz gentoo-442e156dd79f79fbc11c407605f0c3766a3b16b3.tar.bz2 gentoo-442e156dd79f79fbc11c407605f0c3766a3b16b3.zip |
games-action/koth: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/koth')
-rw-r--r-- | games-action/koth/koth-0.8.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games-action/koth/koth-0.8.0.ebuild b/games-action/koth/koth-0.8.0.ebuild deleted file mode 100644 index 8e3f80d5d299..000000000000 --- a/games-action/koth/koth-0.8.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic games - -DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons" -HOMEPAGE="http://www.nongnu.org/koth/" -SRC_URI="https://savannah.nongnu.org/download/${PN}/default.pkg/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libggi" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i 's:-g -O2::' configure || die - cd src - epatch "${FILESDIR}"/${P}-gcc-3.4.patch - sed -i "s:/etc/koth:${GAMES_SYSCONFDIR}:" cfgfile.h || die - sed -i 's:(uint16):(uint16_t):' gfx.c gfx.h || die - append-cflags -std=gnu89 # build with gcc5 (bug #570730) -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README doc/*.txt" \ - default - insinto "${GAMES_SYSCONFDIR}" - doins src/koth.cfg - prepgamesdirs -} |