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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7787F158088 for ; Fri, 4 Feb 2022 11:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956262BC052; Fri, 4 Feb 2022 11:44:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 675A42BC054 for ; Fri, 4 Feb 2022 11:44:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0945343209 for ; Fri, 4 Feb 2022 11:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E4822D3 for ; Fri, 4 Feb 2022 11:44:28 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1643801318.50d07fc1e7d0a0301c6664f75a6b3a04d6d07dc4.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/squeekboard/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/squeekboard/squeekboard-1.16.0.ebuild X-VCS-Directories: x11-misc/squeekboard/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 50d07fc1e7d0a0301c6664f75a6b3a04d6d07dc4 X-VCS-Branch: master Date: Fri, 4 Feb 2022 11:44:28 +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: 0b83d5eb-5e2b-4641-809e-21ce898c7a10 X-Archives-Hash: 87d22ce5834e3738770e8e3b6304d85f commit: 50d07fc1e7d0a0301c6664f75a6b3a04d6d07dc4 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Wed Feb 2 11:28:38 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Feb 2 11:28:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50d07fc1 x11-misc/squeekboard: Changed to gnome instead of librem5 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Gerben Jan Dijkman gjdwebserver.nl> x11-misc/squeekboard/squeekboard-1.16.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/squeekboard/squeekboard-1.16.0.ebuild b/x11-misc/squeekboard/squeekboard-1.16.0.ebuild index 6ae3570fb..bc71875fc 100644 --- a/x11-misc/squeekboard/squeekboard-1.16.0.ebuild +++ b/x11-misc/squeekboard/squeekboard-1.16.0.ebuild @@ -55,8 +55,8 @@ inherit cargo gnome2-utils meson toolchain-funcs xdg MY_COMMIT="19630334b07d6d2949932cf05018925cb3ab9613" DESCRIPTION="Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone" -HOMEPAGE="https://source.puri.sm/Librem5/squeekboard" -SRC_URI="https://source.puri.sm/Librem5/squeekboard/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://gitlab.gnome.org/Phosh/squeekboard" +SRC_URI="https://gitlab.gnome.org/Phosh/squeekboard/-/archive/v${PV}/squeekboard-v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" $(cargo_crate_uris ${CRATES})" LICENSE="GPL-3"