Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/acc/
Date: Tue, 28 Dec 2021 17:10:35
Message-Id: 1640710809.eb91cc7cf4a2ed10262e2e713f8d783a32d529c1.ionen@gentoo
1 commit: eb91cc7cf4a2ed10262e2e713f8d783a32d529c1
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 28 15:24:12 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 28 17:00:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb91cc7c
7
8 games-util/acc: drop 1.57
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-util/acc/Manifest | 1 -
13 games-util/acc/acc-1.57.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/games-util/acc/Manifest b/games-util/acc/Manifest
17 index 4836c2fde7e8..903051f78c36 100644
18 --- a/games-util/acc/Manifest
19 +++ b/games-util/acc/Manifest
20 @@ -1,2 +1 @@
21 -DIST acc-1.57.tar.gz 70969 BLAKE2B 0c5d9f6778505881d9fa698da0958aea410a8d42f4b81c24277f59d0e9a601d44213e9399f0e693a210d0b935e57df4b6878fe1575005e5d573e19993404f570 SHA512 997bb6bb262743cacbf0606e7f6dcd00132a1f54eb24eddad92948c31ed552b3b678e72932150856fee57df2ab01fd25c29408f6c46a804614b883cf07532f3a
22 DIST acc-1.58.tar.gz 70326 BLAKE2B 327449b987b2675c4c16f0769c08f2093a0ee2db28e6fbba608f3de81a17d943f6dbfc6ed333ea25331ecf194bdd661d3cfaf0d02b1f5fa714e7f60e49aabca9 SHA512 6fb0302f47b6a4e7114f543ad654f71753fb4cec973c933fc28aa0737f1d68a07509b2eee22cee34422387635cc889882b897a27f782000a2c0b184c1867d650
23
24 diff --git a/games-util/acc/acc-1.57.ebuild b/games-util/acc/acc-1.57.ebuild
25 deleted file mode 100644
26 index ca25dbd7690e..000000000000
27 --- a/games-util/acc/acc-1.57.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit flag-o-matic toolchain-funcs
36 -
37 -DESCRIPTION="ACS script compiler for use with ZDoom and Hexen"
38 -HOMEPAGE="https://zdoom.org/wiki/ACC"
39 -SRC_URI="https://github.com/rheit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -LICENSE="Activision"
41 -SLOT="0"
42 -KEYWORDS="~amd64"
43 -
44 -# The Activision EULA is inappropriate but this was never resolved. :(
45 -# https://doomwiki.org/wiki/Raven_source_code_licensing
46 -RESTRICT="bindist mirror"
47 -
48 -src_configure() {
49 - tc-export CC
50 - append-cflags -Wall -Wextra
51 -}
52 -
53 -src_install() {
54 - dobin ${PN}
55 - dodoc readme.md
56 -
57 - insinto /usr/share/${PN}
58 - doins *.acs
59 -}