summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-09-13 22:30:23 +0200
committerDavid Seifert <soap@gentoo.org>2021-09-13 22:30:23 +0200
commitf67003ddb489584652b519fbe7eb181e06b1cd39 (patch)
treed400ea5018dd207ead87be2aaa4d808832aba188 /sys-fs/extundelete/extundelete-0.2.4-r1.ebuild
parentsys-fs/e2tools: e2fsprogs-libs → e2fsprogs (diff)
downloadgentoo-f67003ddb489584652b519fbe7eb181e06b1cd39.tar.gz
gentoo-f67003ddb489584652b519fbe7eb181e06b1cd39.tar.bz2
gentoo-f67003ddb489584652b519fbe7eb181e06b1cd39.zip
sys-fs/extundelete: e2fsprogs-libs → e2fsprogs
Bug: https://bugs.gentoo.org/806875 Signed-off-by: David Seifert <soap@gentoo.org>
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" )