From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/dkms/ Date: Mon, 4 Sep 2023 11:12:51 +0000 (UTC) [thread overview] Message-ID: <1693825952.c47993bd2b32c2dde2ed86528522de74af3c96b6.andrewammerlaan@gentoo> (raw) commit: c47993bd2b32c2dde2ed86528522de74af3c96b6 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Sep 4 11:12:32 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Sep 4 11:12:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c47993bd sys-kernel/dkms: add 3.0.11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sys-kernel/dkms/Manifest | 1 + sys-kernel/dkms/dkms-3.0.11.ebuild | 52 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest index 55d5733ebe..b7a46c8c7f 100644 --- a/sys-kernel/dkms/Manifest +++ b/sys-kernel/dkms/Manifest @@ -1,2 +1,3 @@ DIST dkms-2.8.4.tar.gz 104625 BLAKE2B 0bd9c47d2a4bf313426832ec88bbda9bd58a482c691de145ff87ce05d47d473132f2a300e8d0e6e0609b6dcdd47f8f9e521a104ae19cfa8b1ba453fc6de7a412 SHA512 1b8b987b239db8cf00f367ee4f5faf13dc41b450f09fb046dc719e51d6a762d6b700bf41156d8011c3ea7e139064119d6717b60c1bf7fa0a75ea1fc63887baa5 DIST dkms-3.0.10.tar.gz 89602 BLAKE2B 43bc7ee7b788ac334bff94825f98edfc137be90b4f78f6a351d899c3fbc8961eaffaf3e73310eb24414790f46197e8409608a08a5003f515f162d6787ee7be09 SHA512 b271453497a004177137e972cb45cacb2dd3ac124a1fd2526218cf690f5ce77250195e73b6f9c75de4661a718d928e546bd85770ab98c2fd9af44fe777492ad7 +DIST dkms-3.0.11.tar.gz 93521 BLAKE2B 48ad7da1e08015761c7f830227c66bbb7fbe903312ac97ad351f995da28288c250f207b23273e254be656fd33bc19fbbb0e12d5555748db3d75f555ae729716c SHA512 28f4abbf6827626045e6e8f9d6e9c7b45b019b5d671499224d1247e04c91acef99c8a93e440f5756ec53f20e91e2a129e0555a981be98b2fdb8fc0a0d91dd66d diff --git a/sys-kernel/dkms/dkms-3.0.11.ebuild b/sys-kernel/dkms/dkms-3.0.11.ebuild new file mode 100644 index 0000000000..e4cd535e8b --- /dev/null +++ b/sys-kernel/dkms/dkms-3.0.11.ebuild @@ -0,0 +1,52 @@ +# 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 + virtual/linux-sources + 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 +}
WARNING: multiple messages have this Message-ID (diff)
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, 4 Sep 2023 11:12:38 +0000 (UTC) [thread overview] Message-ID: <1693825952.c47993bd2b32c2dde2ed86528522de74af3c96b6.andrewammerlaan@gentoo> (raw) Message-ID: <20230904111238.I_pD7m_lWEkv2yn-BbwpmvVLfM7gevw4eQdiu8XQ3gU@z> (raw) commit: c47993bd2b32c2dde2ed86528522de74af3c96b6 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Sep 4 11:12:32 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Sep 4 11:12:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c47993bd sys-kernel/dkms: add 3.0.11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sys-kernel/dkms/Manifest | 1 + sys-kernel/dkms/dkms-3.0.11.ebuild | 52 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest index 55d5733ebe..b7a46c8c7f 100644 --- a/sys-kernel/dkms/Manifest +++ b/sys-kernel/dkms/Manifest @@ -1,2 +1,3 @@ DIST dkms-2.8.4.tar.gz 104625 BLAKE2B 0bd9c47d2a4bf313426832ec88bbda9bd58a482c691de145ff87ce05d47d473132f2a300e8d0e6e0609b6dcdd47f8f9e521a104ae19cfa8b1ba453fc6de7a412 SHA512 1b8b987b239db8cf00f367ee4f5faf13dc41b450f09fb046dc719e51d6a762d6b700bf41156d8011c3ea7e139064119d6717b60c1bf7fa0a75ea1fc63887baa5 DIST dkms-3.0.10.tar.gz 89602 BLAKE2B 43bc7ee7b788ac334bff94825f98edfc137be90b4f78f6a351d899c3fbc8961eaffaf3e73310eb24414790f46197e8409608a08a5003f515f162d6787ee7be09 SHA512 b271453497a004177137e972cb45cacb2dd3ac124a1fd2526218cf690f5ce77250195e73b6f9c75de4661a718d928e546bd85770ab98c2fd9af44fe777492ad7 +DIST dkms-3.0.11.tar.gz 93521 BLAKE2B 48ad7da1e08015761c7f830227c66bbb7fbe903312ac97ad351f995da28288c250f207b23273e254be656fd33bc19fbbb0e12d5555748db3d75f555ae729716c SHA512 28f4abbf6827626045e6e8f9d6e9c7b45b019b5d671499224d1247e04c91acef99c8a93e440f5756ec53f20e91e2a129e0555a981be98b2fdb8fc0a0d91dd66d diff --git a/sys-kernel/dkms/dkms-3.0.11.ebuild b/sys-kernel/dkms/dkms-3.0.11.ebuild new file mode 100644 index 0000000000..e4cd535e8b --- /dev/null +++ b/sys-kernel/dkms/dkms-3.0.11.ebuild @@ -0,0 +1,52 @@ +# 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 + virtual/linux-sources + 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 +}
next reply other threads:[~2023-09-04 11:12 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-09-04 11:12 Andrew Ammerlaan [this message] 2023-09-04 11:12 ` [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-02-13 11:28 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=1693825952.c47993bd2b32c2dde2ed86528522de74af3c96b6.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: linkBe 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