summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-10 12:38:28 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-10 12:38:28 +0200
commit05fa203575b693aa1e250e5071dfa5f2b812741a (patch)
tree11a70bd89ef0136fa3e8b2d761ca08f3e15ed16e /app-arch
parentapp-arch/zpaq: update EAPI 6 -> 8 (diff)
downloadgentoo-05fa203575b693aa1e250e5071dfa5f2b812741a.tar.gz
gentoo-05fa203575b693aa1e250e5071dfa5f2b812741a.tar.bz2
gentoo-05fa203575b693aa1e250e5071dfa5f2b812741a.zip
app-arch/unadf: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/unadf/unadf-0.7.12-r2.ebuild (renamed from app-arch/unadf/unadf-0.7.12-r1.ebuild)13
1 files changed, 4 insertions, 9 deletions
diff --git a/app-arch/unadf/unadf-0.7.12-r1.ebuild b/app-arch/unadf/unadf-0.7.12-r2.ebuild
index fb1aed5c2ad7..2c73f6a4a614 100644
--- a/app-arch/unadf/unadf-0.7.12-r1.ebuild
+++ b/app-arch/unadf/unadf-0.7.12-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -10,13 +10,12 @@ MY_PN="adflib"
DESCRIPTION="Extract files from Amiga adf disk images"
HOMEPAGE="http://lclevy.free.fr/adflib/"
SRC_URI="http://lclevy.free.fr/${MY_PN}/${MY_PN}-${PV}.tar.bz2"
+S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="static-libs"
-S="${WORKDIR}/${MY_PN}-${PV}"
PATCHES=( "${FILESDIR}"/${PN}-0.7.12-CVE-2016-1243_CVE-2016-1244.patch )
src_prepare() {
@@ -24,11 +23,7 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
src_install() {
default
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -name '*.la' -delete || die
}