mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-util/dzip: drop 2.9-r4, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake"
|
||||
HOMEPAGE="http://speeddemosarchive.com/dzip/"
|
||||
SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="sys-libs/zlib"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-system-zlib-r2.patch
|
||||
"${FILESDIR}"/${P}-scrub-names.patch #93079
|
||||
"${FILESDIR}"/dzip-amd64.diff
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
mv -f Makefile{.linux,} || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin dzip
|
||||
dodoc Readme
|
||||
}
|
||||
Reference in New Issue
Block a user