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
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
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"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~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"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
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/*
|
||||
fi
|
||||
unzip -jd . "${DISTDIR}"/dos32a-912-bin.zip binw/*
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<use>
|
||||
<flag name="binary">
|
||||
Fetch binary release instead of compiling the package from source.
|
||||
</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">grepwood/dos32a</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
Reference in New Issue
Block a user