Skip to content

Commit

Permalink
net-analyzer/iptraf-ng: Update live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Nov 5, 2019
1 parent 94f0fa2 commit 6a04a7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
3 changes: 2 additions & 1 deletion net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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/*
Expand Down
20 changes: 8 additions & 12 deletions net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -13,8 +13,6 @@ SLOT="0"
KEYWORDS=""
IUSE="doc"

RESTRICT="test"

RDEPEND="
>=sys-libs/ncurses-5.7-r7:0=
"
Expand All @@ -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:+= :' \
Expand All @@ -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() {
Expand All @@ -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
Expand Down

0 comments on commit 6a04a7a

Please sign in to comment.