commit:     f141a956e4a0046a5ac5c53b8f59d905ec902c20
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 10:24:15 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 10:44:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f141a956

app-antivirus/fangfrisch: drop 1.9.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-antivirus/fangfrisch/Manifest                |  1 -
 app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild | 78 ------------------------
 2 files changed, 79 deletions(-)

diff --git a/app-antivirus/fangfrisch/Manifest 
b/app-antivirus/fangfrisch/Manifest
index edce9dd915a5..ea20b38e0a11 100644
--- a/app-antivirus/fangfrisch/Manifest
+++ b/app-antivirus/fangfrisch/Manifest
@@ -1,2 +1 @@
-DIST fangfrisch-1.9.0.gh.tar.gz 127572 BLAKE2B 
c05c68f904a6e7c7d9f9c5b82bb63366f86653cd13a94276108f52e9c523280320c8aa55ba94ecf079ba938a77e11ca7dc557f4c8fd1b1c7f37179c087dd8605
 SHA512 
08cc36f20884fedb553de905b8faafce99fcef80e3bce7c0b264691b1a8d83b91a582c095b684f6f7a6af77fd4ed0405fa771a74bbeee3f1b255ff74a161d37e
 DIST fangfrisch-1.9.2.gh.tar.gz 131579 BLAKE2B 
23d96efc9cea02fc61d05203a826fba7eb8d8950977b997cb8070f1de3342083ff8a9d596e588ea1d68bfe3e6d36ad467df21adeeeaf839b829c0a38b83327aa
 SHA512 
7af21c035a0d904ca619c72c67440fc1fd5c04a3a2b1ab846e98f3045889fab58394261fa0c5cf128d404747a821fcc4863b60c590fe909a89a48fa48296e7d4

diff --git a/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild 
b/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild
deleted file mode 100644
index c4f3d95cacff..000000000000
--- a/app-antivirus/fangfrisch/fangfrisch-1.9.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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.
-
-### Updating from a previous release:
-
-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"
-
-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.cfg || die
-       # Mitigate build system warnings, see
-       # 
https://projects.gentoo.org/python/guide/qawarn.html#stray-top-level-files-in-site-packages
-       cat >>setup.cfg <<EOT
-[options.packages.find]
-exclude =
-       tests
-       tests.*
-EOT
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       insinto /etc
-       doins "${FILESDIR}/${PN}.conf"
-       insinto /etc/cron.d
-       newins "${FILESDIR}/${PN}.cron" "${PN}"
-       exeinto /etc
-       doexe "${FILESDIR}/${PN}-has-news.sh"
-       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
-}

Reply via email to