summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-04 16:23:18 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-04 16:23:18 +0000
commita70e6ec6b93b1797ee386a3ffc1aa3e5f404695f (patch)
treeabf76db605168e342b3b856ad03809fe7c4a2a79 /app-misc/bfr/bfr-1.6-r1.ebuild
parentStable on amd64 wrt bug #350429 (diff)
downloadhistorical-a70e6ec6b93b1797ee386a3ffc1aa3e5f404695f.tar.gz
historical-a70e6ec6b93b1797ee386a3ffc1aa3e5f404695f.tar.bz2
historical-a70e6ec6b93b1797ee386a3ffc1aa3e5f404695f.zip
Some Clean up
Package-Manager: portage-2.2.0_alpha12/cvs/Linux x86_64
Diffstat (limited to 'app-misc/bfr/bfr-1.6-r1.ebuild')
-rw-r--r--app-misc/bfr/bfr-1.6-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-misc/bfr/bfr-1.6-r1.ebuild b/app-misc/bfr/bfr-1.6-r1.ebuild
index 9967a7620bc0..4ece792238b3 100644
--- a/app-misc/bfr/bfr-1.6-r1.ebuild
+++ b/app-misc/bfr/bfr-1.6-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.6-r1.ebuild,v 1.6 2010/08/26 16:10:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.6-r1.ebuild,v 1.7 2011/01/04 16:23:18 jlec Exp $
inherit toolchain-funcs
-DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer"
+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"
@@ -13,13 +13,11 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE=""
-DEPEND=""
-
pkg_setup() {
tc-export CC
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS INSTALL ChangeLog NEWS README TODO
+ dodoc AUTHORS INSTALL ChangeLog NEWS README TODO || die
}