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 4EC96158083 for ; Sat, 31 Aug 2024 14:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 587892BC014; Sat, 31 Aug 2024 14:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CBDD2BC015 for ; Sat, 31 Aug 2024 14:49:16 +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 8F1FE343104 for ; Sat, 31 Aug 2024 14:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11411F29 for ; Sat, 31 Aug 2024 14:49:13 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725115468.06497f12fc2c7c2bce82b17d41063683dab413a7.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/fangfrisch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/fangfrisch/Manifest app-antivirus/fangfrisch/fangfrisch-1.6.1.ebuild X-VCS-Directories: app-antivirus/fangfrisch/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 06497f12fc2c7c2bce82b17d41063683dab413a7 X-VCS-Branch: master Date: Sat, 31 Aug 2024 14:49:13 +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: cc9f159e-a28f-4ed2-bf2a-948f51ea9185 X-Archives-Hash: 623cb3376eaf53026f9dfea74f830954 commit: 06497f12fc2c7c2bce82b17d41063683dab413a7 Author: Petr Vaněk gentoo org> AuthorDate: Sat Aug 31 14:44:28 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Aug 31 14:44:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06497f12 app-antivirus/fangfrisch: drop 1.6.1 Signed-off-by: Petr Vaněk gentoo.org> app-antivirus/fangfrisch/Manifest | 1 - app-antivirus/fangfrisch/fangfrisch-1.6.1.ebuild | 77 ------------------------ 2 files changed, 78 deletions(-) diff --git a/app-antivirus/fangfrisch/Manifest b/app-antivirus/fangfrisch/Manifest index f4f50ec94210..cb9faeee9ff4 100644 --- a/app-antivirus/fangfrisch/Manifest +++ b/app-antivirus/fangfrisch/Manifest @@ -1,2 +1 @@ -DIST fangfrisch-1.6.1.gh.tar.gz 113497 BLAKE2B a37b5b29b31a1d0166112b8939e691acc1721a91bda9e364a90c0c8d4ea7b7d3e1a24b8849c9ef4f0632996ed7bbdfc7985ab04c44c8ca4d57df21294867fd32 SHA512 a16b39b6520d80f69c561bc2d56fef28acaca35a9da214be920cdd907f76d3d6674ed4aa1290ad11a9364ede11472594d7e331ecd21924fe23e005ef9501d4ac DIST fangfrisch-1.9.0.gh.tar.gz 127572 BLAKE2B c05c68f904a6e7c7d9f9c5b82bb63366f86653cd13a94276108f52e9c523280320c8aa55ba94ecf079ba938a77e11ca7dc557f4c8fd1b1c7f37179c087dd8605 SHA512 08cc36f20884fedb553de905b8faafce99fcef80e3bce7c0b264691b1a8d83b91a582c095b684f6f7a6af77fd4ed0405fa771a74bbeee3f1b255ff74a161d37e diff --git a/app-antivirus/fangfrisch/fangfrisch-1.6.1.ebuild b/app-antivirus/fangfrisch/fangfrisch-1.6.1.ebuild deleted file mode 100644 index fae2bf0d0915..000000000000 --- a/app-antivirus/fangfrisch/fangfrisch-1.6.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 readme.gentoo-r1 systemd - -DESCRIPTION="Update and verify unofficial Clam Anti-Virus signatures" -HOMEPAGE="https://github.com/rseichter/fangfrisch https://pypi.org/project/fangfrisch/" -SRC_URI="https://github.com/rseichter/fangfrisch/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -MY_CONF="/etc/${PN}.conf" -MY_DBDIR="/var/lib/${PN}" -DISABLE_AUTOFORMATTING=1 -DOC_CONTENTS="See https://rseichter.github.io/fangfrisch/ for the official -documentation. - -### Fresh installations: - -Modify ${MY_CONF} according to your preferences. -Assuming you place the database into ${MY_DBDIR} -(recommended), execute the following commands in a root shell: - -mkdir -m 0770 ${MY_DBDIR} -chgrp clamav ${MY_DBDIR} -sudo -u clamav -- fangfrisch -c ${MY_CONF} initdb - -You can now enable /etc/cron.d/${PN} for periodic updates. - -### Alternative: Updating from release 1.0.1: - -Either create a fresh database or manually delete all existing -database tables, then run the initdb command as shown above." - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -# Due to the nature of Fangfrisch, most tests require network -# connectivity and/or access keys to download signature files. -PROPERTIES="test_network" -RESTRICT="test" - -DEPEND=" - >=dev-python/requests-2.22.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.4.0[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" - -distutils_enable_tests unittest - -python_prepare_all() { - sed -i -e '/SQLAlchemy/d' setup.py || die - distutils-r1_python_prepare_all -} - -python_install_all() { - insinto /etc - doins "${FILESDIR}/${PN}.conf" - - insinto /etc/cron.d - newins "${FILESDIR}/${PN}.cron" ${PN} - - systemd_dounit "${FILESDIR}/${PN}.service" - systemd_dounit "${FILESDIR}/${PN}.timer" - - distutils-r1_python_install_all - - readme.gentoo_create_doc -} - -pkg_postinst() { - FORCE_PRINT_ELOG=1 readme.gentoo_print_elog -}