From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-forensics/dfxml/dfxml-99999999.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-forensics/dfxml/dfxml-99999999.ebuild (limited to 'app-forensics/dfxml/dfxml-99999999.ebuild') diff --git a/app-forensics/dfxml/dfxml-99999999.ebuild b/app-forensics/dfxml/dfxml-99999999.ebuild new file mode 100644 index 000000000000..2acea0ac8a0b --- /dev/null +++ b/app-forensics/dfxml/dfxml-99999999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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="${HOMEPAGE}" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="" + +DEPEND=" + dev-libs/expat +" +RDEPEND=" + ${DEPEND} +" + +S=${WORKDIR}/${P}/src + +src_prepare() { + default + + eautoreconf +} -- cgit v1.2.3