kde-apps/kmail: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Andreas Sturmlechner 2017-03-09 13:22:23 +01:00
parent 45b201035e
commit ad29743580
No known key found for this signature in database
GPG Key ID: E7255695D8BA079E

View File

@ -1,74 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
KMNAME="kdepim"
KDE_HANDBOOK=optional
VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta
DESCRIPTION="Email component of Kontact (noakonadi branch)"
HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdeapps_dep kdepimlibs '' 4.13.1)
$(add_kdeapps_dep libkdepim '' 4.4.11.1-r1)
$(add_kdeapps_dep libkleo '' 4.4.2015)
$(add_kdeapps_dep libkpgp '' 4.4.2015)
kde-frameworks/kdelibs:4
"
RDEPEND="${DEPEND}
!>=kde-apps/kdepimlibs-4.14.11_pre20160211
"
KMEXTRACTONLY="
korganizer/org.kde.Korganizer.Calendar.xml
libkleo/
libkpgp/
"
KMEXTRA="
kmailcvt/
ksendemail/
libksieve/
messagecore/
messagelist/
messageviewer/
mimelib/
plugins/kmail/
"
KMLOADLIBS="libkdepim"
PATCHES=(
"${FILESDIR}/${PN}-4.4.9-nodbus.patch"
)
src_configure() {
mycmakeargs=(
-DWITH_IndicateQt=OFF
)
kde4-meta_src_configure
}
src_compile() {
kde4-meta_src_compile kmail_xml
kde4-meta_src_compile
}
pkg_postinst() {
kde4-meta_pkg_postinst
if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
echo
elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
echo
fi
if ! has_version kde-apps/kleopatra:${SLOT}; then
echo
elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
echo
fi
}