Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
Date: Thu, 09 Mar 2017 12:24:54
Message-Id: 1489062143.ad297435807a752a10fe3e52c460f966aa274641.asturm@gentoo
1 commit: ad297435807a752a10fe3e52c460f966aa274641
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 12:22:23 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 12:22:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad297435
7
8 kde-apps/kmail: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 74 ---------------------------------
13 1 file changed, 74 deletions(-)
14
15 diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
16 deleted file mode 100644
17 index 8c7b810555f..00000000000
18 --- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
19 +++ /dev/null
20 @@ -1,74 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -KMNAME="kdepim"
27 -KDE_HANDBOOK=optional
28 -VIRTUALX_REQUIRED=test
29 -inherit flag-o-matic kde4-meta
30 -
31 -DESCRIPTION="Email component of Kontact (noakonadi branch)"
32 -HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
33 -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
34 -IUSE="debug"
35 -
36 -DEPEND="
37 - $(add_kdeapps_dep kdepimlibs '' 4.13.1)
38 - $(add_kdeapps_dep libkdepim '' 4.4.11.1-r1)
39 - $(add_kdeapps_dep libkleo '' 4.4.2015)
40 - $(add_kdeapps_dep libkpgp '' 4.4.2015)
41 - kde-frameworks/kdelibs:4
42 -"
43 -RDEPEND="${DEPEND}
44 - !>=kde-apps/kdepimlibs-4.14.11_pre20160211
45 -"
46 -
47 -KMEXTRACTONLY="
48 - korganizer/org.kde.Korganizer.Calendar.xml
49 - libkleo/
50 - libkpgp/
51 -"
52 -KMEXTRA="
53 - kmailcvt/
54 - ksendemail/
55 - libksieve/
56 - messagecore/
57 - messagelist/
58 - messageviewer/
59 - mimelib/
60 - plugins/kmail/
61 -"
62 -KMLOADLIBS="libkdepim"
63 -
64 -PATCHES=(
65 - "${FILESDIR}/${PN}-4.4.9-nodbus.patch"
66 -)
67 -
68 -src_configure() {
69 - mycmakeargs=(
70 - -DWITH_IndicateQt=OFF
71 - )
72 -
73 - kde4-meta_src_configure
74 -}
75 -
76 -src_compile() {
77 - kde4-meta_src_compile kmail_xml
78 - kde4-meta_src_compile
79 -}
80 -
81 -pkg_postinst() {
82 - kde4-meta_pkg_postinst
83 -
84 - if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
85 - echo
86 - elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}"
87 - echo
88 - fi
89 - if ! has_version kde-apps/kleopatra:${SLOT}; then
90 - echo
91 - elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}"
92 - echo
93 - fi
94 -}