commit:     ec46e59c6a7d19dbb8dcb8d5f49e5c3a3d31ad2b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 11 12:56:15 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 00:51:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec46e59c

sys-block/f3: remove old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31837
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-block/f3/Manifest      |  1 -
 sys-block/f3/f3-7.2.ebuild | 66 ----------------------------------------------
 2 files changed, 67 deletions(-)

diff --git a/sys-block/f3/Manifest b/sys-block/f3/Manifest
index 638b4b478da2..c80e57566191 100644
--- a/sys-block/f3/Manifest
+++ b/sys-block/f3/Manifest
@@ -1,2 +1 @@
-DIST f3-7.2.tar.gz 68471 BLAKE2B 
fa2e98ee0bdbad117c44bcc866d8ee5ef1572469d0b3cc48734de0fdb47653946774cc85429157f00d2a977662f593885074822bf1e069aa84ceafafa64726bf
 SHA512 
4e41fca8b02dbd6bfaae01237a47573916aefe47f5aafc864618d708568e32ec122390c03af24d89caaf03de692fa374e87747b07a8546eaf8cafd57887a61ac
 DIST f3-8.0.tar.gz 71493 BLAKE2B 
e5c580971b001be0041b7cda2815d3e075b9590dde20f3afc722dc0126b10dfd13f85e4d2c7994210b4bc4746fed2ef400582293cbdf9d3271ca62ba379b4df0
 SHA512 
4c929eb3ad56ffefff7ae3266148e2000e14f01553c1960ddbe77a164df18dda6f32980140b7568e32a3165f9362e4f43c990a946a62b15b06720d6f8b87f924

diff --git a/sys-block/f3/f3-7.2.ebuild b/sys-block/f3/f3-7.2.ebuild
deleted file mode 100644
index 9888e5edfae8..000000000000
--- a/sys-block/f3/f3-7.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Utilities to detect broken or counterfeit flash storage"
-HOMEPAGE="http://oss.digirati.com.br/f3/ https://github.com/AltraMayor/f3";
-
-PATCHES=(
-)
-
-if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/AltraMayor/${PN}.git";
-
-       PATCHES=()
-
-       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"
-
-DEPEND="extra? (
-               sys-block/parted
-               virtual/udev
-       )"
-
-RDEPEND=""
-
-DOCS=( changelog README.rst )
-
-src_prepare() {
-       default
-
-       sed -i \
-               -e 's:-ggdb::' \
-               -e 's:^PREFIX =:PREFIX ?=:' \
-               Makefile || die
-
-       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
-}

Reply via email to