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 0AF3F158099 for ; Fri, 24 Nov 2023 19:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA0C2BC02C; Fri, 24 Nov 2023 19:56:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B57B2BC02C for ; Fri, 24 Nov 2023 19:56: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 CB9ED33FE7D for ; Fri, 24 Nov 2023 19:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A63C13B3 for ; Fri, 24 Nov 2023 19:56:31 +0000 (UTC) From: "George Zenner" 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" Message-ID: <1700855748.0208032a3260ed29af211d2ac1d630987cbe6c85.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/Manifest sys-kernel/ugrd/ugrd-0.10.0.ebuild X-VCS-Directories: sys-kernel/ugrd/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: 0208032a3260ed29af211d2ac1d630987cbe6c85 X-VCS-Branch: dev Date: Fri, 24 Nov 2023 19:56:31 +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: 8d927851-609e-41c9-b8bb-ad138a531495 X-Archives-Hash: 31e8f5a654e9a82075f59c97b7299b8d commit: 0208032a3260ed29af211d2ac1d630987cbe6c85 Author: Zen pyl onl> AuthorDate: Fri Nov 24 19:55:48 2023 +0000 Commit: George Zenner pyl onl> CommitDate: Fri Nov 24 19:55:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0208032a sys-kernel/ugrd: Bumped 10.0 to 10.1, fixed some module resolution issues Signed-off-by: Zen pyl.onl> sys-kernel/ugrd/Manifest | 2 +- sys-kernel/ugrd/ugrd-0.10.0.ebuild | 33 --------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest index 3005586231..0cd5a927c3 100644 --- a/sys-kernel/ugrd/Manifest +++ b/sys-kernel/ugrd/Manifest @@ -1,2 +1,2 @@ -DIST ugrd-0.10.0.tar.gz 43874 BLAKE2B a30772db4a5257e9f664c650f412dec98edc2baca7ebb8dce1aee957f43a05e5d5eaea79b770a545f169bfee1a41da4a52bdbda50a53169aee307d4cde369ea6 SHA512 e0bc1d73534c75a5fcace3dc02b889c08fbdfc027b2584b51956084c09b6bece710d11cde05bdbdcee33397935dd45a127f0c4659018d4a3f0bb5c52fef0e414 +DIST ugrd-0.10.1.tar.gz 43893 BLAKE2B 56b3a54aa3441b03a69d3823478ebbee9c5b0beb84f43450346421dc2e9d47de63db2e2587011b42b39ae25e5dbd92af81746618901c7c2c36d8dc4e7fa365fe SHA512 8da840db87887873f82ad0cf1615599f03a4a329bbbf6114ffad005bed059055580a4f7f1909a2eff03e2c5fe08447c0ef5e3b9973037a9d4970818e9d5a6b2d DIST ugrd-0.8.2.tar.gz 44135 BLAKE2B aea7294336327a332518f667aa85fd668af11e3293f83837bff03eaab75e024eae14e239cadf085713b94e556a3a312d829a66ec68fa89e926cde0f146238727 SHA512 1a760253e1c44893b27b1d04939fb251a31c0a9b7cc63e63d6b3f86f5f20d3bf08cf83029a3f2324cfe1e32e0940f3e45fecf2b96c5e7e323fb48d18567b79a2 diff --git a/sys-kernel/ugrd/ugrd-0.10.0.ebuild b/sys-kernel/ugrd/ugrd-0.10.0.ebuild deleted file mode 100644 index da602c8ba4..0000000000 --- a/sys-kernel/ugrd/ugrd-0.10.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2023 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 - -DESCRIPTION="Python based initramfs generator with TOML defintions" -HOMEPAGE="https://github.com/desultory/ugrd" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="app-misc/pax-utils" -DEPEND="dev-python/zenlib" - -src_install() { - # Call the distutils-r1_src_install function to install the package - distutils-r1_src_install - # Create the ugrd config directory - keepdir /etc/ugrd -} - -pkg_postinst() { - optfeature "ugrd.crypto.cryptsetup support" sys-fs/cryptsetup - optfeature "ugrd.fs.btrfs support" sys-fs/btrfs-progs - optfeature "ugrd.crypto.gpg support" app-crypt/gnupg - optfeature "ugrd.fs.zfs support" sys-fs/zfs -}