From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F6BF1382C5 for ; Wed, 17 Mar 2021 09:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E109AE086B; Wed, 17 Mar 2021 09:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA30AE086B for ; Wed, 17 Mar 2021 09:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F24F3340F4E for ; Wed, 17 Mar 2021 09:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F2985B9 for ; Wed, 17 Mar 2021 09:09:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615972121.5df17d7cb0e6f99536a266d020c348b80d674b69.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fwlogwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fwlogwatch/Manifest net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild X-VCS-Directories: net-analyzer/fwlogwatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5df17d7cb0e6f99536a266d020c348b80d674b69 X-VCS-Branch: master Date: Wed, 17 Mar 2021 09:09:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e96e9425-9e5d-4ad0-bfdd-17278ff74f2c X-Archives-Hash: 0adec29014f15f8af346dad28a1d7da8 commit: 5df17d7cb0e6f99536a266d020c348b80d674b69 Author: Sam James gentoo org> AuthorDate: Wed Mar 17 09:03:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 17 09:08:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df17d7c net-analyzer/fwlogwatch: drop 1.4 Bug: https://bugs.gentoo.org/776529 Signed-off-by: Sam James gentoo.org> net-analyzer/fwlogwatch/Manifest | 1 - net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild | 86 --------------------------- 2 files changed, 87 deletions(-) diff --git a/net-analyzer/fwlogwatch/Manifest b/net-analyzer/fwlogwatch/Manifest index aa622d9eff4..5572520f8b4 100644 --- a/net-analyzer/fwlogwatch/Manifest +++ b/net-analyzer/fwlogwatch/Manifest @@ -1,2 +1 @@ -DIST fwlogwatch-1.4.tar.bz2 92652 BLAKE2B 94c5ecd6e17c3ce07ffaa33f738109162913253b837bcc4c4fc79068edb610c046b3a178db5481c3e145482686f3f837ecd2fc579700b4a5a68bbaae47f9e537 SHA512 0a67c0ae8b096fdf7a06e279a11b0bc71f2d514790c1669f60606b17a7f3f3ec97dedc2005438ce0ec82efcd66a822b62dbb36603f4b02e010f469fb885b87e6 DIST fwlogwatch-1.5.tar.bz2 94451 BLAKE2B c0456931dc425df4ec190f1c8bcba21e0784009dae66869a5f5c0371b68d0bdb1bf57c788468f7c9fd32abf8b676a4029bcde7d348c37e4b7f5771bc48f04297 SHA512 d4890596859929ddc6adfd7f9e735e0c414bad40eff6732120a522a8bd4fb8d1442c7d1026f0f3c6ac5c4d51b76a2bac486d04f0fbceae67395c585098afef85 diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild deleted file mode 100644 index 54a2095f9c3..00000000000 --- a/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="A packet filter and firewall log analyzer" -HOMEPAGE="http://fwlogwatch.inside-security.de/" -SRC_URI="http://fwlogwatch.inside-security.de/sw/${P}.tar.bz2" - -KEYWORDS="amd64 ~ppc sparc x86" -LICENSE="GPL-1" -SLOT="0" -IUSE="nls zlib" - -RDEPEND=" - zlib? ( sys-libs/zlib ) -" -DEPEND=" - ${RDEPEND} - sys-devel/flex - nls? ( sys-devel/gettext ) -" - -src_prepare() { - if use nls; then - strip-linguas -i po/ - local lingua pofile - for pofile in po/*.po; do - lingua=${pofile/po\/} - lingua=${lingua/.po} - if ! has ${lingua} ${LINGUAS}; then - sed -i \ - -e "/${lingua}.[mp]o/d" \ - Makefile po/Makefile || die - fi - done - fi - - sed -i \ - -e '/^INSTALL_/s|$| -D|g' \ - -e 's|make|$(MAKE)|g ' \ - Makefile || die -} - -src_configure() { - if ! use zlib; then - sed -i Makefile -e '/^LIBS/ s|-lz||g' || die - else - append-cflags -DHAVE_ZLIB - fi - - use nls && append-cflags -DHAVE_GETTEXT -} - -src_compile() { - emake \ - CC=$(tc-getCC) \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" - use nls && emake -C po -} - -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 - - dosbin contrib/fwlw_notify - dosbin contrib/fwlw_respond - - dodoc AUTHORS ChangeLog CREDITS README - - insinto /usr/share/fwlogwatch/contrib - - doins contrib/fwlogsummary.cgi - doins contrib/fwlogsummary_small.cgi - doins contrib/fwlogwatch.php - - insinto /etc - doins fwlogwatch.config -}