diff --git a/app-emulation/dos32a/dos32a-9.1.2.ebuild b/app-emulation/dos32a/dos32a-9.1.2.ebuild index 1cefc24..27cc372 100644 --- a/app-emulation/dos32a/dos32a-9.1.2.ebuild +++ b/app-emulation/dos32a/dos32a-9.1.2.ebuild @@ -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() { diff --git a/app-emulation/dos32a/metadata.xml b/app-emulation/dos32a/metadata.xml index b508169..e1290d1 100644 --- a/app-emulation/dos32a/metadata.xml +++ b/app-emulation/dos32a/metadata.xml @@ -1,9 +1,7 @@ - - - Fetch binary release instead of compiling the package from source. - - + + grepwood/dos32a +