summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-26 15:05:45 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-26 15:40:07 -0400
commite459298642a80dc5f51cb60c85bc23a8b68e9034 (patch)
tree85885848364e6b35f9729956e14e6a9ce9273d63 /app-misc
parentapp-misc/bfr: forward port keywords (diff)
downloadgentoo-e459298642a80dc5f51cb60c85bc23a8b68e9034.tar.gz
gentoo-e459298642a80dc5f51cb60c85bc23a8b68e9034.tar.bz2
gentoo-e459298642a80dc5f51cb60c85bc23a8b68e9034.zip
app-misc/bfr: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/bfr/bfr-1.6-r2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-misc/bfr/bfr-1.6-r2.ebuild b/app-misc/bfr/bfr-1.6-r2.ebuild
deleted file mode 100644
index 891d67b0da5f..000000000000
--- a/app-misc/bfr/bfr-1.6-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="General-purpose command-line pipe buffer"
-HOMEPAGE="http://www.glines.org/software/bfr"
-SRC_URI="http://www.glines.org/bin/pk/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-
-DEPEND="dev-lang/perl"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-perl.patch
- tc-export CC
-}