public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dkms/
Date: Mon, 21 Oct 2024 16:52:06 +0000 (UTC)	[thread overview]
Message-ID: <1729529510.acd0dda3adba273dbcef56b5384e81a7bee5a978.andrewammerlaan@gentoo> (raw)

commit:     acd0dda3adba273dbcef56b5384e81a7bee5a978
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 16:51:50 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 16:51:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd0dda3

sys-kernel/dkms: add 3.1.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-kernel/dkms/Manifest          |  1 +
 sys-kernel/dkms/dkms-3.1.1.ebuild | 53 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest
index 429fc147b773..0f0dee8fbd5f 100644
--- a/sys-kernel/dkms/Manifest
+++ b/sys-kernel/dkms/Manifest
@@ -1,2 +1,3 @@
 DIST dkms-3.0.13.tar.gz 92840 BLAKE2B ccd677b6e8074fd0ced23f0735817fc36364f4476f7d552af2417b33a4845652a0b0331d3a7642fb5149178674448b479f094fdf27babd64efbfea1491daf671 SHA512 6cf3866730ea92715092b50a1174026dda9a7fb1321796e7c887032ffefb5609c0f6cf59a60ff4d47b7ffee2dac331584073393e9e4e906eaa5a425fc8d22c02
 DIST dkms-3.1.0.tar.gz 92614 BLAKE2B 555c2e4d340bf99bf035706186c5f68e8476881a102e14f7f5890122b7193fc634052fdfea4f3d3ce3dad7c8185b5643ed87c4e8e27262b90b3bf964f1ba84bd SHA512 57f9716b1a812b4c265617a27bfca6e559aea66ffb4676cb02f39de1c4670f6c2f8e6457725adc5e43b431579117dac3e22496d35ded57647984c9ba5f5e25e4
+DIST dkms-3.1.1.tar.gz 92491 BLAKE2B c0dc97a17661430a301369e284ddfa73c398b53242cabaa3e4421bce78daa6e422fe2209a937a8294ab7f5b455b9acd32d03240efe12bc4cbe29d88f97a8d3ae SHA512 b39a68de9aba5fad9069ec6bb381359a1706850d8a9681d916fd979717f0c0cbb89f78fae107b0374794836697939b33f3bcf9da2e8901dfa72b00b0b85c9ef3

diff --git a/sys-kernel/dkms/dkms-3.1.1.ebuild b/sys-kernel/dkms/dkms-3.1.1.ebuild
new file mode 100644
index 000000000000..235f0a1eb372
--- /dev/null
+++ b/sys-kernel/dkms/dkms-3.1.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info optfeature
+
+DESCRIPTION="Dynamic Kernel Module Support"
+HOMEPAGE="https://github.com/dell/dkms"
+SRC_URI="https://github.com/dell/dkms/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE="systemd"
+
+RDEPEND="
+	sys-apps/kmod
+	virtual/linux-sources
+	systemd? ( sys-apps/systemd )
+"
+
+# Cannot work in the emerge sandbox
+RESTRICT="test"
+
+CONFIG_CHECK="~MODULES"
+
+src_compile() {
+	# Nothing to do here
+	return
+}
+
+src_test() {
+	chmod +x dkms || die
+	PATH="${PATH}:$(pwd)" ./run_test.sh || die "Tests failed"
+}
+
+src_install() {
+	if use systemd; then
+		emake install-redhat DESTDIR="${ED}" KCONF="/usr/lib/kernel"
+	else
+		emake install DESTDIR="${ED}" KCONF="/usr/lib/kernel"
+	fi
+
+	einstalldocs
+	keepdir /var/lib/dkms
+}
+
+pkg_postinst() {
+	optfeature "automatically running \"dkms autoinstall\" on each kernel installation" \
+		sys-kernel/installkernel
+}


             reply	other threads:[~2024-10-21 16:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21 16:52 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-30 13:48 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dkms/ Nowa Ammerlaan
2025-01-30 13:48 Nowa Ammerlaan
2024-12-19 15:06 Nowa Ammerlaan
2024-12-01 10:18 Nowa Ammerlaan
2024-11-26 11:02 Nowa Ammerlaan
2024-10-03  9:12 Andrew Ammerlaan
2024-08-03 10:19 Andrew Ammerlaan
2024-08-03 10:19 Andrew Ammerlaan
2024-08-03 10:19 Andrew Ammerlaan
2024-03-06 16:41 Andrew Ammerlaan
2024-02-12 10:35 Andrew Ammerlaan
2024-02-02  6:28 Andrew Ammerlaan
2023-10-12  5:28 Sam James

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=1729529510.acd0dda3adba273dbcef56b5384e81a7bee5a978.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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