summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-24 12:51:13 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-24 13:51:39 -0400
commit1bcf80b7edb16d1c8a985f0f2d150e0fc12ed7af (patch)
tree92706a382b170080ecd15446f790d662546e9898 /games-action/atanks
parentdev-python/influxdb: enable py3.10 and disable py3.7 (diff)
downloadgentoo-1bcf80b7edb16d1c8a985f0f2d150e0fc12ed7af.tar.gz
gentoo-1bcf80b7edb16d1c8a985f0f2d150e0fc12ed7af.tar.bz2
gentoo-1bcf80b7edb16d1c8a985f0f2d150e0fc12ed7af.zip
games-action/atanks: drop 6.5
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/atanks')
-rw-r--r--games-action/atanks/Manifest1
-rw-r--r--games-action/atanks/atanks-6.5.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest
index 34b4e327c21e..c9115933e606 100644
--- a/games-action/atanks/Manifest
+++ b/games-action/atanks/Manifest
@@ -1,2 +1 @@
-DIST atanks-6.5.tar.gz 6059648 BLAKE2B 8a5c3e77391d0e7b3dc8170f49e2cd24fb31eda6f29362851d29eba5dc10748d2b95bfb688771fbbdaac4aada253f06c5ce4064e293335ef59cc8accc43a64a0 SHA512 cb1456e06132da754ae5d9926e118ecb8ac7789747f0a3273bcb49311d79824610bb9cfc74fbba8c75bbefe905d63ae2e01d193ccb37a64759f5490328c8cc89
DIST atanks-6.6.tar.gz 6220197 BLAKE2B ea9cd2ec736a2fb3f500cb8964a60549b1d28801b0b7c5ea742b3c6c18515df8c9dc6da95119a0d0fbcda2b61384737bd2402451cd7a223f31e69503c5d09da0 SHA512 dac0ef961bffda5e0f8b65d4cbbd46c2a93baea06a3cd453a5295491feda69781deb7a868fac11ffdfc29e9e2c5bbea11a309ea1af8d05e794ab184750a686f9
diff --git a/games-action/atanks/atanks-6.5.ebuild b/games-action/atanks/atanks-6.5.ebuild
deleted file mode 100644
index 0c043402a9a0..000000000000
--- a/games-action/atanks/atanks-6.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs
-
-DESCRIPTION="Worms and Scorched Earth-like game"
-HOMEPAGE="https://atanks.sourceforge.io/"
-SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="media-libs/allegro:0[X]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-6.4-fix-build-system.patch
-)
-
-src_compile() {
- tc-export CXX
-
- emake INSTALLDIR="${EPREFIX}/usr/share/${PN}"
-}
-
-src_install() {
- dobin ${PN}
-
- dodoc Changelog README TODO
-
- insinto /usr/share/${PN}
- doins -r button misc missile sound stock tank tankgun text title unicode.dat *.txt
-
- doicon ${PN}.png
- make_desktop_entry atanks "Atomic Tanks"
-}