From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 320EA1584AD for ; Sat, 12 Apr 2025 19:23:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1D259343B94 for ; Sat, 12 Apr 2025 19:23:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 630D31104B0; Sat, 12 Apr 2025 19:23:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 5D0131104B0 for ; Sat, 12 Apr 2025 19:23:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 099C5343B9C for ; Sat, 12 Apr 2025 19:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 606631EEA for ; Sat, 12 Apr 2025 19:23:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1744485628.a475f53a8c2a7963439289b92b8e9aa02dfdfcb4.arthurzam@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-r8.ebuild X-VCS-Directories: net-ftp/frox/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a475f53a8c2a7963439289b92b8e9aa02dfdfcb4 X-VCS-Branch: master Date: Sat, 12 Apr 2025 19:23: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: 666f4fa6-c2fc-4a49-bd60-8c08b67b58bc X-Archives-Hash: 2fcea2875b9ca65ff7fb688b1d117dd2 commit: a475f53a8c2a7963439289b92b8e9aa02dfdfcb4 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 12 19:20:28 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 12 19:20:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a475f53a net-ftp/frox: drop 0.7.18-r8, EAPI=7-- Signed-off-by: Arthur Zamarin gentoo.org> net-ftp/frox/frox-0.7.18-r8.ebuild | 89 -------------------------------------- 1 file changed, 89 deletions(-) diff --git a/net-ftp/frox/frox-0.7.18-r8.ebuild b/net-ftp/frox/frox-0.7.18-r8.ebuild deleted file mode 100644 index f6b1a1a13c43..000000000000 --- a/net-ftp/frox/frox-0.7.18-r8.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -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=" - acct-group/ftpproxy - acct-user/ftpproxy - clamav? ( >=app-antivirus/clamav-0.80 ) - kernel_linux? ( >=sys-kernel/linux-headers-2.6 ) - ssl? ( - dev-libs/openssl:0= - ) -" - -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() { - use clamav && ewarn "Virus scanner potentialy broken in chroot - see bug #81035" -} - -src_prepare() { - HTML_DOCS=( doc/*.html doc/*.sgml ) - - default - - eapply "${FILESDIR}/${PV}-respect-CFLAGS.patch" - eapply "${FILESDIR}/${PV}-netfilter-includes.patch" - eapply "${FILESDIR}/${P}-config.patch" - eapply "${FILESDIR}/${P}-no-common.patch" - - if use clamav ; then - sed -e "s:^# VirusScanner.*:# VirusScanner '\"/usr/bin/clamscan\" \"%s\"':" \ - -i "src/${PN}.conf" || die - fi - - mv configure.in configure.ac || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - --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) - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - keepdir /var/log/"${PN}" - - fowners ftpproxy:ftpproxy /var/log/frox - - 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" -}