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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C65B3158020 for ; Tue, 1 Nov 2022 20:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60B4E0B0E; Tue, 1 Nov 2022 20:39:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 888A0E0B0E for ; Tue, 1 Nov 2022 20:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35D92341133 for ; Tue, 1 Nov 2022 20:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213816E9 for ; Tue, 1 Nov 2022 20:39:37 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1667334762.c5555867b49d8d6a7c7ee5c478511c28d7669375.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipaudit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ipaudit/Manifest net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild X-VCS-Directories: net-analyzer/ipaudit/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c5555867b49d8d6a7c7ee5c478511c28d7669375 X-VCS-Branch: master Date: Tue, 1 Nov 2022 20:39:37 +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: 066564d1-5f35-40fd-a740-2e7bee720d67 X-Archives-Hash: 01eb3ca0cefbbb586e50d9c22bcbf01e commit: c5555867b49d8d6a7c7ee5c478511c28d7669375 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Nov 1 19:59:54 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Nov 1 20:32:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5555867 net-analyzer/ipaudit: drop 1.0_beta2-r1 Signed-off-by: Ionen Wolkens gentoo.org> net-analyzer/ipaudit/Manifest | 1 - net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/net-analyzer/ipaudit/Manifest b/net-analyzer/ipaudit/Manifest index 646882f18e7d..403c37514f35 100644 --- a/net-analyzer/ipaudit/Manifest +++ b/net-analyzer/ipaudit/Manifest @@ -1,2 +1 @@ -DIST ipaudit-1.0BETA2.tar.gz 135680 BLAKE2B 2a8e7754251c743758d6e0d7008d904a3a237c26a660f5c07661c632dd75ecda6cf3b04253eb76f64c72ed278da00030cf64231bdc4760a6b04df1497f628ec2 SHA512 3a8890821c515aea95762eeb2cc7a649533ff739984c944bcb26acb72434e1f2b453a98365719fce9e062d6262b9d76ac389f149ad2a19361422783bc0b55e09 DIST ipaudit-1.1.tar.gz 170253 BLAKE2B 6515cab817a35835d5c3eb33dc4d8c9f28a1ceb906854e55c3695fc6ee5d230ad2ae6a6fd59849623e161fe4deb5013f55bdf6effcaaf6ca4d064ded73c148f0 SHA512 5eb1971b454c8c96c02dc260e537a9a627554b7c9d1e269be9de2ffdb5cbfed00272b643de7b15865659cef0db482e4c460f96b1545bcd6c4f208c96d7401ef9 diff --git a/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild b/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild deleted file mode 100644 index fce596bdb7e8..000000000000 --- a/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="IPAudit monitors network activity on a network by host, protocol and port" -HOMEPAGE="http://ipaudit.sourceforge.net/" -MY_P="${PN}-${PV/_beta/BETA}" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="mysql" -DEPEND="net-libs/libpcap - mysql? ( dev-db/mysql-connector-c:0= )" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" - -DOCS=( AUTHORS README ) - -src_configure() { - econf $(use_with mysql) -}