public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/ugrd/
Date: Sun, 19 Nov 2023 09:58:54 +0000 (UTC)	[thread overview]
Message-ID: <1700336990.b0b3e590955f18c3194d2c5000e586e486561fe7.ceamac@gentoo> (raw)

commit:     b0b3e590955f18c3194d2c5000e586e486561fe7
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Sat Nov 18 19:49:50 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 19:49:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0b3e590

sys-kernel/ugrd: Added version 0.8.2

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

 sys-kernel/ugrd/Manifest          |  1 +
 sys-kernel/ugrd/ugrd-0.8.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 7cfadff8e1..fbe5fd5ce4 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1 +1,2 @@
 DIST ugrd-0.8.1.tar.gz 42632 BLAKE2B c530d9613d383eb3a04e30ea23ad4b9308d63b4be702c91c32ab971a0a447820ea312720b219f28accc328582f5aaf82bf92523a56ebfa1f107cbf4438c5a418 SHA512 2dd52fc4652a648811dfaf8a1f07217108d2b7d07ebfdf795e79e06cf3cb7ed0b5bf8deedca669f8faf4b0d0bdb5cb111d3ec37d73859854df6f36e2d81eab4f
+DIST ugrd-0.8.2.tar.gz 44135 BLAKE2B aea7294336327a332518f667aa85fd668af11e3293f83837bff03eaab75e024eae14e239cadf085713b94e556a3a312d829a66ec68fa89e926cde0f146238727 SHA512 1a760253e1c44893b27b1d04939fb251a31c0a9b7cc63e63d6b3f86f5f20d3bf08cf83029a3f2324cfe1e32e0940f3e45fecf2b96c5e7e323fb48d18567b79a2

diff --git a/sys-kernel/ugrd/ugrd-0.8.2.ebuild b/sys-kernel/ugrd/ugrd-0.8.2.ebuild
new file mode 100644
index 0000000000..be7eb7e67c
--- /dev/null
+++ b/sys-kernel/ugrd/ugrd-0.8.2.ebuild
@@ -0,0 +1,32 @@
+# 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} 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/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-misc/pax-utils"
+
+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
+}


             reply	other threads:[~2023-11-19  9:58 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-19  9:58 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 19:26 [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/ugrd/ Andrew Ammerlaan
2024-07-15 19:27 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2024-06-12 16:10 Viorel Munteanu
2024-06-10  6:27 Viorel Munteanu
2024-06-10  6:27 Viorel Munteanu
2024-06-04 12:26 David Roman
2024-06-01 22:03 Julien Roy
2024-05-31  8:55 Julien Roy
2024-05-31  8:55 Julien Roy
2024-05-29  8:35 Florian Schmaus
2024-05-29  8:35 Florian Schmaus
2024-05-22 12:46 Haelwenn Monnier
2024-05-21 21:33 Julien Roy
2024-05-21 21:10 Julien Roy
2024-05-21 21:10 Julien Roy
2024-05-13 17:48 Julien Roy
2024-05-13 17:48 Julien Roy
2024-05-12  9:38 Viorel Munteanu
2024-05-10  0:33 Haelwenn Monnier
2024-05-07 14:26 Florian Schmaus
2024-05-07  3:54 Rui Huang
2024-05-07  3:54 Rui Huang
2024-05-07  3:54 Rui Huang
2024-05-05 20:12 Julien Roy
2024-05-05 19:04 Julien Roy
2024-05-05 13:19 Julien Roy
2024-05-05 13:15 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-05 13:19 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-30 12:22 David Roman
2024-04-29 21:27 David Roman
2024-04-28 21:05 David Roman
2024-04-28 21:05 David Roman
2024-04-28 21:05 David Roman
2024-04-20 15:12 Julien Roy
2024-03-25 10:26 Julien Roy
2024-03-10 21:26 Haelwenn Monnier
2024-01-22 17:27 David Roman
2024-01-01  3:56 David Roman
2024-01-01  3:56 David Roman
2023-12-30 15:48 David Roman
2023-12-30 15:48 David Roman
2023-12-27 20:23 David Roman
2023-12-27 20:23 David Roman
2023-12-27 20:23 David Roman
2023-12-26 21:02 David Roman
2023-12-26 21:02 David Roman
2023-12-26 21:02 David Roman
2023-12-26 21:02 David Roman
2023-12-26 21:02 David Roman
2023-12-26 21:02 David Roman
2023-12-26 19:23 David Roman
2023-12-26 19:23 David Roman
2023-12-26 19:23 David Roman
2023-12-23  7:33 Viorel Munteanu
2023-12-23  7:33 Viorel Munteanu
2023-12-23  7:24 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-23  7:33 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-12-04  7:11 Viorel Munteanu
2023-12-02  1:29 Haelwenn Monnier
2023-12-02  1:29 Haelwenn Monnier
2023-11-29 22:40 David Roman
2023-11-29 22:40 David Roman
2023-11-29 22:40 David Roman
2023-11-29 22:40 David Roman
2023-11-29 22:40 David Roman
2023-11-24 17:20 David Roman
2023-11-24 17:20 David Roman
2023-11-24 17:20 David Roman
2023-11-24 17:20 David Roman
2023-11-20 14:14 David Roman
2023-11-09  3:11 Haelwenn Monnier
2023-11-09  3:11 Haelwenn Monnier
2023-11-06 14:18 David Roman
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier
2023-11-01 23:27 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1700336990.b0b3e590955f18c3194d2c5000e586e486561fe7.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox