summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Hill <hillster@gentoo.org>2003-10-08 03:43:56 +0000
committerJoel Hill <hillster@gentoo.org>2003-10-08 03:43:56 +0000
commite19153ee37e324632e63076d38fc9aebf7f746a5 (patch)
treeea054a6ff9d592348a2a69cae7cb0e43ee5ad9db /app-misc/bfr
parentia64 unmask to fix IDLE time problem (diff)
downloadhistorical-e19153ee37e324632e63076d38fc9aebf7f746a5.tar.gz
historical-e19153ee37e324632e63076d38fc9aebf7f746a5.tar.bz2
historical-e19153ee37e324632e63076d38fc9aebf7f746a5.zip
marking stable
Diffstat (limited to 'app-misc/bfr')
-rw-r--r--app-misc/bfr/ChangeLog5
-rw-r--r--app-misc/bfr/Manifest4
-rw-r--r--app-misc/bfr/bfr-1.5.ebuild13
3 files changed, 13 insertions, 9 deletions
diff --git a/app-misc/bfr/ChangeLog b/app-misc/bfr/ChangeLog
index 7b2f0f5b0b73..42107d6097f3 100644
--- a/app-misc/bfr/ChangeLog
+++ b/app-misc/bfr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/bfr
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/ChangeLog,v 1.1 2003/09/15 02:22:09 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/ChangeLog,v 1.2 2003/10/08 03:38:45 hillster Exp $
+
+ 07 Oct 2003; Joel Hill <hillster@gentoo.org> bfr-1.5.ebuild:
+ cleanup, marking stable.
*bfr-1.5 (14 Sep 2003)
diff --git a/app-misc/bfr/Manifest b/app-misc/bfr/Manifest
index dacd071bb30f..cb4866bd886b 100644
--- a/app-misc/bfr/Manifest
+++ b/app-misc/bfr/Manifest
@@ -1,3 +1,3 @@
-MD5 2a03eb1be454fa29eb846fed66105cad bfr-1.5.ebuild 731
-MD5 f5bfb8a704ed776ce2dcc3e8eea36bb8 ChangeLog 365
+MD5 cf984ece775fb4a885dc970e22b3a054 bfr-1.5.ebuild 784
+MD5 427834591ecf4804a565aa292ceb9d3f ChangeLog 456
MD5 ee28df28437904204ad60a3940eaf065 files/digest-bfr-1.5 59
diff --git a/app-misc/bfr/bfr-1.5.ebuild b/app-misc/bfr/bfr-1.5.ebuild
index 52cfa6cddd2d..e7b3df708892 100644
--- a/app-misc/bfr/bfr-1.5.ebuild
+++ b/app-misc/bfr/bfr-1.5.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.5.ebuild,v 1.1 2003/09/15 02:22:09 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.5.ebuild,v 1.2 2003/10/08 03:38:45 hillster Exp $
DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer. It buffers data from stdin and sends it to stdout, adjusting to best fit the pace stdout can handle."
HOMEPAGE="http://www.glines.org:8000/software/buffer.html"
SRC_URI="http://www.glines.org:8000/bin/pk/${P}.tar.bz2"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${P}
src_compile() {
- econf || die
- emake || die
+ econf || die "configure failed"
+ emake || die "compile failed"
}
src_install() {
- einstall || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ einstall || die "install failed"
+ dodoc AUTHORS COPYING INSTALL Changelog NEWS README TODO
}