From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-937526-garchives=archives.gentoo.org@lists.gentoo.org>
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 B3E7F139694
	for <garchives@archives.gentoo.org>; Fri, 10 Mar 2017 19:20:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A114DE0C04;
	Fri, 10 Mar 2017 19:20:10 +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 7D1FBE0BFF
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Mar 2017 19:20:10 +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 EA04C34112A
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Mar 2017 19:20:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4591363A6
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Mar 2017 19:20:01 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1489173470.d4dbc2d31824d9cb1a2bd855f6b9fe16d33ca80d.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.14.11_pre20160211.ebuild
X-VCS-Directories: kde-apps/kleopatra/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: d4dbc2d31824d9cb1a2bd855f6b9fe16d33ca80d
X-VCS-Branch: master
Date: Fri, 10 Mar 2017 19:20:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 15ba5f0d-3c72-4d74-8788-316cbc4dfd04
X-Archives-Hash: 3b14daafd72694e1844404cad5f7d269

commit:     d4dbc2d31824d9cb1a2bd855f6b9fe16d33ca80d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 19:17:50 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 19:17:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dbc2d3

kde-apps/kleopatra: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kleopatra/kleopatra-4.14.11_pre20160211.ebuild | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
deleted file mode 100644
index 083369c8132..00000000000
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="Kleopatra - KDE X.509 key manager"
-HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
-COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
-SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs 'akonadi(+)')
-	$(add_kdeapps_dep kdepim-common-libs)
-	>=app-crypt/gpgme-1.3.2
-	dev-libs/boost:=
-	dev-libs/libassuan
-	dev-libs/libgpg-error
-"
-RDEPEND="${DEPEND}
-	app-crypt/gnupg
-"
-
-KMEXTRACTONLY="
-	libkleo/
-"
-
-PATCHES=( "${FILESDIR}/${PN}-install-headers.patch" )
-
-src_unpack() {
-	if use handbook; then
-		KMEXTRA="
-			doc/kwatchgnupg
-		"
-	fi
-
-	kde4-meta_src_unpack
-}