Fixed everything that pkgcheck scan found in app-emulation/dos32a
This commit is contained in:
parent
467c404bbc
commit
7e043c8355
@ -1,36 +1,23 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="Free replacement for DOS4GW."
|
DESCRIPTION="Free replacement for DOS4GW."
|
||||||
HOMEPAGE="https://dos32a.narechk.net/content/main.html"
|
HOMEPAGE="https://web.archive.org/web/20210726190857/https://dos32a.narechk.net/index_en.html"
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/grepwood/${PN}/releases/download/${P//.}/${P//.}-bin.zip
|
||||||
|
"
|
||||||
|
S=${WORKDIR}
|
||||||
LICENSE="Apache-1.1-sans-Apache"
|
LICENSE="Apache-1.1-sans-Apache"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||||
|
|
||||||
#SRC_URI="http://download.narechk.net/dos32a-912-bin.zip http://download.narechk.net/dos32a-912-src.zip"
|
|
||||||
SRC_URI="http://download.narechk.net/dos32a-912-bin.zip"
|
|
||||||
|
|
||||||
IUSE="+binary"
|
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPEND=""
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
if ! use binary; then
|
|
||||||
die "Building DOS32A from source is not yet supported. Come back when we have an adequate DOS toolchain."
|
|
||||||
else
|
|
||||||
unzip -jd . "${DISTDIR}"/dos32a-912-bin.zip binw/*
|
unzip -jd . "${DISTDIR}"/dos32a-912-bin.zip binw/*
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<use>
|
<upstream>
|
||||||
<flag name="binary">
|
<remote-id type="github">grepwood/dos32a</remote-id>
|
||||||
Fetch binary release instead of compiling the package from source.
|
</upstream>
|
||||||
</flag>
|
|
||||||
</use>
|
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user