summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r--net-analyzer/bing/ChangeLog7
-rw-r--r--net-analyzer/bing/bing-1.1.3.ebuild36
2 files changed, 5 insertions, 38 deletions
diff --git a/net-analyzer/bing/ChangeLog b/net-analyzer/bing/ChangeLog
index 09a9bc833f90..b8595cb57247 100644
--- a/net-analyzer/bing/ChangeLog
+++ b/net-analyzer/bing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/bing
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.22 2010/10/25 17:51:51 ranger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.23 2012/06/13 11:54:32 xmw Exp $
+
+ 13 Jun 2012; Michael Weber <xmw@gentoo.org> -bing-1.1.3.ebuild:
+ drop old.
25 Oct 2010; Brent Baude <ranger@gentoo.org> bing-1.1.3-r1.ebuild:
stable ppc, bug 335332
diff --git a/net-analyzer/bing/bing-1.1.3.ebuild b/net-analyzer/bing/bing-1.1.3.ebuild
deleted file mode 100644
index 89976ea056cc..000000000000
--- a/net-analyzer/bing/bing-1.1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.15 2009/09/23 18:18:10 patrick Exp $
-
-DESCRIPTION="A point-to-point bandwidth measurement tool."
-SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://fgouget.free.fr/bing/index-en.shtml"
-RESTRICT="mirror"
-
-KEYWORDS="~amd64 ia64 ppc sparc x86"
-SLOT="0"
-LICENSE="as-is"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || \
- die "sed Makefile failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin bing
- doman unix/bing.8
- dodoc ChangeLog Readme.{1st,txt}
-}