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 999E81396D0 for ; Sat, 9 Sep 2017 19:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D94DEE0C48; Sat, 9 Sep 2017 19:12:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B85C9E0C48 for ; Sat, 9 Sep 2017 19:12:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A552D341236 for ; Sat, 9 Sep 2017 19:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 507529063 for ; Sat, 9 Sep 2017 19:12:52 +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: <1504984218.9f71c6dda6234cb8584c90e6bc23ee504c78b877.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: 9f71c6dda6234cb8584c90e6bc23ee504c78b877 X-VCS-Branch: master Date: Sat, 9 Sep 2017 19:12:52 +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: 9b2ad29b-d20e-4654-889b-fc538f94a380 X-Archives-Hash: c202cadc3a01008672080f94df860b48 commit: 9f71c6dda6234cb8584c90e6bc23ee504c78b877 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 9 19:10:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 9 19:10:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f71c6dd kde-misc/kdiff3: HOMEPAGE, EGIT_REPO_URI moved to gitlab Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-misc/kdiff3/kdiff3-9999.ebuild | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild index e8e02e5a99..e7d24dedc3 100644 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild @@ -3,12 +3,11 @@ EAPI=6 -EGIT_BRANCH="kf5" inherit kde5 DESCRIPTION="Frontend to diff3 based on Qt/KF5" -HOMEPAGE="http://kdiff3.sourceforge.net/" -EGIT_REPO_URI="https://anongit.kde.org/scratch/thomasfischer/${PN}" +HOMEPAGE="https://gitlab.com/tfischer/kdiff3.git" +EGIT_REPO_URI="https://gitlab.com/tfischer/${PN}.git" LICENSE="GPL-2" KEYWORDS="" @@ -25,7 +24,6 @@ CDEPEND=" $(add_frameworks_dep kparts) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtcore) $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) @@ -37,12 +35,3 @@ RDEPEND="${CDEPEND} sys-apps/diffutils !kde-misc/kdiff3:4 " - -src_unpack(){ - if [[ ${KDE_BUILD_TYPE} = live ]]; then - git-r3_src_unpack - mv "${S}"/${PN}/* "${S}" || die - else - kde5_src_unpack - fi -}