From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 6E8FE1582EF for ; Mon, 10 Mar 2025 03:56:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 55D1A34316C for ; Mon, 10 Mar 2025 03:56:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 03BDA1103C2; Mon, 10 Mar 2025 03:56:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id F20191103C2 for ; Mon, 10 Mar 2025 03:56:24 +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 A9D57343152 for ; Mon, 10 Mar 2025 03:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FBD428B5 for ; Mon, 10 Mar 2025 03:56:23 +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: <1741578892.f916f5e7082e4a6563da9743a9e4b113e5e515e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tiny-dfr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/tiny-dfr/metadata.xml app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild X-VCS-Directories: app-laptop/tiny-dfr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f916f5e7082e4a6563da9743a9e4b113e5e515e2 X-VCS-Branch: master Date: Mon, 10 Mar 2025 03:56:23 +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: 444ee804-b249-4a02-a1e3-32a43089c619 X-Archives-Hash: 17b6ee5993cedcf52a6acb4f08e33c62 commit: f916f5e7082e4a6563da9743a9e4b113e5e515e2 Author: Sasha Finkelstein gmail com> AuthorDate: Tue Mar 4 10:32:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 03:54:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f916f5e7 app-laptop/tiny-dfr: Update SRC_URI and remote-id Signed-off-by: Sasha Finkelstein gmail.com> Signed-off-by: Sam James gentoo.org> app-laptop/tiny-dfr/metadata.xml | 2 +- app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild | 6 +++--- app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild | 6 +++--- app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-laptop/tiny-dfr/metadata.xml b/app-laptop/tiny-dfr/metadata.xml index e7448d1913f6..fd23dd2cc0a2 100644 --- a/app-laptop/tiny-dfr/metadata.xml +++ b/app-laptop/tiny-dfr/metadata.xml @@ -13,6 +13,6 @@ Proxy Maintainers - WhatAmISupposedToPutHere/tiny-dfr + AsahiLinux/tiny-dfr diff --git a/app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild b/app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild index 50dc4b3865d9..25036e01d219 100644 --- a/app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild +++ b/app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -209,14 +209,14 @@ xml5ever@0.17.0 inherit cargo udev systemd linux-info DESCRIPTION="The most basic dynamic function row daemon possible" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/tiny-dfr" +HOMEPAGE="https://github.com/AsahiLinux/tiny-dfr" LICENSE="MIT" SLOT="0" KEYWORDS="~arm64" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " DEPEND=" diff --git a/app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild b/app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild index b062920af350..0c5c65ec356c 100644 --- a/app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild +++ b/app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -209,11 +209,11 @@ EAPI=8 inherit cargo udev systemd linux-info DESCRIPTION="The most basic dynamic function row daemon possible" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/tiny-dfr" +HOMEPAGE="https://github.com/AsahiLinux/tiny-dfr" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " LICENSE="MIT" diff --git a/app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild b/app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild index 067fcf402f24..aa367d4ce4f4 100644 --- a/app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild +++ b/app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild @@ -237,11 +237,11 @@ CRATES=" inherit cargo udev systemd linux-info DESCRIPTION="The most basic dynamic function row daemon possible" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/tiny-dfr" +HOMEPAGE="https://github.com/AsahiLinux/tiny-dfr" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " LICENSE="MIT"