commit:     38c1341fb4449782827efd6414ae094c85946e42
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 18:32:24 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 18:32:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c1341f

app-forensics/dfxml: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...ml-20170921-r1.ebuild => dfxml-20170921-r2.ebuild} | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/app-forensics/dfxml/dfxml-20170921-r1.ebuild 
b/app-forensics/dfxml/dfxml-20170921-r2.ebuild
similarity index 76%
rename from app-forensics/dfxml/dfxml-20170921-r1.ebuild
rename to app-forensics/dfxml/dfxml-20170921-r2.ebuild
index d291bbf43c4d..2cd2be159d72 100644
--- a/app-forensics/dfxml/dfxml-20170921-r1.ebuild
+++ b/app-forensics/dfxml/dfxml-20170921-r2.ebuild
@@ -1,33 +1,28 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit autotools
 
 DESCRIPTION="Digital Forensics XML"
 HOMEPAGE="https://github.com/simsong/dfxml";
 
SRC_URI="https://api.github.com/repos/simsong/${PN}/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
 
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="
-       dev-libs/expat
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-S=${WORKDIR}/${P}/src
+DEPEND="dev-libs/expat:="
+RDEPEND="${DEPEND}"
 
 src_unpack() {
-       unpack ${A}
+       default
        mv simsong-dfxml-* ${P} || die
 }
 
 src_prepare() {
        default
-
        eautoreconf
 }

Reply via email to