commit:     ac07cd381090d27e4d4bda71dfe6d62de6cdd204
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 20:55:43 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 20:56:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac07cd38

net-analyzer/cloudshark: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/cloudshark/Manifest                   |  2 -
 .../cloudshark/cloudshark-1.0.2.174.ebuild         | 48 ----------------------
 .../cloudshark/cloudshark-1.0.3.180.ebuild         | 48 ----------------------
 3 files changed, 98 deletions(-)

diff --git a/net-analyzer/cloudshark/Manifest b/net-analyzer/cloudshark/Manifest
index e92ca230a99..04725555ecd 100644
--- a/net-analyzer/cloudshark/Manifest
+++ b/net-analyzer/cloudshark/Manifest
@@ -1,3 +1 @@
 DIST cloudshark-1.0.4.tar.gz 24947 BLAKE2B 
e386d8cb2faf941ef97bd593c2d17566c5d97dce4d73af0d2f462d6e5c875a59e6598e5679bebf4c06be1dde8ebd37c05354dac46c6349c19b65ae0b57a1976b
 SHA512 
5cb0e43e348d00c0ecc98f079a35f455865cbbe884e34101369b74429bb5bc14bb98acffa9749ce44a765e3653c0548e8b30cc658fb982b09dd61e2ec31b4f86
-DIST cloudshark-plugin-1.0.2-174.tgz 143067 BLAKE2B 
629ce8ee1fc4f50945228f6ada55a6f4ef88c8aa52cdbccf851a97581d9a2939d4322933747c090aa9261c6bffc619d6f250fa2dfad6583f0830457165ceb8f1
 SHA512 
42445e67630b1bd2968f0836f625acb3792f22257de104ec0b90c59fa8d2096649eba2252cd6161ce57c8ff79095d52c5663d2fa018c650667896c9905e9dd7e
-DIST cloudshark-plugin-1.0.3-180.tgz 143381 BLAKE2B 
ed27e2a7102f72e12da9908160a365f511fc3ea568cb9d8b5a2796d3f85bb1c73ca5be7c82ad4de9abb42267ceef4739cad66e369b06a480c85a80b411470474
 SHA512 
765144e6a2c7ce17eaa05f8170216e08ccac224ba6c11750893ae5caa8f40a2b6bee883fd9be91fa800ad3b45dc42d2ec81e564aa573015a91a8537be8384c73

diff --git a/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild 
b/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
deleted file mode 100644
index 14e9a59b9b8..00000000000
--- a/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-SV="1.0.2-174"
-
-DESCRIPTION="Easily upload your wireshark captures to CloudShark"
-HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ 
https://github.com/cloudshark/wireshark-plugin";
-SRC_URI="http://appliance.cloudshark.org/downloads/${PN}-plugin-${SV}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-PDEPEND="net-analyzer/wireshark:=[lua]
-       net-misc/curl"
-
-S="${WORKDIR}/${PN}-${SV}"
-
-get_PV() {
-       local pv=$(best_version $1)
-       pv=${pv#$1-}; pv=${pv%-r*}
-       pv=${pv//_}; echo ${pv}
-}
-
-src_prepare() {
-       #cloudshark isn't meant to be installed systemwide, we fix that
-       epatch "${FILESDIR}"/cs_log_dir.patch
-
-       sed -i 
"s#%s/cloudshark_init.lua#/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/cloudshark_init.lua#" cloudshark.lua
-       #causes errors, looks like it expects windows paths only
-       #echo "CLOUDSHARK_CABUNDLE = 
/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/curl-ca-bundle.crt" >> cloudshark_init.default
-       sed -i 
"s#%s/curl-ca-bundle.crt#/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/curl-ca-bundle.crt#" cloudshark.lua
-
-       #stuff to fix cloudshark_init.default to be more sane
-       #sed -i 's#CLOUDSHARK_TSHARK = "n"#CLOUDSHARK_TSHARK = "y"#' 
cloudshark_init.default (tshark support doesn't seem to work)
-}
-
-src_install() {
-       insinto /usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)
-       doins cloudshark.lua json.lua version.lua curl-ca-bundle.crt
-       newins cloudshark_init.default cloudshark_init.lua
-       dodoc CLOUDSHARK_README.txt
-}

diff --git a/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild 
b/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
deleted file mode 100644
index 2925d93b8e5..00000000000
--- a/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-SV="1.0.3-180"
-
-DESCRIPTION="Easily upload your wireshark captures to CloudShark"
-HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ 
https://github.com/cloudshark/wireshark-plugin";
-SRC_URI="http://appliance.cloudshark.org/plugin/${PN}-plugin-${SV}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-PDEPEND="net-analyzer/wireshark:=[lua]
-       net-misc/curl"
-
-S="${WORKDIR}/${PN}-${SV}"
-
-get_PV() {
-       local pv=$(best_version $1)
-       pv=${pv#$1-}; pv=${pv%-r*}
-       pv=${pv//_}; echo ${pv}
-}
-
-src_prepare() {
-       #cloudshark isn't meant to be installed systemwide, we fix that
-       epatch "${FILESDIR}"/cs_log_dir.patch
-
-       sed -i 
"s#%s/cloudshark_init.lua#/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/cloudshark_init.lua#" cloudshark.lua
-       #causes errors, looks like it expects windows paths only
-       #echo "CLOUDSHARK_CABUNDLE = 
/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/curl-ca-bundle.crt" >> cloudshark_init.default
-       sed -i 
"s#%s/curl-ca-bundle.crt#/usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)/curl-ca-bundle.crt#" cloudshark.lua
-
-       #stuff to fix cloudshark_init.default to be more sane
-       #sed -i 's#CLOUDSHARK_TSHARK = "n"#CLOUDSHARK_TSHARK = "y"#' 
cloudshark_init.default (tshark support doesn't seem to work)
-}
-
-src_install() {
-       insinto /usr/$(get_libdir)/wireshark/plugins/$(get_PV 
net-analyzer/wireshark)
-       doins cloudshark.lua json.lua version.lua curl-ca-bundle.crt
-       newins cloudshark_init.default cloudshark_init.lua
-       dodoc CLOUDSHARK_README.txt
-}

Reply via email to