From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4829139694 for ; Thu, 9 Mar 2017 12:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410A1E0C38; Thu, 9 Mar 2017 12:24:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D792E0C38 for ; Thu, 9 Mar 2017 12:24:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F4A834167E for ; Thu, 9 Mar 2017 12:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ACAC6230 for ; Thu, 9 Mar 2017 12:24:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1489062143.ad297435807a752a10fe3e52c460f966aa274641.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmail/kmail-4.4.2016.01.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad297435807a752a10fe3e52c460f966aa274641 X-VCS-Branch: master Date: Thu, 9 Mar 2017 12:24:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 750c3fc9-71c2-41be-82f9-c627ed2143f7 X-Archives-Hash: 639c7f1539756e9be519dfb0e8c11bea commit: ad297435807a752a10fe3e52c460f966aa274641 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 9 12:22:23 2017 +0000 Commit: Andreas Sturmlechner gentoo 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 -}