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 2989213835A for ; Sat, 10 Oct 2020 21:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D4A3E0949; Sat, 10 Oct 2020 21:39:57 +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 25CCFE0949 for ; Sat, 10 Oct 2020 21:39:57 +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 2CAAC340E87 for ; Sat, 10 Oct 2020 21:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE5A139D for ; Sat, 10 Oct 2020 21:39:54 +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: <1602348330.86215223adf4a03f1307fca1b708921310f13d3a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/basket/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/basket/basket-9999.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86215223adf4a03f1307fca1b708921310f13d3a X-VCS-Branch: master Date: Sat, 10 Oct 2020 21:39:54 +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: 62aac5ed-8753-4e5e-87bf-46dd0650a6e9 X-Archives-Hash: 92f32cb1acd5bb3b60befac28c62a3d7 commit: 86215223adf4a03f1307fca1b708921310f13d3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 10 16:45:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 10 16:45:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86215223 kde-misc/basket: Update HOMEPAGE, reflecting repo move to kde.org Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/basket/basket-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/basket/basket-9999.ebuild b/kde-misc/basket/basket-9999.ebuild index 935562d7ac..a1f3efcff0 100644 --- a/kde-misc/basket/basket-9999.ebuild +++ b/kde-misc/basket/basket-9999.ebuild @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Multiple information organizer - a DropDrawers clone" -HOMEPAGE="https://userbase.kde.org/BasKet https://github.com/basket-notepads/basket" +HOMEPAGE="https://userbase.kde.org/BasKet https://invent.kde.org/utilities/basket" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"