summaryrefslogtreecommitdiff
path: root/sys-block/buffer/buffer-1.19-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/buffer/buffer-1.19-r3.ebuild')
-rw-r--r--sys-block/buffer/buffer-1.19-r3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-block/buffer/buffer-1.19-r3.ebuild b/sys-block/buffer/buffer-1.19-r3.ebuild
deleted file mode 100644
index 8096ee92f513..000000000000
--- a/sys-block/buffer/buffer-1.19-r3.ebuild
+++ /dev/null
@@ -1,32 +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="A tapedrive tool for speeding up reading from and writing to tape"
-HOMEPAGE="http://www.microwerks.net/~hugo/"
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc sparc x86"
-
-src_prepare() {
- eapply "${FILESDIR}"/${PV}-deb-gentoo.patch
- sed -i -e 's/$(CFLAGS)/\0 $(LDFLAGS)/' Makefile || die
- emake clean
- default
-}
-
-src_compile() {
- append-lfs-flags
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin buffer
- dodoc README
- newman buffer.man buffer.1
-}