From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iptraf-ng/
Date: Tue, 5 Nov 2019 20:29:56 +0000 (UTC) [thread overview]
Message-ID: <1572985795.6a04a7a0e844fa890bb24a1c8a4faf29b14a73fd.jer@gentoo> (raw)
commit: 6a04a7a0e844fa890bb24a1c8a4faf29b14a73fd
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 5 20:28:06 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 20:29:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a04a7a0
net-analyzer/iptraf-ng: Update live ebuild
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r3.ebuild | 3 ++-
net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild | 20 ++++++++------------
2 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r3.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r3.ebuild
index 2d069e16ad8..b068ef51aeb 100644
--- a/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r3.ebuild
+++ b/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r3.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
}
src_configure() {
- # configure does not do very much we do not already control
+ # The configure script does not do very much we do not already control
append-cppflags '-DLOCKDIR=\"/run/lock/iptraf-ng\"'
tc-export CC
}
@@ -57,6 +57,7 @@ src_install() {
doman src/*.8
dodoc AUTHORS CHANGES FAQ README* RELEASE-NOTES
+
if use doc; then
docinto html
dodoc -r Documentation/*
diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
index 284d4bb322e..4c2ce0db62b 100644
--- a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
+++ b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit git-r3 toolchain-funcs
+inherit flag-o-matic git-r3 toolchain-funcs
DESCRIPTION="A console-based network monitoring utility"
HOMEPAGE="https://github.com/iptraf-ng/iptraf-ng"
@@ -13,8 +13,6 @@ SLOT="0"
KEYWORDS=""
IUSE="doc"
-RESTRICT="test"
-
RDEPEND="
>=sys-libs/ncurses-5.7-r7:0=
"
@@ -23,10 +21,9 @@ DEPEND="
virtual/os-headers
!net-analyzer/iptraf
"
+RESTRICT="test"
src_prepare() {
- default
-
sed -i \
-e '/^CC =/d' \
-e '/^CFLAGS/s:= -g -O2:+= :' \
@@ -40,15 +37,14 @@ src_prepare() {
-e 's|rvnamed|&-ng|g' \
-e 's|RVNAMED|&-NG|g' \
src/*.8 || die
-}
-# configure does not do very much we do not already control
-src_configure() { :; }
+ default
+}
-src_compile() {
+src_configure() {
+ # The configure script does not do very much we do not already control
+ append-cppflags '-DLOCKDIR=\"/run/lock/iptraf-ng\"'
tc-export CC
- CFLAGS+=' -DLOCKDIR=\"/run/lock/iptraf-ng\"'
- default
}
src_install() {
@@ -59,7 +55,7 @@ src_install() {
if use doc; then
docinto html
- dodoc -r Documentation
+ dodoc -r Documentation/*
fi
keepdir /var/{lib,log}/iptraf-ng #376157
next reply other threads:[~2019-11-05 20:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-05 20:29 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-27 14:53 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iptraf-ng/ Marek Szuba
2020-12-14 15:34 Aaron Bauman
2020-12-13 7:42 Sam James
2020-12-02 23:21 Sam James
2020-11-30 22:31 Sergei Trofimovich
2020-11-27 16:10 Agostino Sarubbo
2020-11-27 8:41 Agostino Sarubbo
2020-11-27 8:39 Agostino Sarubbo
2020-11-27 8:07 Agostino Sarubbo
2020-11-27 0:07 Thomas Deutschmann
2020-07-22 6:07 Jeroen Roovers
2020-06-10 12:35 Jeroen Roovers
2020-06-03 10:06 Jeroen Roovers
2020-06-01 13:48 Jeroen Roovers
2020-06-01 13:48 Jeroen Roovers
2019-11-10 15:27 Michał Górny
2019-11-05 20:29 Jeroen Roovers
2019-11-02 13:44 Jeroen Roovers
2015-08-16 11:30 Justin Lecher
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=1572985795.6a04a7a0e844fa890bb24a1c8a4faf29b14a73fd.jer@gentoo \
--to=jer@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