aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-07-14 21:48:15 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-07-14 21:48:15 +0200
commita213c5e026c7da6ec37f4a174e315d94a24bc928 (patch)
treeed38d9a2f4e5e259d4a4dcf947a84dbe64c5d7a3
parentdev-libs/optix: bump to 7.2.0 (diff)
downloadsci-a213c5e0.tar.gz
sci-a213c5e0.tar.bz2
sci-a213c5e0.zip
sys-kernel/dkms: remove last-rited pack
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--profiles/package.mask9
-rw-r--r--sys-kernel/dkms/Manifest1
-rw-r--r--sys-kernel/dkms/dkms-2.8.4.ebuild41
-rw-r--r--sys-kernel/dkms/metadata.xml18
4 files changed, 0 insertions, 69 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 0a67928c5..d39812beb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,12 +29,3 @@
## app-misc/some-package
#--- END OF EXAMPLES ---
-
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (24 May 2021)
-# This was originally added for the NationalInstruments/GPIB ebuilds, however
-# due to the number of ebuilds it was decided to maintain these in ::natinst.
-# An ebuild for dkms was also added to ::natinst, so it makes little sense to
-# maintain an ebuild in ::sci as well. Additionally there is also an ebuild
-# for this in ::guru
-# Removal in 30 days
-sys-kernel/dkms
diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest
deleted file mode 100644
index c688e13d0..000000000
--- a/sys-kernel/dkms/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dkms-2.8.4.tar.gz 104625 BLAKE2B 0bd9c47d2a4bf313426832ec88bbda9bd58a482c691de145ff87ce05d47d473132f2a300e8d0e6e0609b6dcdd47f8f9e521a104ae19cfa8b1ba453fc6de7a412 SHA512 1b8b987b239db8cf00f367ee4f5faf13dc41b450f09fb046dc719e51d6a762d6b700bf41156d8011c3ea7e139064119d6717b60c1bf7fa0a75ea1fc63887baa5
diff --git a/sys-kernel/dkms/dkms-2.8.4.ebuild b/sys-kernel/dkms/dkms-2.8.4.ebuild
deleted file mode 100644
index 895780135..000000000
--- a/sys-kernel/dkms/dkms-2.8.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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="doc"
-
-CONFIG_CHECK="~MODULES"
-
-RDEPEND="sys-apps/kmod"
-
-src_prepare() {
- # Install uncompressed version of man files
- sed -i \
- -e '\_gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz_d' \
- -e '\_chmod 0644 $(MAN)/dkms.8.gz_d' \
- -e 's/dkms.8.gz/dkms.8/g' \
- Makefile || die
- default
-}
-
-src_compile() {
- # Nothing to do here
- return
-}
-
-src_install() {
- emake install DESTDIR="${D}" LIBDIR="${D}"/usr/$(get_libdir)/
- use doc && emake install-doc DOCDIR="${D}/usr/share/doc/${PF}"
- einstalldocs
-}
diff --git a/sys-kernel/dkms/metadata.xml b/sys-kernel/dkms/metadata.xml
deleted file mode 100644
index 71b8e5f86..000000000
--- a/sys-kernel/dkms/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">dell/dkms</remote-id>
- </upstream>
- <longdescription lang="en">
- Dynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. The concept is to have DKMS modules automatically rebuilt when a new kernel is installed.
- An essential feature of DKMS is that it automatically recompiles all DKMS modules if a new kernel version is installed. This allows drivers and devices outside of the mainline kernel to continue working after a Linux kernel upgrade.
- Another benefit of DKMS is that it allows the installation of a new driver on an existing system, running an arbitrary kernel version, without any need for manual compilation or precompiled packages provided by the vendor.
- DKMS was written by the Linux Engineering Team at Dell in 2003. It is included in many distributions, such as Ubuntu, Debian, Fedora, SUSE, and Arch. DKMS is free software released under the terms of the GNU General Public License (GPL) v2 or later.
- DKMS supports both the rpm and deb package formats out-of-the-box.
- </longdescription>
-</pkgmetadata>