commit: d76e8f371a57dc16eb2365a180da827b450835ed Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 17 02:03:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 17 02:03:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76e8f37
net-misc/sipp: fix installation of binary Closes: https://bugs.gentoo.org/813420 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/sipp/sipp-3.6.0.ebuild | 5 +++-- net-misc/sipp/{sipp-3.6.1.ebuild => sipp-3.6.1-r1.ebuild} | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-misc/sipp/sipp-3.6.0.ebuild b/net-misc/sipp/sipp-3.6.0.ebuild index 5ffd92882ca..bc7ef82c8b2 100644 --- a/net-misc/sipp/sipp-3.6.0.ebuild +++ b/net-misc/sipp/sipp-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol" HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases" -SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${PF}.tar.gz" +SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2 ISC" SLOT="0" @@ -42,6 +42,7 @@ src_configure() { src_install() { default + insinto /usr/share/${PN} use pcap && doins pcap/*.pcap dodoc CHANGES.md README.md diff --git a/net-misc/sipp/sipp-3.6.1.ebuild b/net-misc/sipp/sipp-3.6.1-r1.ebuild similarity index 97% rename from net-misc/sipp/sipp-3.6.1.ebuild rename to net-misc/sipp/sipp-3.6.1-r1.ebuild index bff0d1ab42e..d46f12c2602 100644 --- a/net-misc/sipp/sipp-3.6.1.ebuild +++ b/net-misc/sipp/sipp-3.6.1-r1.ebuild @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol" HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases" -SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${PF}.tar.gz" +SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2 ISC" SLOT="0" @@ -46,7 +46,8 @@ src_configure() { } src_install() { - default + cmake_src_install + insinto /usr/share/${PN} use pcap && doins pcap/*.pcap dodoc CHANGES.md README.md
