summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-12-28 10:24:12 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-12-28 12:00:09 -0500
commiteb91cc7cf4a2ed10262e2e713f8d783a32d529c1 (patch)
treeae3903e2e80a9df0dbfd0ecc68924c937db84c98 /games-util/acc
parentgames-simulation/corsix-th: drop 0.64-r100 (diff)
downloadgentoo-eb91cc7cf4a2ed10262e2e713f8d783a32d529c1.tar.gz
gentoo-eb91cc7cf4a2ed10262e2e713f8d783a32d529c1.tar.bz2
gentoo-eb91cc7cf4a2ed10262e2e713f8d783a32d529c1.zip
games-util/acc: drop 1.57
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util/acc')
-rw-r--r--games-util/acc/Manifest1
-rw-r--r--games-util/acc/acc-1.57.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/games-util/acc/Manifest b/games-util/acc/Manifest
index 4836c2fde7e8..903051f78c36 100644
--- a/games-util/acc/Manifest
+++ b/games-util/acc/Manifest
@@ -1,2 +1 @@
-DIST acc-1.57.tar.gz 70969 BLAKE2B 0c5d9f6778505881d9fa698da0958aea410a8d42f4b81c24277f59d0e9a601d44213e9399f0e693a210d0b935e57df4b6878fe1575005e5d573e19993404f570 SHA512 997bb6bb262743cacbf0606e7f6dcd00132a1f54eb24eddad92948c31ed552b3b678e72932150856fee57df2ab01fd25c29408f6c46a804614b883cf07532f3a
DIST acc-1.58.tar.gz 70326 BLAKE2B 327449b987b2675c4c16f0769c08f2093a0ee2db28e6fbba608f3de81a17d943f6dbfc6ed333ea25331ecf194bdd661d3cfaf0d02b1f5fa714e7f60e49aabca9 SHA512 6fb0302f47b6a4e7114f543ad654f71753fb4cec973c933fc28aa0737f1d68a07509b2eee22cee34422387635cc889882b897a27f782000a2c0b184c1867d650
diff --git a/games-util/acc/acc-1.57.ebuild b/games-util/acc/acc-1.57.ebuild
deleted file mode 100644
index ca25dbd7690e..000000000000
--- a/games-util/acc/acc-1.57.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-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_configure() {
- tc-export CC
- append-cflags -Wall -Wextra
-}
-
-src_install() {
- dobin ${PN}
- dodoc readme.md
-
- insinto /usr/share/${PN}
- doins *.acs
-}