commit: ad297435807a752a10fe3e52c460f966aa274641 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 9 12:22:23 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 9 12:22:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad297435
kde-apps/kmail: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 74 --------------------------------- 1 file changed, 74 deletions(-) diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild deleted file mode 100644 index 8c7b810555f..00000000000 --- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild +++ /dev/null @@ -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 -}
