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 D95C7139694 for ; Thu, 9 Mar 2017 12:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417EBE0C24; Thu, 9 Mar 2017 12:24:43 +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 1EBDCE0C24 for ; Thu, 9 Mar 2017 12:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1DE5D3416B5 for ; Thu, 9 Mar 2017 12:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D68622F 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: <1489062111.45b201035e3c19e8e6c9f03de3bf41d501e7e454.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 45b201035e3c19e8e6c9f03de3bf41d501e7e454 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: a9ecf86e-bd88-4658-87e3-0f941ec51938 X-Archives-Hash: 01fe37e4612619d61ba40c27adb3155c commit: 45b201035e3c19e8e6c9f03de3bf41d501e7e454 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 9 12:21:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 9 12:21:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b20103 kde-apps/kleopatra: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild | 51 ------------------------- 1 file changed, 51 deletions(-) diff --git a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild deleted file mode 100644 index 58be119445a..00000000000 --- a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild +++ /dev/null @@ -1,51 +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 -inherit kde4-meta - -DESCRIPTION="Kleopatra - KDE X.509 key manager (noakonadi branch)" -HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - app-crypt/gpgme - >=dev-libs/libassuan-2.0.0 - dev-libs/libgpg-error - $(add_kdeapps_dep kdepimlibs '' 4.6) - $(add_kdeapps_dep libkdepim '' 4.4.2015) - $(add_kdeapps_dep libkleo '' 4.4.2015) -" -RDEPEND="${DEPEND} - app-crypt/gnupg -" - -RESTRICT=test -# bug 399431 - -KMEXTRACTONLY=" - libkleo -" -KMLOADLIBS="libkleo" - -src_unpack() { - if use handbook; then - KMEXTRA=" - doc/kwatchgnupg - " - fi - - kde4-meta_src_unpack -} - -src_configure() { - mycmakeargs=( - -DWITH_QGPGME=ON - ) - - kde4-meta_src_configure -}