From 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 Dec 2017 20:47:17 +0000 Subject: gentoo resync : 21.12.2017 --- games-action/koth/Manifest | 1 - games-action/koth/koth-0.8.0.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 games-action/koth/koth-0.8.0.ebuild (limited to 'games-action/koth') diff --git a/games-action/koth/Manifest b/games-action/koth/Manifest index 1f624aea3445..55454d3c0665 100644 --- a/games-action/koth/Manifest +++ b/games-action/koth/Manifest @@ -2,5 +2,4 @@ AUX koth-0.8.0-gcc-3.4.patch 612 BLAKE2B 3abf4a47b633b91939afc5f8beb26e1eb65082a AUX koth-0.8.0-r1-gcc-3.4.patch 628 BLAKE2B e62daab926595507618cc9215612bd11bd901218448cf2a192023ddbd4c13fce70a49f853a50df628adb12c077cd6597b22cbafb67e1ca42394d90defbab6676 SHA512 ca6bfe40d9ab0a08bae833684628422d2b69047ec4aa80df43e0c093184680f8d202180f0ae3d89099b4c45aa481ac28055a1a5deb5afb69e8c397508e46e08e DIST koth-0.8.0.tar.bz2 140569 BLAKE2B cfcbba838238fbe45bccc800c258290531341623d4a57825f389a01278febe3b99d9459f4294cea9f4520c0dc76ad945266640c89687ab0b77a5348d2b88685a SHA512 edda377be9074298c63e85cad5f37f55dc67f0e9a7d075a94207559265ffbf8a5eadbd2dc0e4a06e535e6da9fcfd309d01141ba8be04cf8960b0229e0ce4ab9f EBUILD koth-0.8.0-r1.ebuild 838 BLAKE2B 52adb1c2da3b9eb6e276e699de9500b5bb296a080923da98cae63a474cf3e7758a8344cb80452dd06fcf0e4dad11937a3b31bc6aaf636590dba87dabed9ab1b4 SHA512 bb5092995841a66257753e845bf53dd3fff8b7de23f809bacdab94189d9ec753be52763c5f235661e15b3a460d435d64ae59e2bb7b6fcda2413de1e2ca0f64a2 -EBUILD koth-0.8.0.ebuild 898 BLAKE2B 53610597045f446b5776d95a8e25609165c29c13310841d95b207720a344f470b24322780cb147f0fead0d722f231d5579f079563cd6d50bac0f64dde6f62ee5 SHA512 def891946e342bcd7f97805200e89b169e628dd60f714f90657463d61dad86608058ddf0d42890d180845e80950e75376556f40b6c6a7325990498d3569173ef MISC metadata.xml 562 BLAKE2B f5d44dfcf5ed0fa77163ea4ac24d010fe3236130fb0dce1c68b8cb5804e6a5cd088a3b0d14bc573279ed23165d829a2f49516123e57158fd054469271bb20bd5 SHA512 c9bf2b0f6d97e56b9b8d3667fecd9a18bc971f2a396c7bb9a2904ea3e86eec4b625ff73630b4c6a45eea30418e8cfd8b3774a699e45b98b4e44bbb205365d333 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 -} -- cgit v1.2.3