You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging-gentoo/trinity-base/certmanager/certmanager-3.5.13.2.ebuild

27 lines
765 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="kdepim"
inherit trinity-meta
DESCRIPTION="Trinity certificate manager gui"
KEYWORDS="~amd64 ~x86"
IUSE+=""
COMMON_DEPEND=">=trinity-base/libkdenetwork-${PV}:${SLOT}
>=app-crypt/gpgme-1.1.2-r1
|| ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 )"
#CHECKME: this is an old kde3-times assertion
# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND+=" ${COMMON_DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}"
TSM_EXTRACT_ALSO="libkdepim/ libkpgp/ libkdenetwork/"
pkg_postinst() {
trinity-meta_pkg_postinst
elog "For X.509 CRL and OCSP support, install app-crypt/dirmngr, please."
}