mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sys-block/f3: drop 8.0-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
parent
fa13a5ce8a
commit
6a37faad25
@ -1,2 +1 @@
|
||||
DIST f3-8.0.tar.gz 71493 BLAKE2B e5c580971b001be0041b7cda2815d3e075b9590dde20f3afc722dc0126b10dfd13f85e4d2c7994210b4bc4746fed2ef400582293cbdf9d3271ca62ba379b4df0 SHA512 4c929eb3ad56ffefff7ae3266148e2000e14f01553c1960ddbe77a164df18dda6f32980140b7568e32a3165f9362e4f43c990a946a62b15b06720d6f8b87f924
|
||||
DIST f3-9.0.tar.gz 73728 BLAKE2B 9199d2531245a40e53e69f8e645989a22232f5e0c21a78d9f1d06605a524566fc47125f3a7fb2882b0d0105aee848903d3a1b548392351a9c28c061a80a2907e SHA512 94fd5ec42831901b67180c74380ee03c683376006a46a9e45d22a5d13da3127d27f222db31726ae251f56f2a1d1ac2f3fbe707048866e8319125697368d7084b
|
||||
|
||||
@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="Utilities to detect broken or counterfeit flash storage"
|
||||
HOMEPAGE="https://github.com/AltraMayor/f3"
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://github.com/AltraMayor/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/AltraMayor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
IUSE="extra"
|
||||
|
||||
RDEPEND="elibc_musl? ( sys-libs/argp-standalone )"
|
||||
DEPEND="${RDEPEND}
|
||||
extra? (
|
||||
sys-block/parted
|
||||
virtual/udev
|
||||
)"
|
||||
|
||||
DOCS=( changelog README.rst )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i \
|
||||
-e 's:-ggdb::' \
|
||||
-e 's:^PREFIX =:PREFIX ?=:' \
|
||||
Makefile || die
|
||||
|
||||
# bug #715518
|
||||
use elibc_musl && append-ldflags -largp
|
||||
|
||||
tc-export CC
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
|
||||
if use extra; then
|
||||
emake V=1 extra
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${ED}/usr" install
|
||||
|
||||
if use extra; then
|
||||
emake PREFIX="${ED}/usr" install-extra
|
||||
fi
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user