public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut-crypt-ssh/
Date: Fri, 30 Aug 2024 15:31:32 +0000 (UTC)	[thread overview]
Message-ID: <1725031046.b38e907dbaac58b035c6ab78fc79c3a13a3a1ee6.jsmolic@gentoo> (raw)

commit:     b38e907dbaac58b035c6ab78fc79c3a13a3a1ee6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 15:17:26 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 15:17:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38e907d

sys-kernel/dracut-crypt-ssh: update EAPI 7 -> 8

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../dracut-crypt-ssh-1.0.8-r1.ebuild               | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r1.ebuild b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r1.ebuild
new file mode 100644
index 000000000000..a23395d222fc
--- /dev/null
+++ b/sys-kernel/dracut-crypt-ssh/dracut-crypt-ssh-1.0.8-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Early unlocking of encrypted systems via ssh for dracut"
+HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"
+SRC_URI="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="sys-kernel/dracut"
+RDEPEND="${DEPEND}
+	|| (
+		net-misc/connman
+		net-misc/dhcp
+		net-misc/dhcpcd
+		net-misc/netifrc
+		net-misc/networkmanager
+		sys-apps/systemd
+	)
+	net-misc/dropbear"
+
+src_prepare() {
+	default
+
+	# Fix libdir (hard-coded to "lib64")
+	sed "s@/lib64/@/$(get_libdir)/@" \
+		-i modules/60crypt-ssh/module-setup.sh \
+		|| die
+}
+
+src_configure() {
+	tc-export CC
+	default
+}


             reply	other threads:[~2024-08-30 15:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-30 15:31 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 15:31 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut-crypt-ssh/ Jakov Smolić
2024-06-06 23:49 Louis Sautier
2024-06-06 23:49 Louis Sautier
2024-02-24 12:40 Jakov Smolić
2021-08-27 23:13 Jakov Smolić
2021-04-28 13:30 Lars Wendler
2020-10-08  6:57 Joonas Niilola
2020-09-13  6:01 Joonas Niilola
2020-09-13  6:01 Joonas Niilola
2020-09-13  6:01 Joonas Niilola
2020-08-14 18:43 Jonas Stein
2018-03-24 12:06 Michał Górny
2018-03-15 16:14 Michał Górny

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=1725031046.b38e907dbaac58b035c6ab78fc79c3a13a3a1ee6.jsmolic@gentoo \
    --to=jsmolic@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