diff --git a/app-forensics/xmount/Manifest b/app-forensics/xmount/Manifest deleted file mode 100644 index c74fc9122..000000000 --- a/app-forensics/xmount/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xmount-0.7.6.tar.gz 120614 BLAKE2B 15bb054afe054e1ac3779fcf2fa07a4c6ba909caa4824064cbf0064d795242d57e93ffc5dba5721507c4b7ac3769caed863dcd58faa715a8fd605d60b43bdf4e SHA512 4890d4a6a2ff825ab61c44bf3ffa194d98b5b958a2502ce14beddbc363522a474ad4830e3d9e2806c647d4918c64c8cdf42b7ee39088a60fd5934c8ca0e616ad diff --git a/app-forensics/xmount/metadata.xml b/app-forensics/xmount/metadata.xml deleted file mode 100644 index e4c16ccee..000000000 --- a/app-forensics/xmount/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - unknown@pentoo.ch - Author Unknown - - - Use the AFF image standard library - Add support EWF (SMART and EnCase) image format - - diff --git a/app-forensics/xmount/xmount-0.7.6.ebuild b/app-forensics/xmount/xmount-0.7.6.ebuild deleted file mode 100644 index 12a46d570..000000000 --- a/app-forensics/xmount/xmount-0.7.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils cmake - -DESCRIPTION="Convert on-the-fly between multiple input and output harddisk image types" -HOMEPAGE="https://pinguin.lu/xmount" -SRC_URI="https://files.pinguin.lu/${P}.tar.gz" - -KEYWORDS="~amd64 ~arm ~x86" -LICENSE="GPL-3" -SLOT="0" -IUSE="+aff +ewf" - -BDEPEND="virtual/pkgconfig" -RDEPEND="sys-fs/fuse:* - aff? ( app-forensics/afflib ) - ewf? ( app-forensics/libewf )" -DEPEND="${RDEPEND}" - -src_configure() { - CMAKE_BUILD_TYPE=Release - cmake_src_configure -}