Diff dfxml-20170921-r1 with a dfxml-99999999

/usr/portage/app-forensics/dfxml/dfxml-99999999.ebuild 2023-10-09 14:52:28.748368331 +0300
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=6
5
inherit autotools
5
inherit autotools git-r3
6 6

  
7 7
DESCRIPTION="Digital Forensics XML"
8 8
HOMEPAGE="https://github.com/simsong/dfxml"
9
SRC_URI="https://api.github.com/repos/simsong/${PN}/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> ${P}.tar.gz"
9
EGIT_REPO_URI="https://github.com/simsong/dfxml"
10 10

  
11 11
LICENSE="LGPL-3"
12 12
SLOT="0"
13
KEYWORDS="~amd64"
13
KEYWORDS=""
14 14

  
15 15
DEPEND="
16 16
	dev-libs/expat
......
21 21

  
22 22
S=${WORKDIR}/${P}/src
23 23

  
24
src_unpack() {
25
	unpack ${A}
26
	mv simsong-dfxml-* ${P} || die
27
}
28

  
29 24
src_prepare() {
30 25
	default
31 26

  
Thank you!