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 2F162158099 for ; Wed, 29 Nov 2023 06:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 354B22BC053; Wed, 29 Nov 2023 06:20:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 202382BC053 for ; Wed, 29 Nov 2023 06:20:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51792335D1B for ; Wed, 29 Nov 2023 06:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E1F113F3 for ; Wed, 29 Nov 2023 06:20:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701238805.1fe91d18f06754d46bce87c3ead16d8021dfdf36.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/dwl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/dwl/dwl-9999-r1.ebuild gui-wm/dwl/dwl-9999.ebuild gui-wm/dwl/metadata.xml X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1fe91d18f06754d46bce87c3ead16d8021dfdf36 X-VCS-Branch: master Date: Wed, 29 Nov 2023 06:20:41 +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: accdc065-8547-48af-b025-d7ade818865a X-Archives-Hash: 47b1a55bdd76b57daa1093c3febed5ca commit: 1fe91d18f06754d46bce87c3ead16d8021dfdf36 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Nov 25 07:10:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 29 06:20:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe91d18 gui-wm/dwl: update HOMEPAGE Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> gui-wm/dwl/dwl-9999-r1.ebuild | 2 +- gui-wm/dwl/dwl-9999.ebuild | 6 +++--- gui-wm/dwl/metadata.xml | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index ae7d26950f39..2dfac78c8749 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} == *9999* ]]; then ;; esac else - SRC_URI="https://github.com/djpohly/${PN}/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.gh.tar.gz" + SRC_URI="https://codeberg.org/${PN}/${PN}/releases/download/v${PV}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~x86" fi diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index 1bd355e65ad2..f54f72310522 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -8,7 +8,7 @@ inherit savedconfig toolchain-funcs MY_P="${PN}-v${PV}" WLROOTS_SLOT="0/17" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/djpohly/dwl" + EGIT_REPO_URI="https://codeberg.org/dwl/dwl.git" inherit git-r3 # 9999-r0: main (latest stable wlroots release) @@ -23,13 +23,13 @@ if [[ ${PV} == *9999* ]]; then ;; esac else - SRC_URI="https://github.com/djpohly/${PN}/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.gh.tar.gz" + SRC_URI="https://codeberg.org/${PN}/${PN}/releases/download/v${PV}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="dwm for Wayland" -HOMEPAGE="https://github.com/djpohly/dwl" +HOMEPAGE="https://codeberg.org/dwl/dwl" LICENSE="CC0-1.0 GPL-3+ MIT" SLOT="0" diff --git a/gui-wm/dwl/metadata.xml b/gui-wm/dwl/metadata.xml index 4ebf54b3ad36..3d26f0e133bf 100644 --- a/gui-wm/dwl/metadata.xml +++ b/gui-wm/dwl/metadata.xml @@ -10,7 +10,4 @@ proxy-maint@gentoo.org Proxy Maintainers - - djpohly/dwl -