diff options
author | ormorph <[email protected]> | 2024-04-17 20:59:46 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2024-04-17 20:59:46 +0300 |
commit | 4b3f0a054757e31efd942db76c6f28e4c26433dd (patch) | |
tree | 742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/klamav | |
parent | 2769940be476aca58d96f626ecab898409ad8b48 (diff) | |
download | tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip |
Removing version TDE-14.1.0
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/klamav')
-rw-r--r-- | trinity-apps/klamav/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/klamav/klamav-14.1.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/trinity-apps/klamav/Manifest b/trinity-apps/klamav/Manifest index 53323434..a45bf3cd 100644 --- a/trinity-apps/klamav/Manifest +++ b/trinity-apps/klamav/Manifest @@ -1,2 +1 @@ -DIST klamav-trinity-14.1.0.tar.xz 646064 BLAKE2B d17cb9fcffe719d28635bd95f46a7c15937d3399809bb376ccd26bb7dd3556866f7ea33bc9e89465a29bca8a649f0691f8778406ec25fff6f6726e35c5e9a4fa SHA512 b586767b6bb3b4249f65379fae3b0a1b8eef9a49fdadccf805c222c2c62794243b31927e4f61a2f3562947fb3e33401dcbb2dfcc7c72048179490066359214e2 DIST klamav-trinity-14.1.1.tar.xz 646092 BLAKE2B be5cc468815c0a990456449f792fdc104fd4c645f3a811ab5794d8bde3300a9ff2de59271636bbac93664b066a87c366271aea579e142832cbbffe195ffb7ae2 SHA512 f9bfd9cc8c927e0a0385ec5536ec3e1b396e7ace5c53a9cd75125d54e67e29011bfe8d2b32c1a692b42283360e89cce0de9552a0f9f48a06fe8e8a590eee09c8 diff --git a/trinity-apps/klamav/klamav-14.1.0.ebuild b/trinity-apps/klamav/klamav-14.1.0.ebuild deleted file mode 100644 index 59a53e02..00000000 --- a/trinity-apps/klamav/klamav-14.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2023 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="el eo it pt ru" -TRINITY_MODULE_TYPE="applications/system" -inherit trinity-base-2 - -DESCRIPTION="KlamAV - A TDE front-end for the ClamAV virus scanner" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND=" - app-antivirus/clamav -" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - - trinity-base-2_src_configure -} |