From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1213589-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 CCB2D13835B
	for <garchives@archives.gentoo.org>; Sat, 10 Oct 2020 21:39:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CC441E095A;
	Sat, 10 Oct 2020 21:39:58 +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 B4120E095C
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Oct 2020 21:39:58 +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 D6328340EF4
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Oct 2020 21:39:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C1293A5
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Oct 2020 21:39:55 +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: <1602354909.43bcc41547e20925255c19bcaa68b5e7a10ae3d0.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/khangman/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/khangman/khangman-20.08.49.9999.ebuild kde-apps/khangman/khangman-9999.ebuild
X-VCS-Directories: kde-apps/khangman/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 43bcc41547e20925255c19bcaa68b5e7a10ae3d0
X-VCS-Branch: master
Date: Sat, 10 Oct 2020 21:39:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b07c0bf6-15e5-465a-96e1-15a7dfd10881
X-Archives-Hash: 7de3ed96fe3fa35f4c25bf785dffc63d

commit:     43bcc41547e20925255c19bcaa68b5e7a10ae3d0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 18:35:09 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 18:35:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=43bcc415

kde-apps/khangman: Drop unused DEPEND, update HOMEPAGE

Upstream commit 011a6e2779c85be96e3609a4e2a847a6b2aeccd8

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/khangman/khangman-20.08.49.9999.ebuild | 2 +-
 kde-apps/khangman/khangman-9999.ebuild          | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/khangman/khangman-20.08.49.9999.ebuild b/kde-apps/khangman/khangman-20.08.49.9999.ebuild
index 0faca0e01b..1dc3af07d7 100644
--- a/kde-apps/khangman/khangman-20.08.49.9999.ebuild
+++ b/kde-apps/khangman/khangman-20.08.49.9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.2
 inherit ecm kde.org
 
 DESCRIPTION="Classical hangman game by KDE"
-HOMEPAGE="https://kde.org/applications/education/org.kde.khangman
+HOMEPAGE="https://kde.org/applications/en/khangman
 https://edu.kde.org/khangman/"
 
 LICENSE="GPL-2" # TODO: CHECK

diff --git a/kde-apps/khangman/khangman-9999.ebuild b/kde-apps/khangman/khangman-9999.ebuild
index 803d456009..4d961a2c46 100644
--- a/kde-apps/khangman/khangman-9999.ebuild
+++ b/kde-apps/khangman/khangman-9999.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.14.2
 inherit ecm kde.org
 
 DESCRIPTION="Classical hangman game by KDE"
-HOMEPAGE="https://kde.org/applications/education/org.kde.khangman
+HOMEPAGE="https://kde.org/applications/en/khangman
 https://edu.kde.org/khangman/"
 
 LICENSE="GPL-2" # TODO: CHECK
@@ -30,7 +30,6 @@ DEPEND="
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdeclarative-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/knewstuff-${KFMIN}:5
 	>=kde-frameworks/knotifications-${KFMIN}:5