From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dkms/
Date: Thu, 3 Oct 2024 09:12:26 +0000 (UTC) [thread overview]
Message-ID: <1727946715.56a497893014a78e40decdf64e6347757aa7da8c.andrewammerlaan@gentoo> (raw)
commit: 56a497893014a78e40decdf64e6347757aa7da8c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 09:11:43 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 09:11:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a49789
sys-kernel/dkms: add 3.1.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sys-kernel/dkms/Manifest | 1 +
sys-kernel/dkms/dkms-3.1.0.ebuild | 53 +++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest
index c192692da4d3..429fc147b773 100644
--- a/sys-kernel/dkms/Manifest
+++ b/sys-kernel/dkms/Manifest
@@ -1 +1,2 @@
DIST dkms-3.0.13.tar.gz 92840 BLAKE2B ccd677b6e8074fd0ced23f0735817fc36364f4476f7d552af2417b33a4845652a0b0331d3a7642fb5149178674448b479f094fdf27babd64efbfea1491daf671 SHA512 6cf3866730ea92715092b50a1174026dda9a7fb1321796e7c887032ffefb5609c0f6cf59a60ff4d47b7ffee2dac331584073393e9e4e906eaa5a425fc8d22c02
+DIST dkms-3.1.0.tar.gz 92614 BLAKE2B 555c2e4d340bf99bf035706186c5f68e8476881a102e14f7f5890122b7193fc634052fdfea4f3d3ce3dad7c8185b5643ed87c4e8e27262b90b3bf964f1ba84bd SHA512 57f9716b1a812b4c265617a27bfca6e559aea66ffb4676cb02f39de1c4670f6c2f8e6457725adc5e43b431579117dac3e22496d35ded57647984c9ba5f5e25e4
diff --git a/sys-kernel/dkms/dkms-3.1.0.ebuild b/sys-kernel/dkms/dkms-3.1.0.ebuild
new file mode 100644
index 000000000000..235f0a1eb372
--- /dev/null
+++ b/sys-kernel/dkms/dkms-3.1.0.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
+}
next reply other threads:[~2024-10-03 9:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 9:12 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-21 16:52 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=1727946715.56a497893014a78e40decdf64e6347757aa7da8c.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