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 7158D1580B9 for ; Sat, 21 Aug 2021 16:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9454DE086A; Sat, 21 Aug 2021 16:17:30 +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 345CAE0870 for ; Sat, 21 Aug 2021 16:17:30 +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 190DB340ED8 for ; Sat, 21 Aug 2021 16:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EA5F8CF for ; Sat, 21 Aug 2021 16:17:27 +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: <1629562631.02090bd7ac91ed34bfc3be5e488d0d88ce2be518.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/basket/basket-2.49b.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 02090bd7ac91ed34bfc3be5e488d0d88ce2be518 X-VCS-Branch: master Date: Sat, 21 Aug 2021 16:17:27 +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: c1bf1488-6e86-4c20-980e-94ab7e45965e X-Archives-Hash: 3f66fd5cffb13bb7e9bc822669306888 commit: 02090bd7ac91ed34bfc3be5e488d0d88ce2be518 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 21 15:59:58 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 21 16:17:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02090bd7 kde-misc/basket: Update HOMEPAGE, reflecting repo move to kde.org Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/basket/basket-2.49b.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/basket/basket-2.49b.ebuild b/kde-misc/basket/basket-2.49b.ebuild index bbcfe4d1009..a0dfd489d24 100644 --- a/kde-misc/basket/basket-2.49b.ebuild +++ b/kde-misc/basket/basket-2.49b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test" inherit ecm DESCRIPTION="Multiple information organizer - a DropDrawers clone" -HOMEPAGE="https://github.com/basket-notepads/basket" +HOMEPAGE="https://userbase.kde.org/BasKet https://invent.kde.org/utilities/basket" SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"