aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZen <z@pyl.onl>2023-11-24 13:55:48 -0600
committerZen <z@pyl.onl>2023-11-24 13:55:48 -0600
commit0208032a3260ed29af211d2ac1d630987cbe6c85 (patch)
tree87cab7d9d62e1b95e9dd0ae87e5cc0f1be9ae419 /sys-kernel
parentsys-kernel/ugrd: Bumped to version 0.10, leaving 8.2 as it is stable, 9.x had... (diff)
downloadguru-0208032a3260ed29af211d2ac1d630987cbe6c85.tar.gz
guru-0208032a3260ed29af211d2ac1d630987cbe6c85.tar.bz2
guru-0208032a3260ed29af211d2ac1d630987cbe6c85.zip
sys-kernel/ugrd: Bumped 10.0 to 10.1, fixed some module resolution issues
Signed-off-by: Zen <z@pyl.onl>
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/ugrd/Manifest2
-rw-r--r--sys-kernel/ugrd/ugrd-0.10.0.ebuild33
2 files changed, 1 insertions, 34 deletions
diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 300558623..0cd5a927c 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 da602c8ba..000000000
--- 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
-}