From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/
Date: Fri, 13 Dec 2019 21:59:53 +0000 (UTC) [thread overview]
Message-ID: <1576274388.ec379eb0c6c6a8e7a8c4c3df766abfac7ea2c19c.zerochaos@gentoo> (raw)
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
}
next reply other threads:[~2019-12-13 21:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 21:59 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-18 2:39 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/multimon-ng/ Rick Farina
2024-01-18 2:39 Rick Farina
2023-08-19 13:20 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
2018-01-15 16:13 Richard Farina
2018-01-15 16:13 Richard Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576274388.ec379eb0c6c6a8e7a8c4c3df766abfac7ea2c19c.zerochaos@gentoo \
--to=zerochaos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox