From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fwlogwatch/
Date: Mon, 15 Mar 2021 21:01:43 +0000 (UTC) [thread overview]
Message-ID: <1615841920.d3f1239fca123e53cb804d70811e4dbd34380cc1.sam@gentoo> (raw)
commit: d3f1239fca123e53cb804d70811e4dbd34380cc1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 20:34:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 20:58:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f1239f
net-analyzer/fwlogwatch: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
index 93b1e6a2a35..bd1e751f1e7 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://fwlogwatch.inside-security.de/"
@@ -18,13 +18,15 @@ RDEPEND="
geoip? ( dev-libs/geoip )
zlib? ( sys-libs/zlib )
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/flex
nls? ( sys-devel/gettext )
"
src_prepare() {
+ default
+
if use nls; then
strip-linguas -i po/
local lingua pofile
@@ -62,7 +64,7 @@ src_configure() {
src_compile() {
emake \
- CC=$(tc-getCC) \
+ CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
use nls && emake -C po
@@ -72,6 +74,7 @@ src_install() {
emake \
LOCALE_DIR="${D}/usr" INSTALL_DIR="${D}/usr" \
install
+
use nls && emake \
LOCALE_DIR="${D}/usr" INSTALL_DIR="${D}/usr" \
install-i18n
next reply other threads:[~2021-03-15 21:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 21:01 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 3:41 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fwlogwatch/ Sam James
2021-06-30 18:40 Sam James
2021-06-30 10:15 Ulrich Müller
2021-04-03 19:53 Sam James
2021-03-17 9:09 Sam James
2021-03-17 9:00 Sam James
2021-03-15 21:54 Sam James
2021-03-15 21:53 Sam James
2016-02-25 7:51 Jeroen Roovers
2016-02-24 6:00 Jeroen Roovers
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=1615841920.d3f1239fca123e53cb804d70811e4dbd34380cc1.sam@gentoo \
--to=sam@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