diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-03 22:34:27 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-03 22:35:10 +0200 |
commit | c22d2236b842a1a9fd341bcbd960ae0f9759277f (patch) | |
tree | 6ef6a2006b5b574c369f43ab872370baed1d6a42 /app-misc/bfr | |
parent | net-misc/curl-7.55.1-r0: alpha stable (diff) | |
download | gentoo-c22d2236b842a1a9fd341bcbd960ae0f9759277f.tar.gz gentoo-c22d2236b842a1a9fd341bcbd960ae0f9759277f.tar.bz2 gentoo-c22d2236b842a1a9fd341bcbd960ae0f9759277f.zip |
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
Diffstat (limited to 'app-misc/bfr')
-rw-r--r-- | app-misc/bfr/bfr-1.6-r3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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 +} |