From c22d2236b842a1a9fd341bcbd960ae0f9759277f Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 3 Sep 2017 22:34:27 +0200 Subject: [PATCH] app-misc/bfr: update HOMEPAGE. This commit also update this ebuild's EAPI to version 6. Gentoo-Bug: https://bugs.gentoo.org/629766 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- app-misc/bfr/bfr-1.6-r3.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-misc/bfr/bfr-1.6-r3.ebuild diff --git a/app-misc/bfr/bfr-1.6-r3.ebuild b/app-misc/bfr/bfr-1.6-r3.ebuild new file mode 100644 index 000000000000..8a27acb19cf6 --- /dev/null +++ b/app-misc/bfr/bfr-1.6-r3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils toolchain-funcs + +DESCRIPTION="General-purpose command-line pipe buffer" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +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" + +PATCHES=( "${FILESDIR}/${P}-perl.patch" ) + +src_configure() { + tc-export CC + default +} -- 2.26.2