summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-08-14 23:26:49 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-08-14 23:26:49 +0100
commit204edf3bb6f44792c7e29c054cb90cc31d823ec4 (patch)
tree672944ca8608b59bb4d6fff93b417323d39f9882 /games-util
parentgames-util/acc: update remote-id (diff)
downloadgentoo-204edf3bb6f44792c7e29c054cb90cc31d823ec4.tar.gz
gentoo-204edf3bb6f44792c7e29c054cb90cc31d823ec4.tar.bz2
gentoo-204edf3bb6f44792c7e29c054cb90cc31d823ec4.zip
games-util/acc: Drop old 1.58
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/acc/Manifest1
-rw-r--r--games-util/acc/acc-1.58.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/games-util/acc/Manifest b/games-util/acc/Manifest
index e10340c6227c..bd1cd2726385 100644
--- a/games-util/acc/Manifest
+++ b/games-util/acc/Manifest
@@ -1,2 +1 @@
-DIST acc-1.58.tar.gz 70326 BLAKE2B 327449b987b2675c4c16f0769c08f2093a0ee2db28e6fbba608f3de81a17d943f6dbfc6ed333ea25331ecf194bdd661d3cfaf0d02b1f5fa714e7f60e49aabca9 SHA512 6fb0302f47b6a4e7114f543ad654f71753fb4cec973c933fc28aa0737f1d68a07509b2eee22cee34422387635cc889882b897a27f782000a2c0b184c1867d650
DIST acc-1.60.tar.gz 70750 BLAKE2B 57ab6ae8f3a818f4bd3bfb97554e6e04df246f7cfb3f1dc59c7a817cb15000325aa4e4769830d4a1caefa7aa557c803ea1535e58e754adb4438d6858cbf79b99 SHA512 9d44fccd092226ed1c89abf7e13e74a91b05355ea11914768946f81ff74999152cf535ee59eb4c4f9b876100f48cc1d8853daa59add1af59f538bf6b5da84499
diff --git a/games-util/acc/acc-1.58.ebuild b/games-util/acc/acc-1.58.ebuild
deleted file mode 100644
index 2519c43835b7..000000000000
--- a/games-util/acc/acc-1.58.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="ACS script compiler for use with ZDoom and Hexen"
-HOMEPAGE="https://zdoom.org/wiki/ACC"
-SRC_URI="https://github.com/rheit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Activision"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# The Activision EULA is inappropriate but this was never resolved. :(
-# https://doomwiki.org/wiki/Raven_source_code_licensing
-RESTRICT="bindist mirror"
-
-src_install() {
- dobin "${BUILD_DIR}"/${PN}
- dodoc readme.md
-
- insinto /usr/share/${PN}
- doins *.acs
-}