xmount: drop unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 09:19:03 -04:00
parent 5e8ee353d9
commit 692158d151
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 0 additions and 39 deletions

View file

@ -1 +0,0 @@
DIST xmount-0.7.6.tar.gz 120614 BLAKE2B 15bb054afe054e1ac3779fcf2fa07a4c6ba909caa4824064cbf0064d795242d57e93ffc5dba5721507c4b7ac3769caed863dcd58faa715a8fd605d60b43bdf4e SHA512 4890d4a6a2ff825ab61c44bf3ffa194d98b5b958a2502ce14beddbc363522a474ad4830e3d9e2806c647d4918c64c8cdf42b7ee39088a60fd5934c8ca0e616ad

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<use>
<flag name="aff">Use the AFF image standard library</flag>
<flag name="ewf">Add support EWF (SMART and EnCase) image format</flag>
</use>
</pkgmetadata>

View file

@ -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
}