From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-949684-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 59A2A139694
	for <garchives@archives.gentoo.org>; Sun, 14 May 2017 10:13:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B30BBE0E55;
	Sun, 14 May 2017 10:13:51 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 93706E0E55
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2017 10:13:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DA6DF3416B8
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2017 10:13:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FD9B7457
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2017 10:13:49 +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: <1494756819.4e04f51ea82a659268879a5d231ee22269d4bc70.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild
X-VCS-Directories: kde-misc/kdiff3/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 4e04f51ea82a659268879a5d231ee22269d4bc70
X-VCS-Branch: master
Date: Sun, 14 May 2017 10:13:49 +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: 44ebd116-db11-4166-98f3-dc8db4a01c80
X-Archives-Hash: 39bd4c1ed897477f86d640cca53f51ac

commit:     4e04f51ea82a659268879a5d231ee22269d4bc70
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:01:52 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:13:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e04f51e

kde-misc/kdiff3: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild | 34 --------------------------
 1 file changed, 34 deletions(-)

diff --git a/kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild b/kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild
deleted file mode 100644
index eb5269e1c4f..00000000000
--- a/kde-misc/kdiff3/kdiff3-0.9.98_p20170219.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Frontend to diff3 based on Qt/KF5"
-HOMEPAGE="http://kdiff3.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kcrash)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kparts)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-	!kde-misc/kdiff3:4
-	sys-apps/diffutils
-"