sys-fs/ext3grep - 0.10.2 (gentoo)

Search

Install

Install this version:

emerge -a =sys-fs/ext3grep-0.10.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-fs/ext3grep-0.10.2

Or alternatively:

emerge --autounmask-write -a =sys-fs/ext3grep-0.10.2

Package Information

Description:
Recover deleted files on an ext3 file system
Homepage:
https://code.google.com/archive/p/ext3grep/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.10.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Recover deleted files on an ext3 file system"
HOMEPAGE="https://code.google.com/archive/p/ext3grep/"
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ext3grep/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug pch"

DEPEND="
	sys-fs/e2fsprogs
	virtual/os-headers
"
BDEPEND="virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}/${PN}-0.10.1-gcc44.patch"
	"${FILESDIR}/${P}-include-unistd_h-for-sysconf.patch"
	"${FILESDIR}/${P}-new-e2fsprogs.patch"
	"${FILESDIR}/${P}-newer-e2fsprogs.patch"
	"${FILESDIR}/${P}-missing-cassert-include.patch"
	"${FILESDIR}/${P}-include-order.patch"
)

src_configure() {
	local myeconfargs=(
		$(use_enable debug)
		$(use_enable pch)
	)

	econf "${myeconfargs[@]}"
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-fs/ext3grep | euse -E <flag> -p sys-fs/ext3grep | euse -D <flag> -p sys-fs/ext3grep

Global/Standard Flags

pch

Dependencies

DEPEND

	sys-fs/e2fsprogs
	virtual/os-headers

BDEPEND

virtual/pkgconfig

Manifest for 0.10.2

Type File Size Source URLs
DIST ext3grep-0.10.2.tar.gz 236364 bytes https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ext3grep/ext3grep-0.10.2.tar.gz