summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/dfxml')
-rw-r--r--app-forensics/dfxml/dfxml-20170921-r2.ebuild (renamed from app-forensics/dfxml/dfxml-20170921-r1.ebuild)19
-rw-r--r--app-forensics/dfxml/dfxml-99999999.ebuild28
-rw-r--r--app-forensics/dfxml/metadata.xml9
3 files changed, 13 insertions, 43 deletions
diff --git a/app-forensics/dfxml/dfxml-20170921-r1.ebuild b/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
}
diff --git a/app-forensics/dfxml/dfxml-99999999.ebuild b/app-forensics/dfxml/dfxml-99999999.ebuild
deleted file mode 100644
index c51103649341..000000000000
--- a/app-forensics/dfxml/dfxml-99999999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools git-r3
-
-DESCRIPTION="Digital Forensics XML"
-HOMEPAGE="https://github.com/simsong/dfxml"
-EGIT_REPO_URI="https://github.com/simsong/dfxml"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
- dev-libs/expat
-"
-RDEPEND="
- ${DEPEND}
-"
-
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
- default
-
- eautoreconf
-}
diff --git a/app-forensics/dfxml/metadata.xml b/app-forensics/dfxml/metadata.xml
index c73b0839b368..3e4ac58b16c2 100644
--- a/app-forensics/dfxml/metadata.xml
+++ b/app-forensics/dfxml/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>netmon@gentoo.org</email>
-</maintainer>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">simsong/dfxml</remote-id>
+ </upstream>
</pkgmetadata>