blob: 050adbdfb48fd6f6426226b43851db7e8bcebcce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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 news feed aggregator."
KEYWORDS=""
IUSE=""
DEPEND="
>=trinity-base/ktnef-${PV}:${SLOT}
>=trinity-base/libkmime-${PV}:${SLOT}
>=trinity-base/libtdepim-${PV}:${SLOT}
>=trinity-base/libkcal-${PV}:${SLOT}"
RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdepim/"
|