Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 544060 Details for
Bug 664074
net-analyzer/bing: EAPI7, improve ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bing.patch
bing.patch (text/plain), 862 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2018-08-19 20:25:21 UTC
(
hide
)
Description:
bing.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2018-08-19 20:25:21 UTC
Size:
862 bytes
patch
obsolete
>diff --git a/net-analyzer/bing/bing-1.1.3-r2.ebuild b/net-analyzer/bing/bing-1.1.3-r2.ebuild >new file mode 100644 >index 00000000000..e59be78c14a >--- /dev/null >+++ b/net-analyzer/bing/bing-1.1.3-r2.ebuild >@@ -0,0 +1,29 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+inherit toolchain-funcs >+ >+DESCRIPTION="A point-to-point bandwidth measurement tool" >+HOMEPAGE="http://fgouget.free.fr/bing/index-en.shtml" >+SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz" >+ >+LICENSE="BSD-4" >+SLOT="0" >+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" >+ >+src_prepare() { >+ default >+ sed -i -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || die >+} >+ >+src_compile() { >+ emake CC="$(tc-getCC)" >+} >+ >+src_install() { >+ dobin bing >+ doman unix/bing.8 >+ dodoc ChangeLog Readme.{1st,txt} >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 664074
: 544060