diff options
author | 2022-06-21 11:40:53 +0200 | |
---|---|---|
committer | 2022-06-21 11:40:53 +0200 | |
commit | bd2780ad7729f478ed2e4ed53ab64c2d485c6b23 (patch) | |
tree | 88aafdece44c8c1b1680e6935c330ce4995df261 /sys-fs | |
parent | sys-devel/autoconf-wrapper: drop 15 (diff) | |
download | gentoo-bd2780ad7729f478ed2e4ed53ab64c2d485c6b23.tar.gz gentoo-bd2780ad7729f478ed2e4ed53ab64c2d485c6b23.tar.bz2 gentoo-bd2780ad7729f478ed2e4ed53ab64c2d485c6b23.zip |
sys-fs/extundelete: drop 0.2.4-r1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/extundelete/extundelete-0.2.4-r1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild b/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild deleted file mode 100644 index 88a235cf4f4b..000000000000 --- a/sys-fs/extundelete/extundelete-0.2.4-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 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" ) |