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 3B1161382C5 for ; Thu, 15 Feb 2018 00:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60459E091A; Thu, 15 Feb 2018 00:33:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41D31E091A for ; Thu, 15 Feb 2018 00:33:00 +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 F4105335C09 for ; Thu, 15 Feb 2018 00:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364811E6 for ; Thu, 15 Feb 2018 00:32:57 +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: <1518654759.0210a53ae2e61bd69306afe834fb803050a54838.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdiff3/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdiff3/kdiff3-9999.ebuild X-VCS-Directories: kde-misc/kdiff3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0210a53ae2e61bd69306afe834fb803050a54838 X-VCS-Branch: master Date: Thu, 15 Feb 2018 00:32:57 +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: 7d49ad7f-e045-4e06-94b2-8682557b72f4 X-Archives-Hash: b31c64db5e256001fcca1da92f08fafe commit: 0210a53ae2e61bd69306afe834fb803050a54838 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 15 00:32:30 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 15 00:32:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0210a53a kde-misc/kdiff3: Moved back to KDE infrastructure Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-misc/kdiff3/kdiff3-9999.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild index 59e202dc93..ece8530a13 100644 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild @@ -3,17 +3,17 @@ EAPI=6 +KDE_HANDBOOK="forceoptional" inherit kde5 -DESCRIPTION="Frontend to diff3 based on Qt/KF5" -HOMEPAGE="https://gitlab.com/tfischer/kdiff3.git" -EGIT_REPO_URI="https://gitlab.com/tfischer/${PN}.git" +DESCRIPTION="Frontend to diff3 based on KDE Frameworks" +HOMEPAGE="https://userbase.kde.org/KDiff3" LICENSE="GPL-2" KEYWORDS="" IUSE="" -CDEPEND=" +DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -28,10 +28,7 @@ CDEPEND=" $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) " -DEPEND="${CDEPEND} - sys-devel/gettext -" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} sys-apps/diffutils !kde-misc/kdiff3:4 "