commit:     c22d2236b842a1a9fd341bcbd960ae0f9759277f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 20:34:27 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 20:35:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22d2236

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(+)

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 00000000000..8a27acb19cf
--- /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
+}

Reply via email to