parent
345c52699f
commit
bec0b51e48
@ -0,0 +1 @@
|
||||
DIST klamav-trinity-14.0.13.tar.xz 645840 BLAKE2B 0d60f2e9a9331127f92d0232a8373b6f9e4cf5779bfccb64f89ec67582750d9b28469a904e0b2c68e39e47ed022a44ba27514ec1bbe8200465040086c9406dd8 SHA512 f876bd998b227914c68274fbd3232081065437e25b695eeebb4e10cbc26995f2b80d84e67c35e96a41f014f60c83541243871b579df947b5e7b6a4b3211ae20a
|
@ -0,0 +1,33 @@
|
||||
# Copyright 2022 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
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
# Copyright 2022 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 ~x86"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
app-antivirus/clamav
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TRANSLATIONS=ON
|
||||
)
|
||||
|
||||
trinity-base-2_src_configure
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>team-gentoo@trinitydesktop.org</email>
|
||||
<name>Trinity Gentoo ebuilds project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue