Diff dzip-2.9-r4 with a dzip-2.9-r5
/usr/portage/games-util/dzip/dzip-2.9-r5.ebuild 2023-10-09 14:52:31.148368392 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" |
9 |
HOMEPAGE="http://speeddemosarchive.com/dzip/" |
|
10 |
SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" |
|
9 |
HOMEPAGE="https://speeddemosarchive.com/dzip/" |
|
10 |
SRC_URI="https://speeddemosarchive.com/dzip/dz${PV/./}src.zip" |
|
11 | 11 |
S="${WORKDIR}" |
12 | 12 | |
13 | 13 |
LICENSE="ZLIB" |
... | ... | |
22 | 22 |
"${FILESDIR}"/${P}-system-zlib-r2.patch |
23 | 23 |
"${FILESDIR}"/${P}-scrub-names.patch #93079 |
24 | 24 |
"${FILESDIR}"/dzip-amd64.diff |
25 |
"${FILESDIR}"/${PN}-clang16-build-fix.patch |
|
25 | 26 |
) |
26 | 27 | |
27 | 28 |
src_prepare() { |