commit:     c30c00c6ca699dfe359890f317447557d706a92e
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Thu Nov  2 15:45:55 2023 +0000
Commit:     George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Thu Nov  2 15:46:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c30c00c6

sys-kernel/ugrd: Bumped version to 0.7.5, fixed download path and resulting 
filename

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

 sys-kernel/ugrd/Manifest                           |  3 +--
 sys-kernel/ugrd/metadata.xml                       |  6 ++++-
 sys-kernel/ugrd/ugrd-0.7.4.ebuild                  | 30 ----------------------
 .../ugrd/{ugrd-0.7.3.ebuild => ugrd-0.7.5.ebuild}  |  4 +--
 4 files changed, 8 insertions(+), 35 deletions(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index dc66f2061a..4ac9d8b741 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1,2 +1 @@
-DIST ugrd-0.7.3.tar.gz 38573 BLAKE2B 
86567ec5d0790af6667de4b6f8fa9f6ae83e49df7b0a32be7b4f0a7ea3f305a6206c25e35d86f6927b747a091ca9957755bf5049716e9b14b466c6c64dd536ee
 SHA512 
40b081b7cd916db5c133ddaa74b3589081088d62572339d749a9eb6fda17d06041a5bf352c73130ded6fc3e0c44fc5893217e0a1bace8cf31dde362ccc5b1fe4
-DIST ugrd-0.7.4.tar.gz 38882 BLAKE2B 
7bafa5e555093c862e1d34f6aa9c3079210f597f10504aa0f96f3ee2d189fb684c8b57ef197fab989406a90fc7f472f240269a30a03287a5059a1898fd4d229d
 SHA512 
b8e893fc12cc7a790ef59060583afd1a3b0407ca00b8d06df3c78f435133d4ebbd21c3e70eae1e4a309dcadc20ffd62fb3ead6adb5eb19d925cc92716e70c651
+DIST ugrd-0.7.5.tar.gz 39798 BLAKE2B 
ed55744aa046153c79a292141f4b5f11668bbaee578ab56378b0541acd90740cca70ce3c5bf519d06428f2ff766089cdd85839e863bda622393370391a19caa9
 SHA512 
d618af79eb132a0040a99a8f03e0a43261101ac55486b8df622ff34e25094914e91e243585aead695011b340c22488ad4a2d558d02103f00b23b73f420623092

diff --git a/sys-kernel/ugrd/metadata.xml b/sys-kernel/ugrd/metadata.xml
index e97424c704..562c38a3be 100644
--- a/sys-kernel/ugrd/metadata.xml
+++ b/sys-kernel/ugrd/metadata.xml
@@ -1,10 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer type="person">
+       <maintainer type="person" proxied="yes">
                <email>[email protected]</email>
                <name>Zen</name>
        </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
        <upstream>
                <remote-id type="github">desultory/ugrd</remote-id>
        </upstream>

diff --git a/sys-kernel/ugrd/ugrd-0.7.4.ebuild 
b/sys-kernel/ugrd/ugrd-0.7.4.ebuild
deleted file mode 100644
index 71ef701393..0000000000
--- a/sys-kernel/ugrd/ugrd-0.7.4.ebuild
+++ /dev/null
@@ -1,30 +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_{8..12} pypy3 )
-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/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="app-misc/pax-utils"
-
-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
-}

diff --git a/sys-kernel/ugrd/ugrd-0.7.3.ebuild 
b/sys-kernel/ugrd/ugrd-0.7.5.ebuild
similarity index 91%
rename from sys-kernel/ugrd/ugrd-0.7.3.ebuild
rename to sys-kernel/ugrd/ugrd-0.7.5.ebuild
index 71ef701393..0a7d1b0e0d 100644
--- a/sys-kernel/ugrd/ugrd-0.7.3.ebuild
+++ b/sys-kernel/ugrd/ugrd-0.7.5.ebuild
@@ -4,12 +4,12 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..12} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 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/${P}.tar.gz";
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to