* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2018-01-15 16:13 Richard Farina
0 siblings, 0 replies; 10+ messages in thread
From: Richard Farina @ 2018-01-15 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 5f7a1bf8836f48d5777ce041e3d25f7056375ced
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 16:09:40 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 16:12:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7a1bf8
net-analyzer/multimon-ng: bump
cleanup non-sensical qt4 dep, switch to
cmake build system
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-analyzer/multimon-ng/Manifest | 2 +-
...ng-1.0.0-r1.ebuild => multimon-ng-1.1.4.ebuild} | 22 ++++++++--------------
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 22 ++++++++--------------
3 files changed, 17 insertions(+), 29 deletions(-)
diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest
index 4fdc4679600..0a05103926c 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1 @@
-DIST multimon-ng-1.0.0.tar.gz 67095 BLAKE2B 4859a03e3b07ebe95232233832dc45d070010c38de8ef687db561d57137d7bcef7b469da618f450954819e21715e00e46df1d51b44ee86f84c4ac105f4cf00c9 SHA512 0fa475c7908bc24a9558c5a7e0aa4737fca117ff323a012b4316ad02840eb97f917a02d1daec50645729c2ca834068467ddc409cbc36af9cd5ffb9e8f6e5e3e9
+DIST multimon-ng-1.1.4.tar.gz 2426821 BLAKE2B 36f5eda463afc08ed6848d86b27ccbe27897327ea585b4b42210b13a2ac17ec8b215f239cc626f3151f6ca029897f40db333285b5442c85112b338c78a854adc SHA512 575e920b3738ab00da2cecdea8a1b1fb809ea7870e0aae7a5f8940ae8eee70af202e062d4a624d9de677135a7561daed60f264c6047b58f348405cb2bd06b21a
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
similarity index 62%
rename from net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild
rename to net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
index 6ba3057182a..509c0aa1308 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.0.0-r1.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
@@ -1,38 +1,32 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit qt4-r2
+inherit cmake-utils
DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
HOMEPAGE="https://github.com/EliasOenal/multimonNG"
if [[ ${PV} == 9999* ]]; then
- inherit git-2
+ inherit git-r3
EGIT_REPO_URI="https://github.com/EliasOenal/multimonNG.git"
KEYWORDS=""
else
SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/multimonNG-${PV}
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="pulseaudio"
+IUSE="pulseaudio X"
DEPEND="pulseaudio? ( media-sound/pulseaudio )
- dev-qt/qtcore:4
- x11-libs/libX11"
+ X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
src_prepare() {
- if use !pulseaudio; then
- sed -i -e 's/-lpulse-simple//' -e 's/-lpulse//' -e 's/PULSE/DUMMY/' ${PN}.pro || die
- fi
- qt4-r2_src_prepare
-}
-src_install() {
- dobin ${PN}
+ use pulseaudio && sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
+ use X && sed -i '/find_package( X11 )/d' CMakeLists.txt
+ cmake-utils_src_prepare
}
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 6ba3057182a..509c0aa1308 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -1,38 +1,32 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit qt4-r2
+inherit cmake-utils
DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
HOMEPAGE="https://github.com/EliasOenal/multimonNG"
if [[ ${PV} == 9999* ]]; then
- inherit git-2
+ inherit git-r3
EGIT_REPO_URI="https://github.com/EliasOenal/multimonNG.git"
KEYWORDS=""
else
SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/multimonNG-${PV}
KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="pulseaudio"
+IUSE="pulseaudio X"
DEPEND="pulseaudio? ( media-sound/pulseaudio )
- dev-qt/qtcore:4
- x11-libs/libX11"
+ X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
src_prepare() {
- if use !pulseaudio; then
- sed -i -e 's/-lpulse-simple//' -e 's/-lpulse//' -e 's/PULSE/DUMMY/' ${PN}.pro || die
- fi
- qt4-r2_src_prepare
-}
-src_install() {
- dobin ${PN}
+ use pulseaudio && sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
+ use X && sed -i '/find_package( X11 )/d' CMakeLists.txt
+ cmake-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2018-01-15 16:13 Richard Farina
0 siblings, 0 replies; 10+ messages in thread
From: Richard Farina @ 2018-01-15 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 52541ad9c75f338d557ad2b37bd9080682c723b1
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 16:11:56 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 16:12:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52541ad9
net-analyzer/multimon-ng: fix homepage/git location
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild | 4 ++--
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
index 509c0aa1308..669915a3a1f 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
@@ -6,11 +6,11 @@ EAPI=5
inherit cmake-utils
DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
-HOMEPAGE="https://github.com/EliasOenal/multimonNG"
+HOMEPAGE="https://github.com/EliasOenal/multimon-ng"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/EliasOenal/multimonNG.git"
+ EGIT_REPO_URI="https://github.com/EliasOenal/multimon-ng.git"
KEYWORDS=""
else
SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 509c0aa1308..669915a3a1f 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -6,11 +6,11 @@ EAPI=5
inherit cmake-utils
DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
-HOMEPAGE="https://github.com/EliasOenal/multimonNG"
+HOMEPAGE="https://github.com/EliasOenal/multimon-ng"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/EliasOenal/multimonNG.git"
+ EGIT_REPO_URI="https://github.com/EliasOenal/multimon-ng.git"
KEYWORDS=""
else
SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2019-12-13 21:59 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2019-12-13 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 207a9577c1825ceb88d3a5a5dbf0d6938147f6b8
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 21:59:31 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 21:59:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207a9577
net-analyzer/multimon-ng: eapi bump
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild | 2 +-
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
index 2416cf0f243..da7b10babdb 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit cmake-utils
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 2416cf0f243..da7b10babdb 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit cmake-utils
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2019-12-13 21:59 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2019-12-13 21:59 UTC (permalink / raw
To: gentoo-commits
commit: ec379eb0c6c6a8e7a8c4c3df766abfac7ea2c19c
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 21:57:29 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 21:59:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec379eb0
net-analyzer/multimon-ng: fix bug #702734
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/multimon-ng/Manifest | 2 +-
.../{multimon-ng-1.1.4.ebuild => multimon-ng-1.1.8.ebuild} | 6 +++---
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest
index 0a05103926c..59bc5904a3f 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1 @@
-DIST multimon-ng-1.1.4.tar.gz 2426821 BLAKE2B 36f5eda463afc08ed6848d86b27ccbe27897327ea585b4b42210b13a2ac17ec8b215f239cc626f3151f6ca029897f40db333285b5442c85112b338c78a854adc SHA512 575e920b3738ab00da2cecdea8a1b1fb809ea7870e0aae7a5f8940ae8eee70af202e062d4a624d9de677135a7561daed60f264c6047b58f348405cb2bd06b21a
+DIST multimon-ng-1.1.8.tar.gz 2430488 BLAKE2B 82bc0be58e2f7d596363fc916c11584cbd1335e7984194af22955587877ad1cba2a0cca819467061bb18b97ca70f5c2adfd73ccbf159fbc27348d59429959ada SHA512 9cf93362555e5dc465a9ec60dff27b9875879afd954e810069022b3c003eca4c3ab2a833f1c00fef877175bc72e2d378bbb53380ada54542ae29d257a7d2bd1b
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
similarity index 80%
rename from net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
rename to net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
index 669915a3a1f..2416cf0f243 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.4.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,7 +26,7 @@ DEPEND="pulseaudio? ( media-sound/pulseaudio )
RDEPEND="${DEPEND}"
src_prepare() {
- use pulseaudio && sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
- use X && sed -i '/find_package( X11 )/d' CMakeLists.txt
+ use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
+ use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
cmake-utils_src_prepare
}
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 669915a3a1f..2416cf0f243 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,7 +26,7 @@ DEPEND="pulseaudio? ( media-sound/pulseaudio )
RDEPEND="${DEPEND}"
src_prepare() {
- use pulseaudio && sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
- use X && sed -i '/find_package( X11 )/d' CMakeLists.txt
+ use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
+ use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
cmake-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2021-02-25 16:50 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2021-02-25 16:50 UTC (permalink / raw
To: gentoo-commits
commit: f0ee4c5d75815e5c06c8e57d9d2cea2c788038dd
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 16:50:00 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 16:50:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ee4c5d
net-analyzer/multimon-ng: bump
add missing pdep
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/multimon-ng/Manifest | 2 +-
.../{multimon-ng-1.1.8.ebuild => multimon-ng-1.1.9.ebuild} | 5 +++--
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 5 +++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest
index 59bc5904a3f..cea5f08e846 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1 @@
-DIST multimon-ng-1.1.8.tar.gz 2430488 BLAKE2B 82bc0be58e2f7d596363fc916c11584cbd1335e7984194af22955587877ad1cba2a0cca819467061bb18b97ca70f5c2adfd73ccbf159fbc27348d59429959ada SHA512 9cf93362555e5dc465a9ec60dff27b9875879afd954e810069022b3c003eca4c3ab2a833f1c00fef877175bc72e2d378bbb53380ada54542ae29d257a7d2bd1b
+DIST multimon-ng-1.1.9.tar.gz 2433964 BLAKE2B c2d72ba3b19ba162cb6fa9b8c1a66d950f3ed0acb36117ce070fbb9ede1837225b7349f473477020eea0ba727b6ea088688dbfaa50257702f337f1270ff5a233 SHA512 a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
similarity index 92%
rename from net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
rename to net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
index 6e71ce63712..f2011e9ff0d 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
HOMEPAGE="https://github.com/EliasOenal/multimon-ng"
@@ -23,9 +23,10 @@ IUSE="pulseaudio X"
DEPEND="pulseaudio? ( media-sound/pulseaudio )
X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
+PDEPEND="media-sound/sox"
src_prepare() {
use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
- cmake-utils_src_prepare
+ cmake_src_prepare
}
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 6e71ce63712..f2011e9ff0d 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
HOMEPAGE="https://github.com/EliasOenal/multimon-ng"
@@ -23,9 +23,10 @@ IUSE="pulseaudio X"
DEPEND="pulseaudio? ( media-sound/pulseaudio )
X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
+PDEPEND="media-sound/sox"
src_prepare() {
use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
- cmake-utils_src_prepare
+ cmake_src_prepare
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2023-05-29 13:00 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-05-29 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 5bfba37115d7e0bff04e26569648e36263015d84
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:29:31 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:00:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfba371
net-analyzer/multimon-ng: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index f2011e9ff0d2..48e7c6f6e7f7 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="pulseaudio X"
-DEPEND="pulseaudio? ( media-sound/pulseaudio )
+DEPEND="pulseaudio? ( media-libs/libpulse )
X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
PDEPEND="media-sound/sox"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2023-08-19 13:20 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2023-08-19 13:20 UTC (permalink / raw
To: gentoo-commits
commit: d186a409351345ba34d19840201bf22f8acae398
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:15:57 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:15:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d186a409
net-analyzer/multimon-ng: update pulse dep
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
Copied from 5bfba37115d7e0bff04e26569648e36263015d84
net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
index f2011e9ff0d2..48e7c6f6e7f7 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="pulseaudio X"
-DEPEND="pulseaudio? ( media-sound/pulseaudio )
+DEPEND="pulseaudio? ( media-libs/libpulse )
X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
PDEPEND="media-sound/sox"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2023-08-19 13:20 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2023-08-19 13:20 UTC (permalink / raw
To: gentoo-commits
commit: 38e6368e44999485d39b620201086ac440354754
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:19:22 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:19:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e6368e
net-analyzer/multimon-ng: 1.1.9 -> 1.2.0
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
Minor cleanup
net-analyzer/multimon-ng/Manifest | 2 +-
.../{multimon-ng-1.1.9.ebuild => multimon-ng-1.2.0.ebuild} | 6 +++---
net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest
index cea5f08e8465..b7f413bee527 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1 @@
-DIST multimon-ng-1.1.9.tar.gz 2433964 BLAKE2B c2d72ba3b19ba162cb6fa9b8c1a66d950f3ed0acb36117ce070fbb9ede1837225b7349f473477020eea0ba727b6ea088688dbfaa50257702f337f1270ff5a233 SHA512 a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e
+DIST multimon-ng-1.2.0.tar.gz 2447522 BLAKE2B bd229a2198996a7f4de2fd7a7bb8afa33c2dbb74b1d7d0ba364c687870c5064b384314151cdc449dc01fa3f5c1115ea854fa2135ed144550da70a2f720accde3 SHA512 927006703e1a6592cbde6539cedd9c1258378f258eb27ed93f1c367cb0db2a6da890fb8f4f19b7abf3cba44f1a8273f32333c66dfd353ec41d0f93491fc9988b
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild
similarity index 93%
rename from net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
rename to net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild
index 48e7c6f6e7f7..8144bfe94435 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
@@ -22,8 +22,8 @@ IUSE="pulseaudio X"
DEPEND="pulseaudio? ( media-libs/libpulse )
X? ( x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
-PDEPEND="media-sound/sox"
+RDEPEND="${DEPEND}
+ media-sound/sox"
src_prepare() {
use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
index 48e7c6f6e7f7..8144bfe94435 100644
--- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
@@ -22,8 +22,8 @@ IUSE="pulseaudio X"
DEPEND="pulseaudio? ( media-libs/libpulse )
X? ( x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
-PDEPEND="media-sound/sox"
+RDEPEND="${DEPEND}
+ media-sound/sox"
src_prepare() {
use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2024-01-18 2:39 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2024-01-18 2:39 UTC (permalink / raw
To: gentoo-commits
commit: f2339f925efc7783c1baa6fdab2f9bf79de28c05
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 02:18:25 2024 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 02:39:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2339f92
net-analyzer/multimon-ng: add 1.3.0
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/multimon-ng/Manifest | 1 +
net-analyzer/multimon-ng/multimon-ng-1.3.0.ebuild | 32 +++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest
index b7f413bee527..a2f6443c44eb 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1,2 @@
DIST multimon-ng-1.2.0.tar.gz 2447522 BLAKE2B bd229a2198996a7f4de2fd7a7bb8afa33c2dbb74b1d7d0ba364c687870c5064b384314151cdc449dc01fa3f5c1115ea854fa2135ed144550da70a2f720accde3 SHA512 927006703e1a6592cbde6539cedd9c1258378f258eb27ed93f1c367cb0db2a6da890fb8f4f19b7abf3cba44f1a8273f32333c66dfd353ec41d0f93491fc9988b
+DIST multimon-ng-1.3.0.tar.gz 2447632 BLAKE2B 6607c53677e746fc22baaca708cffab97bd1a411032e8bd6ec15410571a7c5dfaa92a2ab5d61199859acc8ffa63ee6ac97f54dde966daf4984d62ae1dfedc902 SHA512 1dad367d6de1c84c22523b7bdffff2835de496b2250a6642b6da950f1dc6d64b0c5e8e3ab7729032a8a386740d6c1c64afcd5514e131777df0123e4a29f33827
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.3.0.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.3.0.ebuild
new file mode 100644
index 000000000000..64933423f307
--- /dev/null
+++ b/net-analyzer/multimon-ng/multimon-ng-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
+HOMEPAGE="https://github.com/EliasOenal/multimon-ng"
+
+if [[ ${PV} == 9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/EliasOenal/multimon-ng.git"
+else
+ SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="pulseaudio X"
+
+DEPEND="pulseaudio? ( media-libs/libpulse )
+ X? ( x11-libs/libX11 )"
+RDEPEND="${DEPEND}
+ media-sound/sox"
+
+src_prepare() {
+ use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
+ use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
+ cmake_src_prepare
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
@ 2024-01-18 2:39 Rick Farina
0 siblings, 0 replies; 10+ messages in thread
From: Rick Farina @ 2024-01-18 2:39 UTC (permalink / raw
To: gentoo-commits
commit: ee41bed1221f5e370a6334115a7fa00119975513
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 02:23:50 2024 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 02:39:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee41bed1
net-analyzer/multimon-ng: drop 1.2.0
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/multimon-ng/Manifest | 1 -
net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild | 32 -----------------------
2 files changed, 33 deletions(-)
diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest
index a2f6443c44eb..a52bf29cdaf9 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1,2 +1 @@
-DIST multimon-ng-1.2.0.tar.gz 2447522 BLAKE2B bd229a2198996a7f4de2fd7a7bb8afa33c2dbb74b1d7d0ba364c687870c5064b384314151cdc449dc01fa3f5c1115ea854fa2135ed144550da70a2f720accde3 SHA512 927006703e1a6592cbde6539cedd9c1258378f258eb27ed93f1c367cb0db2a6da890fb8f4f19b7abf3cba44f1a8273f32333c66dfd353ec41d0f93491fc9988b
DIST multimon-ng-1.3.0.tar.gz 2447632 BLAKE2B 6607c53677e746fc22baaca708cffab97bd1a411032e8bd6ec15410571a7c5dfaa92a2ab5d61199859acc8ffa63ee6ac97f54dde966daf4984d62ae1dfedc902 SHA512 1dad367d6de1c84c22523b7bdffff2835de496b2250a6642b6da950f1dc6d64b0c5e8e3ab7729032a8a386740d6c1c64afcd5514e131777df0123e4a29f33827
diff --git a/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild
deleted file mode 100644
index 8144bfe94435..000000000000
--- a/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
-HOMEPAGE="https://github.com/EliasOenal/multimon-ng"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/EliasOenal/multimon-ng.git"
-else
- SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="pulseaudio X"
-
-DEPEND="pulseaudio? ( media-libs/libpulse )
- X? ( x11-libs/libX11 )"
-RDEPEND="${DEPEND}
- media-sound/sox"
-
-src_prepare() {
- use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
- use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
- cmake_src_prepare
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-01-18 2:39 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 13:20 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/ Rick Farina
-- strict thread matches above, loose matches on Subject: below --
2024-01-18 2:39 Rick Farina
2024-01-18 2:39 Rick Farina
2023-08-19 13:20 Rick Farina
2023-05-29 13:00 Andreas Sturmlechner
2021-02-25 16:50 Rick Farina
2019-12-13 21:59 Rick Farina
2019-12-13 21:59 Rick Farina
2018-01-15 16:13 Richard Farina
2018-01-15 16:13 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox