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.
27 lines
754 B
27 lines
754 B
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
EAPI="5"
|
|
TRINITY_MODULE_NAME="tdepim"
|
|
|
|
inherit trinity-meta
|
|
|
|
DESCRIPTION="Trinity certificate manager gui"
|
|
KEYWORDS=""
|
|
IUSE+=""
|
|
|
|
COMMON_DEPEND=">=trinity-base/libtdenetwork-${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="libtdepim/ libkpgp/ libtdenetwork/"
|
|
|
|
pkg_postinst() {
|
|
trinity-meta_pkg_postinst
|
|
elog "For X.509 CRL and OCSP support, install app-crypt/dirmngr, please."
|
|
}
|