mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-cdr/extract-xiso: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,25 +1,28 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
EAPI=7
|
||||
|
||||
inherit epatch toolchain-funcs
|
||||
inherit toolchain-funcs
|
||||
|
||||
MY_PV=${PV/_beta/b}
|
||||
|
||||
DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
|
||||
HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
|
||||
SRC_URI="mirror://sourceforge/extract-xiso/${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}
|
||||
|
||||
LICENSE="BSD-4"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.7.1-headers.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-2.7.1-headers.patch
|
||||
default
|
||||
|
||||
sed -i \
|
||||
-e 's:__LINUX__:__linux__:' \
|
||||
*.[ch] */*.[ch] || die
|
||||
|
||||
Reference in New Issue
Block a user