commit:     40847bdbd053cbc49ba9af723029281de17e818d
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Mon Jan  1 02:11:15 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  1 02:11:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40847bdb

dev-python/cpio: Update manifest (remove old ugrd version)

Signed-off-by: Zen <z <AT> pyl.onl>

 dev-python/pycpio/Manifest         |  2 +-
 sys-kernel/ugrd/ugrd-0.19.2.ebuild | 44 --------------------------------------
 2 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index b5aa717b6d..0ba414b534 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1 +1 @@
-DIST pycpio-0.7.3.tar.gz 17991 BLAKE2B 
92b6ae62dd1d81b9c87423e417ef24989df6340b22cf1686a7718dd164c2ed4193b65fd2be55bb17d86500fefec9e2a81efd2c518943bca6d6225e819c30cf86
 SHA512 
509294f8f0688cd3c9b82790bbf23627a3aeb045ecb7f2371fbaae10c6d9ae98a7965d25e19f8ef3d230faeddb5fad82b8305876fb144122f2bd6c46b4fe19f0
+DIST pycpio-0.8.0.tar.gz 17988 BLAKE2B 
101aa0d533e1a1b00eda7f6286a5f4c9b97248625adeeeece3377a6ef6510a6bc3f2a4e24c70a6b967e135270c3bae91419d20a2952464f22f8596cc2fefacf7
 SHA512 
d1c8519e1dc6e2663e55a2e9f6e8d90670cca5f47a58a8838f1ed9ec1bb7fb002db98b04b8d083475fc61b52f05e6a5a9d21435f06a6f627550b292d2eeea846

diff --git a/sys-kernel/ugrd/ugrd-0.19.2.ebuild 
b/sys-kernel/ugrd/ugrd-0.19.2.ebuild
deleted file mode 100644
index 871bdbc645..0000000000
--- a/sys-kernel/ugrd/ugrd-0.19.2.ebuild
+++ /dev/null
@@ -1,44 +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/zen-logging-1.1.0
->=dev-python/zen-util-1.0.1
->=dev-python/pycpio-0.7.3
-sys-apps/pciutils"
-
-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
-       # Install the example config into /etc/ugrd/config.toml
-       # Do not overwrite an existing config
-       insinto /etc/ugrd
-       newins examples/example.toml config.toml
-       # Create the kernel preinst.d directory if it doesn't exist
-       # Install the kernel preinst.d hook
-       keepdir /etc/kernel/preinst.d
-       exeinto /etc/kernel/preinst.d
-       doexe hooks/51-ugrd.install
-}
-
-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
-}

Reply via email to