* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
@ 2016-01-27 3:41 Richard Farina
0 siblings, 0 replies; 6+ messages in thread
From: Richard Farina @ 2016-01-27 3:41 UTC (permalink / raw
To: gentoo-commits
commit: b5e2630bd88a20efe5cfe1dfa13fee9e1f67a23d
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 03:40:54 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 03:41:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e2630b
net-analyzer/cloudshark: version bump
Package-Manager: portage-2.2.27
net-analyzer/cloudshark/Manifest | 1 +
net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 44 +++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/net-analyzer/cloudshark/Manifest b/net-analyzer/cloudshark/Manifest
index fd3dd40..3fc78cd 100644
--- a/net-analyzer/cloudshark/Manifest
+++ b/net-analyzer/cloudshark/Manifest
@@ -1,2 +1,3 @@
+DIST cloudshark-1.0.4.tar.gz 24947 SHA256 9b3c011c3cb6f08234754dbf8abf4e5e095d23b470262a07fe489c867bf60ea5 SHA512 5cb0e43e348d00c0ecc98f079a35f455865cbbe884e34101369b74429bb5bc14bb98acffa9749ce44a765e3653c0548e8b30cc658fb982b09dd61e2ec31b4f86 WHIRLPOOL 8f97d7aa0e88e5693994897abbcf6863b5e4cc4a414f0397130bd371e27436d22472a447d89d83f9870f5d8c0b93a0d54d083c6ea38e5e286965d5fee55b150e
DIST cloudshark-plugin-1.0.2-174.tgz 143067 SHA256 d5918e9e3dc60059bdc40d436409c18197df428266863d90367a762f08c3623e SHA512 42445e67630b1bd2968f0836f625acb3792f22257de104ec0b90c59fa8d2096649eba2252cd6161ce57c8ff79095d52c5663d2fa018c650667896c9905e9dd7e WHIRLPOOL 01f3f6bc87b3f09645d2fef953d84b7ba3828f960d7e9bb952bf18cbeb8422beb63cee21355434f392727795b0462e59fd2b07549cce6048e689e5e02bcdd19d
DIST cloudshark-plugin-1.0.3-180.tgz 143381 SHA256 0c0b204622107dcb29d302401688b62fa3b904eb0b5ccfa6bb42802084f5d102 SHA512 765144e6a2c7ce17eaa05f8170216e08ccac224ba6c11750893ae5caa8f40a2b6bee883fd9be91fa800ad3b45dc42d2ec81e564aa573015a91a8537be8384c73 WHIRLPOOL 818abb8dd904c72fe870336bb3702df04af7299c6e3bbed21510a0a4484997ec4eef68c14f0a556285f82a89ef57fd9768c6814cc3311c4abd28194d70159926
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
new file mode 100644
index 0000000..7f3e111
--- /dev/null
+++ b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib
+
+DESCRIPTION="Easily upload your wireshark captures to CloudShark"
+HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
+SRC_URI="https://github.com/${PN}/wireshark-plugin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+PDEPEND="net-analyzer/wireshark:=[lua]
+ net-misc/curl"
+
+S="${WORKDIR}/wireshark-plugin-${PV}"
+
+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
+
+ #this enables cloudshark by DEFAULT on tshark, not desired
+ #sed -i 's#CLOUDSHARK_TSHARK = "n"#CLOUDSHARK_TSHARK = "y"#' cloudshark_init.default
+}
+
+src_install() {
+ insinto /usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)
+ doins cloudshark.lua json.lua
+ newins cloudshark_init.default cloudshark_init.lua
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
@ 2020-01-30 6:33 Joonas Niilola
0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2020-01-30 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 6ba547edcb4c671557c3fd9c36bf9049fae58904
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Thu Apr 18 18:10:41 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 06:33:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba547ed
net-analyzer/cloudshark: update HOMEPAGE
Closes: https://bugs.gentoo.org/683680
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11730
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild | 4 ++--
net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild | 4 ++--
net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
index 81f442abebf..14e9a59b9b8 100644
--- a/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
+++ b/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ inherit eutils multilib
SV="1.0.2-174"
DESCRIPTION="Easily upload your wireshark captures to CloudShark"
-HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
+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"
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
index 5ca1303bbd5..2925d93b8e5 100644
--- a/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
+++ b/net-analyzer/cloudshark/cloudshark-1.0.3.180.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ inherit eutils multilib
SV="1.0.3-180"
DESCRIPTION="Easily upload your wireshark captures to CloudShark"
-HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
+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"
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
index 191d0601fc8..c25a86e3f19 100644
--- a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
+++ b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
inherit eutils multilib
DESCRIPTION="Easily upload your wireshark captures to CloudShark"
-HOMEPAGE="http://appliance.cloudshark.org/plug-ins-wireshark.html"
+HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
SRC_URI="https://github.com/${PN}/wireshark-plugin/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
@ 2020-11-26 20:56 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2020-11-26 20:56 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
@ 2021-04-19 16:15 Rick Farina
0 siblings, 0 replies; 6+ messages in thread
From: Rick Farina @ 2021-04-19 16:15 UTC (permalink / raw
To: gentoo-commits
commit: 9bcbf99422726b697bbd09ebd7e8c076af8be600
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 15:57:53 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 16:14:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcbf994
net-analyzer/cloudshark: minor ebuild update
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
index c5b11217ee9..e49d01d326c 100644
--- a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
+++ b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit epatch multilib
+inherit multilib
DESCRIPTION="Easily upload your wireshark captures to CloudShark"
HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
@@ -27,12 +27,13 @@ get_PV() {
src_prepare() {
#cloudshark isn't meant to be installed systemwide, we fix that
- epatch "${FILESDIR}"/cs_log_dir.patch
+ eapply "${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
#this enables cloudshark by DEFAULT on tshark, not desired
#sed -i 's#CLOUDSHARK_TSHARK = "n"#CLOUDSHARK_TSHARK = "y"#' cloudshark_init.default
+ default
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
@ 2023-08-19 22:44 Rick Farina
0 siblings, 0 replies; 6+ messages in thread
From: Rick Farina @ 2023-08-19 22:44 UTC (permalink / raw
To: gentoo-commits
commit: a0f1ae9d61519169d9068fc80b03f3f17344dfc6
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:42:58 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:42:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f1ae9d
net-analyzer/cloudshark: update EAPI 7 -> 8
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/cloudshark/cloudshark-1.0.4.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
index e49d01d326c7..3904b2a51763 100644
--- a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
+++ b/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-inherit multilib
+EAPI=8
DESCRIPTION="Easily upload your wireshark captures to CloudShark"
HOMEPAGE="https://cloudshark.io/articles/wireshark-plugin/ https://github.com/cloudshark/wireshark-plugin"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/
@ 2024-09-23 1:07 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-09-23 1:07 UTC (permalink / raw
To: gentoo-commits
commit: 2ebde6581d1aa42be8c21c701217394e1b33c9a5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 01:05:43 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 01:06:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebde658
net-analyzer/cloudshark: fix invalid PDEPEND use
pkgcheck now reports:
```
net-analyzer/cloudshark
BadDependency: version 1.0.4: ':=' operator is invalid in: PDEPEND="net-analyzer/wireshark:=[lua]"
```
This showed up in breaking CI when infra updated pkgcheck.
As for the PDEPEND use here in general, it's invalid both because:
a) PDEPEND should *only* be used for breaking circular dependencies;
b) := is ill-defined in PDEPEND.
This is a plugin for Wireshark hence needs to be in DEPEND+RDEPEND.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{cloudshark-1.0.4.ebuild => cloudshark-1.0.4-r1.ebuild} | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild b/net-analyzer/cloudshark/cloudshark-1.0.4-r1.ebuild
similarity index 90%
rename from net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
rename to net-analyzer/cloudshark/cloudshark-1.0.4-r1.ebuild
index 3904b2a51763..0eee6336f1e0 100644
--- a/net-analyzer/cloudshark/cloudshark-1.0.4.ebuild
+++ b/net-analyzer/cloudshark/cloudshark-1.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,8 +12,11 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-PDEPEND="net-analyzer/wireshark:=[lua]
- net-misc/curl"
+RDEPEND="
+ net-analyzer/wireshark:=[lua]
+ net-misc/curl
+"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/wireshark-plugin-${PV}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-23 1:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 3:41 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cloudshark/ Richard Farina
-- strict thread matches above, loose matches on Subject: below --
2020-01-30 6:33 Joonas Niilola
2020-11-26 20:56 Aaron Bauman
2021-04-19 16:15 Rick Farina
2023-08-19 22:44 Rick Farina
2024-09-23 1:07 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox