diff options
Diffstat (limited to 'gentoo/trinity-base/libtdenetwork/libtdenetwork-9999.ebuild')
-rw-r--r-- | gentoo/trinity-base/libtdenetwork/libtdenetwork-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gentoo/trinity-base/libtdenetwork/libtdenetwork-9999.ebuild b/gentoo/trinity-base/libtdenetwork/libtdenetwork-9999.ebuild new file mode 100644 index 000000000..4d7667f6e --- /dev/null +++ b/gentoo/trinity-base/libtdenetwork/libtdenetwork-9999.ebuild @@ -0,0 +1,17 @@ +# 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="library common to many tdepim apps interacting to network" +KEYWORDS="" +IUSE+="" + +COMMON_DEPEND=">=app-crypt/gpgme-1.0.2" +DEPEND+=" ${COMMON_DEPEND}" +RDEPEND+=" ${COMMON_DEPEND}" + +TSM_EXTRACT_ALSO="libtdepim/" |