summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild')
-rw-r--r--app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild b/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
deleted file mode 100644
index 1882a32eea98..000000000000
--- a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="all-in-one SFV checksum utility"
-HOMEPAGE="http://bsdsfv.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~m68k ppc ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-PATCHES=( "${FILESDIR}"/${P}-64bit.patch )
-
-src_compile() {
- emake STRIP=true CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin bsdsfv
- dodoc README MANUAL
-}