Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipp/
Date: Fri, 17 Sep 2021 02:06:28
Message-Id: 1631844223.d76e8f371a57dc16eb2365a180da827b450835ed.sam@gentoo
1 commit: d76e8f371a57dc16eb2365a180da827b450835ed
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 17 02:03:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 17 02:03:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76e8f37
7
8 net-misc/sipp: fix installation of binary
9
10 Closes: https://bugs.gentoo.org/813420
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/sipp/sipp-3.6.0.ebuild | 5 +++--
14 net-misc/sipp/{sipp-3.6.1.ebuild => sipp-3.6.1-r1.ebuild} | 5 +++--
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/sipp/sipp-3.6.0.ebuild b/net-misc/sipp/sipp-3.6.0.ebuild
18 index 5ffd92882ca..bc7ef82c8b2 100644
19 --- a/net-misc/sipp/sipp-3.6.0.ebuild
20 +++ b/net-misc/sipp/sipp-3.6.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -7,7 +7,7 @@ inherit autotools
28
29 DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol"
30 HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases"
31 -SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${PF}.tar.gz"
32 +SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz"
33
34 LICENSE="GPL-2 ISC"
35 SLOT="0"
36 @@ -42,6 +42,7 @@ src_configure() {
37
38 src_install() {
39 default
40 +
41 insinto /usr/share/${PN}
42 use pcap && doins pcap/*.pcap
43 dodoc CHANGES.md README.md
44
45 diff --git a/net-misc/sipp/sipp-3.6.1.ebuild b/net-misc/sipp/sipp-3.6.1-r1.ebuild
46 similarity index 97%
47 rename from net-misc/sipp/sipp-3.6.1.ebuild
48 rename to net-misc/sipp/sipp-3.6.1-r1.ebuild
49 index bff0d1ab42e..d46f12c2602 100644
50 --- a/net-misc/sipp/sipp-3.6.1.ebuild
51 +++ b/net-misc/sipp/sipp-3.6.1-r1.ebuild
52 @@ -7,7 +7,7 @@ inherit cmake
53
54 DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol"
55 HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases"
56 -SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${PF}.tar.gz"
57 +SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz"
58
59 LICENSE="GPL-2 ISC"
60 SLOT="0"
61 @@ -46,7 +46,8 @@ src_configure() {
62 }
63
64 src_install() {
65 - default
66 + cmake_src_install
67 +
68 insinto /usr/share/${PN}
69 use pcap && doins pcap/*.pcap
70 dodoc CHANGES.md README.md