summaryrefslogtreecommitdiff
path: root/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-16 22:05:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-16 22:05:01 +0100
commitcc4618c9ba3d974948ebf340b542d8cb01db2f55 (patch)
tree125ee67bb9e0d548771cf7b61d04bb1f0dc57687 /sys-fs/extundelete/extundelete-0.2.4-r1.ebuild
parent677b7ba5c317778df2ad7e70df94b9b7eec4adbc (diff)
gentoo resync : 16.09.2021
Diffstat (limited to 'sys-fs/extundelete/extundelete-0.2.4-r1.ebuild')
-rw-r--r--sys-fs/extundelete/extundelete-0.2.4-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild b/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild
new file mode 100644
index 000000000000..03b275ad95d1
--- /dev/null
+++ b/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A utility to undelete files from an ext3 or ext4 partition"
+HOMEPAGE="https://extundelete.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~sparc x86"
+
+RDEPEND="sys-fs/e2fsprogs"
+DEPEND=${RDEPEND}
+
+PATCHES=( "${FILESDIR}/${P}-e2fsprogs.patch" )