diff --git a/net-misc/wireshark-sap-plugin/Manifest b/net-misc/wireshark-sap-plugin/Manifest index fd95c4249..af861a99b 100644 --- a/net-misc/wireshark-sap-plugin/Manifest +++ b/net-misc/wireshark-sap-plugin/Manifest @@ -1,2 +1 @@ -DIST wireshark-sap-plugin-0.6.1.tar.gz 406569 BLAKE2B b904f425a9d1190baa98f3f984304c3d1b05dbbbee8eacd0ff5b8374c792dcdd076f5de13e33bd95d33fa4a254eed93af2642c80c98f5e5207ab512baf92caca SHA512 5a1c55447f529866c24104fdfc2b5922e152837e3ab1b6a00672403b3ee3679645c608420c1aa7cbfe309544b6aad2c939af37bb91d97ccb84399b36a908d419 DIST wireshark-sap-plugin-0.9.1.tar.gz 421737 BLAKE2B 73aa2443f0d71e1e24a6d0bd1af439b2d325564d7cfb4cc631f79e96d948cc3000bae17af441b7c761bd2621c42598ccd4b7e04f196c7576340e1549d2339926 SHA512 d540b790ab5ba518dcff663b5be1bd1c2a64d569246c454ed3b5d56a66e4c454ac336b49e9761674fcad59918d9fcfb3ec757c2979daaeaa7c415e3dd6959645 diff --git a/net-misc/wireshark-sap-plugin/wireshark-sap-plugin-0.6.1-r1.ebuild b/net-misc/wireshark-sap-plugin/wireshark-sap-plugin-0.6.1-r1.ebuild deleted file mode 100644 index c5f986f52..000000000 --- a/net-misc/wireshark-sap-plugin/wireshark-sap-plugin-0.6.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake eutils multilib - -DESCRIPTION="Wireshark plugin for SAP's protocols" -HOMEPAGE="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark" -SRC_URI="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND="net-analyzer/wireshark:=" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/SAP-Dissection-plug-in-for-Wireshark-${PV}" - -get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; } - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)" - ) - - cmake_src_configure -} diff --git a/net-misc/wireshark-sap-plugin/wireshark-sap-plugin-0.6.1.ebuild b/net-misc/wireshark-sap-plugin/wireshark-sap-plugin-0.6.1.ebuild deleted file mode 100644 index 4c615783c..000000000 --- a/net-misc/wireshark-sap-plugin/wireshark-sap-plugin-0.6.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eutils multilib - -DESCRIPTION="Wireshark plugin for SAP's protocols" -HOMEPAGE="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark" -SRC_URI="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND=">=net-analyzer/wireshark-2.6:=" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/SAP-Dissection-plug-in-for-Wireshark-${PV}" - -get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; } - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)" - ) - cmake-utils_src_configure -}