From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1630317-garchives=archives.gentoo.org@lists.gentoo.org> 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 9F5CA158064 for <garchives@archives.gentoo.org>; Mon, 13 May 2024 03:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F00E2A12; Mon, 13 May 2024 03:52:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA849E2A12 for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 03:52:34 +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 CE94B3430CB for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 03:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A8D91AA4 for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 03:52:32 +0000 (UTC) From: "George Zenner" <dev@pyl.onl> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" <dev@pyl.onl> Message-ID: <1715570780.169ad220ed2dfdd93e087817b3046d9ab1fd4a35.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/ugrd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-kernel/ugrd/ugrd-0.22.0.ebuild sys-kernel/ugrd/ugrd-1.5.0.ebuild X-VCS-Directories: sys-kernel/ugrd/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: 169ad220ed2dfdd93e087817b3046d9ab1fd4a35 X-VCS-Branch: dev Date: Mon, 13 May 2024 03:52:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e91cd7ad-7b45-4b76-b3a9-61401883d5f2 X-Archives-Hash: 49ea734dad927641c810bce451273399 commit: 169ad220ed2dfdd93e087817b3046d9ab1fd4a35 Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Mon May 13 03:26:20 2024 +0000 Commit: George Zenner <dev <AT> pyl <DOT> onl> CommitDate: Mon May 13 03:26:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=169ad220 sys-kernel/ugrd: Removed 0.22.0 added 1.5.0 Signed-off-by: Zen <z <AT> pyl.onl> .../ugrd/{ugrd-0.22.0.ebuild => ugrd-1.5.0.ebuild} | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/sys-kernel/ugrd/ugrd-0.22.0.ebuild b/sys-kernel/ugrd/ugrd-1.5.0.ebuild similarity index 71% rename from sys-kernel/ugrd/ugrd-0.22.0.ebuild rename to sys-kernel/ugrd/ugrd-1.5.0.ebuild index 6c369fa202..58b58a6380 100644 --- a/sys-kernel/ugrd/ugrd-0.22.0.ebuild +++ b/sys-kernel/ugrd/ugrd-1.5.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..12} ) -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature shell-completion DESCRIPTION="Python based initramfs generator with TOML defintions" HOMEPAGE="https://github.com/desultory/ugrd" @@ -15,10 +15,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -RDEPEND="app-misc/pax-utils" -DEPEND=">=dev-python/zenlib-1.7.2[${PYTHON_USEDEP}] ->=dev-python/pycpio-0.9.0[${PYTHON_USEDEP}] -sys-apps/pciutils" +RDEPEND=" + app-misc/pax-utils + >=dev-python/zenlib-2.1.1[${PYTHON_USEDEP}] + >=dev-python/pycpio-1.1.1[${PYTHON_USEDEP}] + sys-apps/pciutils +" src_install() { # Call the distutils-r1_src_install function to install the package @@ -33,7 +35,12 @@ src_install() { # Install the kernel preinst.d hook keepdir /etc/kernel/preinst.d exeinto /etc/kernel/preinst.d - doexe hooks/51-ugrd.install + doexe hooks/installkernel/51-ugrd.install + exeinto /lib/kernel/install.d + doexe hooks/kernel-install/51-ugrd.install + # Install bash autocomplete script + dobashcomp completion/ugrd + dozshcomp completion/_ugrd } pkg_postinst() {