commit:     a213c5e026c7da6ec37f4a174e315d94a24bc928
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 19:48:15 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 19:48:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a213c5e0

sys-kernel/dkms: remove last-rited pack

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

 profiles/package.mask             |  9 ---------
 sys-kernel/dkms/dkms-2.8.4.ebuild | 41 ---------------------------------------
 sys-kernel/dkms/metadata.xml      | 18 -----------------
 3 files changed, 68 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 <andrewammerl...@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/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>s...@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>

Reply via email to