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 979831381F3 for ; Fri, 27 Nov 2020 15:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E45EDE0825; Fri, 27 Nov 2020 15:59:25 +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 CAFFEE0825 for ; Fri, 27 Nov 2020 15:59:25 +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 B7E85340F31 for ; Fri, 27 Nov 2020 15:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA673FB for ; Fri, 27 Nov 2020 15:59:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606492756.6f6d3540c4559c916269b262f48d91ab6d391b47.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/frox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/frox/frox-0.7.18-r5.ebuild X-VCS-Directories: net-ftp/frox/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6f6d3540c4559c916269b262f48d91ab6d391b47 X-VCS-Branch: master Date: Fri, 27 Nov 2020 15:59:23 +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: f441a8ff-fcb0-4302-85f4-4ce75eb96c36 X-Archives-Hash: f7e1941427edbb7605d552bcf1c26acc commit: 6f6d3540c4559c916269b262f48d91ab6d391b47 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 15:41:31 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 15:59:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6d3540 net-ftp/frox: drop old Signed-off-by: Aaron Bauman gentoo.org> net-ftp/frox/frox-0.7.18-r5.ebuild | 81 -------------------------------------- 1 file changed, 81 deletions(-) diff --git a/net-ftp/frox/frox-0.7.18-r5.ebuild b/net-ftp/frox/frox-0.7.18-r5.ebuild deleted file mode 100644 index 7bcc20fb976..00000000000 --- a/net-ftp/frox/frox-0.7.18-r5.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils user - -DESCRIPTION="A transparent ftp proxy" -SRC_URI="http://frox.sourceforge.net/download/${P}.tar.bz2" -HOMEPAGE="http://frox.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -IUSE="clamav ssl transparent" - -DEPEND="clamav? ( >=app-antivirus/clamav-0.80 ) - ssl? ( dev-libs/openssl ) - kernel_linux? ( >=sys-kernel/linux-headers-2.6 )" -RDEPEND="${DEPEND}" - -# INSTALL has useful filewall rules -DOCS=( - BUGS README - doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL - doc/INTERNALS doc/README.transdata doc/RELEASE - doc/SECURITY doc/TODO -) - -pkg_setup() { - enewgroup ftpproxy - enewuser ftpproxy -1 -1 /var/spool/frox ftpproxy - - use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035" -} - -src_prepare() { - epatch "${FILESDIR}/${PV}-respect-CFLAGS.patch" - epatch "${FILESDIR}/${PV}-netfilter-includes.patch" - epatch "${FILESDIR}/${P}-config.patch" - - if use clamav ; then - sed -i -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \ - "src/${PN}.conf" || die - fi - - epatch_user - eautoreconf -} - -src_configure() { - econf \ - --enable-http-cache --enable-local-cache \ - --enable-procname \ - --enable-configfile=/etc/frox.conf \ - $(use_enable !kernel_linux libiptc) \ - $(use_enable clamav virus-scan) \ - $(use_enable ssl) \ - $(use_enable transparent transparent-data) \ - $(use_enable !transparent ntp) -} - -src_install() { - default - - keepdir /var/{log,spool}/"${PN}" - - fperms 700 /var/spool/frox - fowners ftpproxy:ftpproxy /var/{log,spool}/frox - - dohtml doc/*.html doc/*.sgml - - newman "doc/${PN}.man" "${PN}.man.8" - newman "doc/${PN}.conf.man" "${PN}.conf.man.5" - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - - insinto /etc - newins "src/${PN}.conf" "${PN}.conf.example" -}