public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/
@ 2018-10-13 11:04 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-10-13 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c07b33415ae82c6298a9aab563fd5153f3730025
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 11:03:40 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 11:03:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07b3341

net-analyzer/bing: revbump (EAPI=7)

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-analyzer/bing/bing-1.1.3-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

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..83f643000e8
--- /dev/null
+++ b/net-analyzer/bing/bing-1.1.3-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+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"
+
+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}
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/
@ 2018-10-13 11:04 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-10-13 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0eb0020ddc3533c45e10b6a2f5602564e54fe5c3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 11:04:14 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 11:04:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb0020d

net-analyzer/bing: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-analyzer/bing/bing-1.1.3-r1.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/net-analyzer/bing/bing-1.1.3-r1.ebuild b/net-analyzer/bing/bing-1.1.3-r1.ebuild
deleted file mode 100644
index 02b9d58b1f0..00000000000
--- a/net-analyzer/bing/bing-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs
-
-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"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=">=sys-apps/sed-4"
-
-src_prepare() {
-	sed -i -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"|| die "emake failed"
-}
-
-src_install() {
-	dobin bing || die
-	doman unix/bing.8 || die
-	dodoc ChangeLog Readme.{1st,txt} || die
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/
@ 2020-03-24 13:32 Ben Kohler
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2020-03-24 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     96076fb153b924eb9218cb30f3d467858bea7532
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 13:10:43 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96076fb1

net-analyzer/bing: fix bad sed delimiter

Closes: https://bugs.gentoo.org/710696
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-analyzer/bing/bing-1.1.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/bing/bing-1.1.3-r2.ebuild b/net-analyzer/bing/bing-1.1.3-r2.ebuild
index 83f643000e8..0eba504e64a 100644
--- a/net-analyzer/bing/bing-1.1.3-r2.ebuild
+++ b/net-analyzer/bing/bing-1.1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ia64 ppc sparc x86"
 
 src_prepare() {
 	default
-	sed -i -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || die
+	sed -i -e "s|#COPTIM = -g| COPTIM = ${CFLAGS}|" Makefile || die
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/
@ 2022-12-18 11:32 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-12-18 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     12fc85523796a980905bed078f3d195f279d96c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:32:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:32:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fc8552

net-analyzer/bing: Stabilize 1.3.5 ppc, #886743

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/bing/bing-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/bing/bing-1.3.5.ebuild b/net-analyzer/bing/bing-1.3.5.ebuild
index 7d3c5ef5ae8a..6aa961eeb5d0 100644
--- a/net-analyzer/bing/bing-1.3.5.ebuild
+++ b/net-analyzer/bing/bing-1.3.5.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~amd64 ~arm ~ia64 ppc ~sparc ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.3.5-Add-missing-string.h-for-memcpy.patch


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/
@ 2022-12-18 12:45 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-12-18 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     202978268531af6a6449cad0b3fea550d34f2efe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:45:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:45:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20297826

net-analyzer/bing: Stabilize 1.3.5 x86, #886743

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/bing/bing-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/bing/bing-1.3.5.ebuild b/net-analyzer/bing/bing-1.3.5.ebuild
index 6aa961eeb5d0..a23620df3f96 100644
--- a/net-analyzer/bing/bing-1.3.5.ebuild
+++ b/net-analyzer/bing/bing-1.3.5.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~amd64 ~arm ~ia64 ppc ~sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.3.5-Add-missing-string.h-for-memcpy.patch


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-18 12:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 11:04 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bing/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:45 Sam James
2022-12-18 11:32 Sam James
2020-03-24 13:32 Ben Kohler
2018-10-13 11:04 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox