commit: 45ea224f00fb2d510415452d98b9a7fdbdcaf670 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 25 17:23:36 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 25 17:26:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ea224f
games-action/koth: drop 0.8.0-r1, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> games-action/koth/koth-0.8.0-r1.ebuild | 36 ---------------------------------- 1 file changed, 36 deletions(-) diff --git a/games-action/koth/koth-0.8.0-r1.ebuild b/games-action/koth/koth-0.8.0-r1.ebuild deleted file mode 100644 index 9a1b76e20a37..000000000000 --- a/games-action/koth/koth-0.8.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -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="~amd64 ~x86" - -DEPEND="media-libs/libggi" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-autotools.patch - "${FILESDIR}"/${P}-gcc.patch -) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_install() { - default - dodoc doc/*.txt - - insinto /etc/koth - doins src/koth.cfg -}
