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 970A515813A for ; Mon, 20 Jan 2025 23:50:45 +0000 (UTC) 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 (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9615C342FE8 for ; Mon, 20 Jan 2025 23:50:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC20E01E4; Mon, 20 Jan 2025 23:49:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F05E2E01E4 for ; Mon, 20 Jan 2025 23:49:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40878343007 for ; Mon, 20 Jan 2025 23:49:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC107252F for ; Mon, 20 Jan 2025 23:49:56 +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: <1737416935.c3d9a50190f4473aa71d3f18abcb8babdde5408a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ugrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/ugrd/ugrd-9999.ebuild X-VCS-Directories: sys-kernel/ugrd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3d9a50190f4473aa71d3f18abcb8babdde5408a X-VCS-Branch: master Date: Mon, 20 Jan 2025 23:49:56 +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: 296f9fff-b04d-4cf8-ad6c-7deb3843da0f X-Archives-Hash: d7455090a79e76ae9932ea18a6af7fab commit: c3d9a50190f4473aa71d3f18abcb8babdde5408a Author: Sam James gentoo org> AuthorDate: Mon Jan 20 23:48:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 20 23:48:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d9a501 sys-kernel/ugrd: sync live description Signed-off-by: Sam James gentoo.org> sys-kernel/ugrd/ugrd-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/ugrd/ugrd-9999.ebuild b/sys-kernel/ugrd/ugrd-9999.ebuild index 7029a52abb6f..de8f0b2f59b8 100644 --- a/sys-kernel/ugrd/ugrd-9999.ebuild +++ b/sys-kernel/ugrd/ugrd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 git-r3 optfeature shell-completion -DESCRIPTION="Python based initramfs generator with TOML defintions" +DESCRIPTION="Python based POSIX initramfs generator with TOML defintions" HOMEPAGE="https://github.com/desultory/ugrd" EGIT_REPO_URI="https://github.com/desultory/${PN}"