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/proj/guru:dev commit in: sys-kernel/dkms/
Date: Mon, 13 Feb 2023 10:58:49 +0000 (UTC)	[thread overview]
Message-ID: <1676285887.853a76711de9eb5a576403b0dec972e2d3bfb89b.andrewammerlaan@gentoo> (raw)
Message-ID: <20230213105849.k8AG0DMcervf5CAhho1bMywcnbfr6uDsDChm2WeeGtI@z> (raw)

commit:     853a76711de9eb5a576403b0dec972e2d3bfb89b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:58:07 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 10:58:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=853a7671

sys-kernel/dkms: add 3.0.10, copy from ::natinst

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

 sys-kernel/dkms/Manifest           |  1 +
 sys-kernel/dkms/dkms-3.0.10.ebuild | 51 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest
index c688e13d0..55d5733eb 100644
--- a/sys-kernel/dkms/Manifest
+++ b/sys-kernel/dkms/Manifest
@@ -1 +1,2 @@
 DIST dkms-2.8.4.tar.gz 104625 BLAKE2B 0bd9c47d2a4bf313426832ec88bbda9bd58a482c691de145ff87ce05d47d473132f2a300e8d0e6e0609b6dcdd47f8f9e521a104ae19cfa8b1ba453fc6de7a412 SHA512 1b8b987b239db8cf00f367ee4f5faf13dc41b450f09fb046dc719e51d6a762d6b700bf41156d8011c3ea7e139064119d6717b60c1bf7fa0a75ea1fc63887baa5
+DIST dkms-3.0.10.tar.gz 89602 BLAKE2B 43bc7ee7b788ac334bff94825f98edfc137be90b4f78f6a351d899c3fbc8961eaffaf3e73310eb24414790f46197e8409608a08a5003f515f162d6787ee7be09 SHA512 b271453497a004177137e972cb45cacb2dd3ac124a1fd2526218cf690f5ce77250195e73b6f9c75de4661a718d928e546bd85770ab98c2fd9af44fe777492ad7

diff --git a/sys-kernel/dkms/dkms-3.0.10.ebuild b/sys-kernel/dkms/dkms-3.0.10.ebuild
new file mode 100644
index 000000000..2eb619077
--- /dev/null
+++ b/sys-kernel/dkms/dkms-3.0.10.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info
+
+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"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+IUSE="systemd"
+
+CONFIG_CHECK="~MODULES"
+
+RDEPEND="
+	sys-apps/kmod
+	systemd? ( sys-apps/systemd )
+"
+
+# Error: unknown Linux distribution ID gentoo
+RESTRICT="test"
+
+src_prepare() {
+	# Install uncompressed version of man files
+	sed -i  -e '\_gzip -9 $(MAN)/dkms.8_d' Makefile || die
+	default
+}
+
+src_compile() {
+	# Nothing to do here
+	return
+}
+
+src_test() {
+	./run_test.sh || die "Tests failed"
+}
+
+src_install() {
+	if use systemd; then
+		emake install-redhat DESTDIR="${ED}" LIBDIR="${ED}"/usr/$(get_libdir)/
+	else
+		emake install DESTDIR="${ED}" LIBDIR="${ED}"/usr/$(get_libdir)/
+	fi
+	einstalldocs
+	keepdir /var/lib/dkms
+}


             reply	other threads:[~2023-02-13 10:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13 11:28 Andrew Ammerlaan [this message]
2023-02-13 10:58 ` [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/dkms/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-09-24 13:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2023-09-04 11:12 Andrew Ammerlaan
2021-04-25 20:28 Andrew Ammerlaan
2021-04-18  9:10 Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-09-23 10:10 Andrew Ammerlaan
2020-07-30 16:16 Andrew Ammerlaan
2020-05-14  9:29 Andrew Ammerlaan

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=1676285887.853a76711de9eb5a576403b0dec972e2d3bfb89b.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