public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/
@ 2017-02-14 23:57 Manuel Rüger
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2017-02-14 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5bfaa4e5b06e277e5996df4e32992bc1d00be723
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 23:57:23 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 23:57:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfaa4e5

net-analyzer/tsung: Remove old

Package-Manager: portage-2.3.3

 net-analyzer/tsung/Manifest           |  1 -
 net-analyzer/tsung/tsung-1.5.1.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-analyzer/tsung/Manifest b/net-analyzer/tsung/Manifest
index df72695104..193a1644a2 100644
--- a/net-analyzer/tsung/Manifest
+++ b/net-analyzer/tsung/Manifest
@@ -1,2 +1 @@
-DIST tsung-1.5.1.tar.gz 1422049 SHA256 551457ffe89d1c5b7d064b13fe82e6bff00523ccc7a00367b0ae38cad0c2282b SHA512 e6efe3b1b44d0511febe189e63087a484e16f7c1f77f3e3fc3f84154061f9d7020e5b93bac32a45ae9a519a0e34ba50e0d155d3199996c95876f060caa410db6 WHIRLPOOL b1e35c23993b68053b74f1b38ea2ecc20c5c5c4f514a7e4daacc85fd8a61586ddb407d9c12b6d5d4016907eb9d145b670db7aef9b51ca7e870e0f26122dbbe24
 DIST tsung-1.6.0.tar.gz 1585794 SHA256 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 SHA512 c66a84fc9b6781398ed4dee67f076fcddca28c5156782c05d6f5d7ce3e5e2ed6dbdb4076585f45a42aea65237b68aa08c8c80539706202a10cfec4e3ac8170cd WHIRLPOOL 3f083239c6c0950b6420dd7d401d0267f30655f5a3470f136326e6cc35414f779d58eb8e8aeac40eecb279976f5228369e5786e9df2b582e4ed75b45dc9fd35b

diff --git a/net-analyzer/tsung/tsung-1.5.1.ebuild b/net-analyzer/tsung/tsung-1.5.1.ebuild
deleted file mode 100644
index 8bc875d843..0000000000
--- a/net-analyzer/tsung/tsung-1.5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-# Seems to be misconfigured
-RESTRICT="test"
-
-inherit eutils
-
-DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
-HOMEPAGE="http://tsung.erlang-projects.org/"
-SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/erlang"
-RDEPEND=${DEPEND}
-
-src_configure() {
-	./configure --prefix="/usr" || die "econf failed"
-}
-
-src_compile() {
-	emake || die "Failed building"
-}
-
-src_install() {
-	emake -j1 DESTDIR="${D}" install || die "Failed installing"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/
@ 2017-05-21 21:03 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-05-21 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     54cc9bfbaccdfb6c7113c4e7ed9475265b4412f9
Author:     Amir Ghassemi Nasr <Ameretat.Reith <AT> gmail <DOT> com>
AuthorDate: Sun Dec  4 08:05:23 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 21:03:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cc9bfb

net-analyzer/tsung: Add USE=gnuplot, #594340

Closes: https://github.com/gentoo/gentoo/pull/3004

 net-analyzer/tsung/tsung-1.6.0.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/tsung/tsung-1.6.0.ebuild b/net-analyzer/tsung/tsung-1.6.0.ebuild
index 392db3cc455..532e451fbaf 100644
--- a/net-analyzer/tsung/tsung-1.6.0.ebuild
+++ b/net-analyzer/tsung/tsung-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="3"
@@ -15,11 +15,16 @@ SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="gnuplot"
 
 DEPEND="dev-lang/erlang"
-RDEPEND=${DEPEND}
-
+RDEPEND="
+	gnuplot? (
+		sci-visualization/gnuplot
+		dev-perl/Template-Toolkit
+	)
+	${DEPEND}
+"
 src_configure() {
 	./configure --prefix="/usr" || die "econf failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/
@ 2017-09-24 19:40 Patrick Lauer
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer @ 2017-09-24 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a6fb7126f78de2fbd1cc2a3021fd82cd967a2a4d
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 19:38:34 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 19:40:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fb7126

net-analyzer/tsung: Bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-analyzer/tsung/Manifest           |  1 +
 net-analyzer/tsung/tsung-1.7.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-analyzer/tsung/Manifest b/net-analyzer/tsung/Manifest
index 193a1644a2e..fdf769f42fa 100644
--- a/net-analyzer/tsung/Manifest
+++ b/net-analyzer/tsung/Manifest
@@ -1 +1,2 @@
 DIST tsung-1.6.0.tar.gz 1585794 SHA256 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 SHA512 c66a84fc9b6781398ed4dee67f076fcddca28c5156782c05d6f5d7ce3e5e2ed6dbdb4076585f45a42aea65237b68aa08c8c80539706202a10cfec4e3ac8170cd WHIRLPOOL 3f083239c6c0950b6420dd7d401d0267f30655f5a3470f136326e6cc35414f779d58eb8e8aeac40eecb279976f5228369e5786e9df2b582e4ed75b45dc9fd35b
+DIST tsung-1.7.0.tar.gz 1572265 SHA256 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a SHA512 67490a95fb54f5196ae0302190190a6b8e79bbeba9a7c1932d83a949504489d4cc3ce048380c0cb09c6cae4c1e203d52de9ea0e2f4e7c3d7438b836aef532dac WHIRLPOOL f9175aebcff944b13550a11d10cd20cae8a0a1afadf6b40ab30aad6b02894008db0b340ff48f32ef76c0856be9921c4fcf2d877120937d1fe1ab869efe36825c

diff --git a/net-analyzer/tsung/tsung-1.7.0.ebuild b/net-analyzer/tsung/tsung-1.7.0.ebuild
new file mode 100644
index 00000000000..d2d90fd44c2
--- /dev/null
+++ b/net-analyzer/tsung/tsung-1.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+# Seems to be misconfigured
+RESTRICT="test"
+
+inherit eutils
+
+DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
+HOMEPAGE="http://tsung.erlang-projects.org/"
+SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnuplot"
+
+DEPEND="dev-lang/erlang"
+RDEPEND="
+	gnuplot? (
+		sci-visualization/gnuplot
+		dev-perl/Template-Toolkit
+	)
+	${DEPEND}
+"
+src_configure() {
+	./configure --prefix="/usr" || die "econf failed"
+}
+
+src_compile() {
+	emake || die "Failed building"
+}
+
+src_install() {
+	emake -j1 DESTDIR="${D}" install || die "Failed installing"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/
@ 2017-12-02 13:03 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-12-02 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     86092420820a96496ccd78f6c486fa4193a09dd5
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Dec  1 19:27:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 13:02:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86092420

net-analyzer/tsung: Remove old (EAPI3)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/tsung/Manifest           |  1 -
 net-analyzer/tsung/tsung-1.6.0.ebuild | 38 -----------------------------------
 2 files changed, 39 deletions(-)

diff --git a/net-analyzer/tsung/Manifest b/net-analyzer/tsung/Manifest
index fdf769f42fa..eb155b1870f 100644
--- a/net-analyzer/tsung/Manifest
+++ b/net-analyzer/tsung/Manifest
@@ -1,2 +1 @@
-DIST tsung-1.6.0.tar.gz 1585794 SHA256 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 SHA512 c66a84fc9b6781398ed4dee67f076fcddca28c5156782c05d6f5d7ce3e5e2ed6dbdb4076585f45a42aea65237b68aa08c8c80539706202a10cfec4e3ac8170cd WHIRLPOOL 3f083239c6c0950b6420dd7d401d0267f30655f5a3470f136326e6cc35414f779d58eb8e8aeac40eecb279976f5228369e5786e9df2b582e4ed75b45dc9fd35b
 DIST tsung-1.7.0.tar.gz 1572265 SHA256 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a SHA512 67490a95fb54f5196ae0302190190a6b8e79bbeba9a7c1932d83a949504489d4cc3ce048380c0cb09c6cae4c1e203d52de9ea0e2f4e7c3d7438b836aef532dac WHIRLPOOL f9175aebcff944b13550a11d10cd20cae8a0a1afadf6b40ab30aad6b02894008db0b340ff48f32ef76c0856be9921c4fcf2d877120937d1fe1ab869efe36825c

diff --git a/net-analyzer/tsung/tsung-1.6.0.ebuild b/net-analyzer/tsung/tsung-1.6.0.ebuild
deleted file mode 100644
index 532e451fbaf..00000000000
--- a/net-analyzer/tsung/tsung-1.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-# Seems to be misconfigured
-RESTRICT="test"
-
-inherit eutils
-
-DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
-HOMEPAGE="http://tsung.erlang-projects.org/"
-SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnuplot"
-
-DEPEND="dev-lang/erlang"
-RDEPEND="
-	gnuplot? (
-		sci-visualization/gnuplot
-		dev-perl/Template-Toolkit
-	)
-	${DEPEND}
-"
-src_configure() {
-	./configure --prefix="/usr" || die "econf failed"
-}
-
-src_compile() {
-	emake || die "Failed building"
-}
-
-src_install() {
-	emake -j1 DESTDIR="${D}" install || die "Failed installing"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/
@ 2021-04-03 19:53 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-03 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c308dfa478d2cdf2743919a9eee44bafe44ecbbd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 19:04:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 19:52:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c308dfa4

net-analyzer/tsung: eutils--

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

 net-analyzer/tsung/tsung-1.7.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-analyzer/tsung/tsung-1.7.0.ebuild b/net-analyzer/tsung/tsung-1.7.0.ebuild
index 80940ea2f4a..41ed75113af 100644
--- a/net-analyzer/tsung/tsung-1.7.0.ebuild
+++ b/net-analyzer/tsung/tsung-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,8 +6,6 @@ EAPI="6"
 # Seems to be misconfigured
 RESTRICT="test"
 
-inherit eutils
-
 DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
 HOMEPAGE="http://tsung.erlang-projects.org/"
 SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/
@ 2023-10-31  6:32 罗百科
  0 siblings, 0 replies; 6+ messages in thread
From: 罗百科 @ 2023-10-31  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     18d1e6807a654a8477a134e30628a6ceb5860147
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 06:32:00 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 06:32:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d1e680

net-analyzer/tsung: add 1.8.0, drop 1.7.0

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 net-analyzer/tsung/Manifest                                   | 2 +-
 net-analyzer/tsung/{tsung-1.7.0.ebuild => tsung-1.8.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/tsung/Manifest b/net-analyzer/tsung/Manifest
index 4846012062ba..7b130044521f 100644
--- a/net-analyzer/tsung/Manifest
+++ b/net-analyzer/tsung/Manifest
@@ -1 +1 @@
-DIST tsung-1.7.0.tar.gz 1572265 BLAKE2B 8227e14106943071e7a3759b2bd06a92af55889ecf22b1a74432fd2f6d03196a9e321d16f1e291dcd71d4af560f4f2b38193326a9a87fec671dcda23ab0ecb1b SHA512 67490a95fb54f5196ae0302190190a6b8e79bbeba9a7c1932d83a949504489d4cc3ce048380c0cb09c6cae4c1e203d52de9ea0e2f4e7c3d7438b836aef532dac
+DIST tsung-1.8.0.tar.gz 1662056 BLAKE2B 7d61fbba7981214b91c16d07cdf69e54e6bf5d39f7c4856b58ff87fc9ee4e5e850d8e075aa6cd0c2d725d92c42eb3ea619139c1754abd20b446f0bdb05d8cb39 SHA512 e025b59674c05eee8069982888eddd1cdb92f3984e1b0694aa06b22041f8072b2e8cf5358154cd9b80a83412d0e767f7ae9c47e09ba43db15b319537553e9ded

diff --git a/net-analyzer/tsung/tsung-1.7.0.ebuild b/net-analyzer/tsung/tsung-1.8.0.ebuild
similarity index 93%
rename from net-analyzer/tsung/tsung-1.7.0.ebuild
rename to net-analyzer/tsung/tsung-1.8.0.ebuild
index 41ed75113af1..fbee6e966333 100644
--- a/net-analyzer/tsung/tsung-1.7.0.ebuild
+++ b/net-analyzer/tsung/tsung-1.8.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="8"
 
 # Seems to be misconfigured
 RESTRICT="test"


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

end of thread, other threads:[~2023-10-31  6:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-21 21:03 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-10-31  6:32 罗百科
2021-04-03 19:53 Sam James
2017-12-02 13:03 David Seifert
2017-09-24 19:40 Patrick Lauer
2017-02-14 23:57 Manuel Rüger

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