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 20441138359 for ; Mon, 5 Oct 2020 20:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 389A5E0978; Mon, 5 Oct 2020 20:04:52 +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 1C648E0978 for ; Mon, 5 Oct 2020 20:04:52 +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 AEFA9335D83 for ; Mon, 5 Oct 2020 20:04:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36EC2353 for ; Mon, 5 Oct 2020 20:04:49 +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: <1601927841.f2178d61bd27916d25bf65d41ab034b022ac9493.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-20.08.49.9999.ebuild kde-apps/kget/kget-9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2178d61bd27916d25bf65d41ab034b022ac9493 X-VCS-Branch: master Date: Mon, 5 Oct 2020 20:04:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3877b496-6306-4cfe-84ff-399cc486e69c X-Archives-Hash: eafd9143d94e4fae0ee363143facf8e6 commit: f2178d61bd27916d25bf65d41ab034b022ac9493 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 5 19:57:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 5 19:57:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2178d61 kde-apps/kget: Update HOMEPAGE, drop unnecessary PLASMA_MINIMAL Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kget/kget-20.08.49.9999.ebuild | 5 ++--- kde-apps/kget/kget-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-apps/kget/kget-20.08.49.9999.ebuild b/kde-apps/kget/kget-20.08.49.9999.ebuild index b796188447..179711840b 100644 --- a/kde-apps/kget/kget-20.08.49.9999.ebuild +++ b/kde-apps/kget/kget-20.08.49.9999.ebuild @@ -6,12 +6,11 @@ EAPI=7 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=5.72.0 -PLASMA_MINIMAL=5.16.5 QTMIN=5.14.2 inherit ecm kde.org DESCRIPTION="Advanced download manager by KDE" -HOMEPAGE="https://kde.org/applications/internet/org.kde.kget" +HOMEPAGE="https://kde.org/applications/en/kget" LICENSE="GPL-2" # TODO: CHECK SLOT="5" @@ -49,7 +48,7 @@ RDEPEND=" >=kde-frameworks/solid-${KFMIN}:5 bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) - kde? ( >=kde-plasma/libkworkspace-${PLASMA_MINIMAL}:5 ) + kde? ( kde-plasma/libkworkspace:5 ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) " diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index 4ef8661f67..79cd96b707 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.ebuild @@ -6,12 +6,11 @@ EAPI=7 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=5.74.0 -PLASMA_MINIMAL=5.16.5 QTMIN=5.14.2 inherit ecm kde.org DESCRIPTION="Advanced download manager by KDE" -HOMEPAGE="https://kde.org/applications/internet/org.kde.kget" +HOMEPAGE="https://kde.org/applications/en/kget" LICENSE="GPL-2" # TODO: CHECK SLOT="5" @@ -49,7 +48,7 @@ RDEPEND=" >=kde-frameworks/solid-${KFMIN}:5 bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) - kde? ( >=kde-plasma/libkworkspace-${PLASMA_MINIMAL}:5 ) + kde? ( kde-plasma/libkworkspace:5 ) mms? ( media-libs/libmms ) sqlite? ( dev-db/sqlite:3 ) "