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 DC760138359 for ; Sun, 27 Sep 2020 13:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2211AE0101; Sun, 27 Sep 2020 13:47:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 06F1AE0101 for ; Sun, 27 Sep 2020 13:47:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E273B340BC1 for ; Sun, 27 Sep 2020 13:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E560339 for ; Sun, 27 Sep 2020 13:47:19 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1601214437.c78b7ad4cf91fb8c321cf5467ee9e086ad2382e4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sancp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sancp/sancp-1.6.1-r4.ebuild X-VCS-Directories: net-analyzer/sancp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c78b7ad4cf91fb8c321cf5467ee9e086ad2382e4 X-VCS-Branch: master Date: Sun, 27 Sep 2020 13:47:19 +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: 2031273e-ae9b-4b10-b228-4dcd9320b01f X-Archives-Hash: ffa56fbac3c2beef2828169ad2451419 commit: c78b7ad4cf91fb8c321cf5467ee9e086ad2382e4 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 27 13:43:00 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 27 13:47:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78b7ad4 net-analyzer/sancp: Old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/sancp/sancp-1.6.1-r4.ebuild | 69 -------------------------------- 1 file changed, 69 deletions(-) diff --git a/net-analyzer/sancp/sancp-1.6.1-r4.ebuild b/net-analyzer/sancp/sancp-1.6.1-r4.ebuild deleted file mode 100644 index 686e16f2ea8..00000000000 --- a/net-analyzer/sancp/sancp-1.6.1-r4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs user - -DESCRIPTION="collect network traffic statistics and store them in pcap format" -HOMEPAGE="https://sourceforge.net/projects/sancp/" -SRC_URI=" - http://www.metre.net/files/${P}.tar.gz - http://sancp.sourceforge.net/${PN}-1.6.1.fix200511.a.patch - http://sancp.sourceforge.net/${PN}-1.6.1.fix200511.b.patch - http://sancp.sourceforge.net/${PN}-1.6.1.fix200601.c.patch - http://sancp.sourceforge.net/${PN}-1.6.1.fix200606.d.patch -" - -LICENSE="QPL GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="sguil" - -RDEPEND="net-libs/libpcap" -DEPEND="${RDEPEND}" - -pkg_setup() { - enewgroup sancp - enewuser sancp -1 -1 /dev/null sancp -} - -src_prepare() { - epatch "${DISTDIR}"/${PN}-1.6.1.fix200511.a.patch - epatch "${DISTDIR}"/${PN}-1.6.1.fix200511.b.patch - # bug 138337 - epatch "${DISTDIR}"/${PN}-1.6.1.fix200601.c.patch - epatch "${DISTDIR}"/${PN}-1.6.1.fix200606.d.patch - epatch "${FILESDIR}"/${P}-compiler.patch - epatch "${FILESDIR}"/${P}-gcc6.patch - - tc-export CXX CC -} - -src_install() { - keepdir /var/log/sancp/ - dodoc docs/CHANGES docs/fields.LIST docs/README docs/SETUP \ - "${FILESDIR}"/sguil_sancp.conf etc/sancp/sancp.conf - - insinto /etc/sancp - if use sguil ; then - newins "${FILESDIR}"/sguil_sancp.conf sancp.conf - else - doins etc/sancp/sancp.conf - fi - - dobin sancp - - newinitd "${FILESDIR}"/sancp.rc1 sancp - newconfd "${FILESDIR}"/sancp.confd sancp - if use sguil ; then - sed -i -e /^SANCP_OPTS/s:'sancp':"sguil":g \ - -e s:'-d $LOGDIR/today':"-d /var/lib/sguil/$(hostname)/sancp": \ - "${D}/etc/conf.d/sancp" - fi - - fowners sancp:sancp /var/log/sancp - fperms 0770 /var/log/sancp -}