summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-26 18:15:33 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-26 18:15:33 +0000
commit34f5ea1f9e3a072b1468adbc38cf563aaf710709 (patch)
tree7d1223123de2f004405b9f82f81093da771b3fe8 /app-misc/bfr
parentold (diff)
downloadgentoo-2-34f5ea1f9e3a072b1468adbc38cf563aaf710709.tar.gz
gentoo-2-34f5ea1f9e3a072b1468adbc38cf563aaf710709.tar.bz2
gentoo-2-34f5ea1f9e3a072b1468adbc38cf563aaf710709.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/bfr')
-rw-r--r--app-misc/bfr/bfr-1.5.ebuild19
-rw-r--r--app-misc/bfr/bfr-1.6.ebuild19
2 files changed, 0 insertions, 38 deletions
diff --git a/app-misc/bfr/bfr-1.5.ebuild b/app-misc/bfr/bfr-1.5.ebuild
deleted file mode 100644
index df3755d2bad7..000000000000
--- a/app-misc/bfr/bfr-1.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.11 2005/06/06 16:12:46 slarti Exp $
-
-DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer"
-HOMEPAGE="http://www.glines.org/software/buffer.html"
-SRC_URI="http://www.glines.org/bin/pk/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS INSTALL ChangeLog NEWS README TODO
-}
diff --git a/app-misc/bfr/bfr-1.6.ebuild b/app-misc/bfr/bfr-1.6.ebuild
deleted file mode 100644
index 59ee88ea7cff..000000000000
--- a/app-misc/bfr/bfr-1.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bfr/bfr-1.6.ebuild,v 1.10 2005/06/06 16:12:46 slarti Exp $
-
-DESCRIPTION="Buffer (bfr) is a general-purpose command-line pipe buffer"
-HOMEPAGE="http://www.glines.org/software/buffer.html"
-SRC_URI="http://www.glines.org/bin/pk/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ppc64"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS INSTALL ChangeLog NEWS README TODO
-}