commit:     f66e8079de381b8599bef4b5265a0dd839c04a0a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Nov  7 15:39:35 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Nov  7 15:39:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f66e8079

sys-kernel/ummunotify: treeclean

Closes: https://bugs.gentoo.org/908949
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 profiles/package.mask                        |  6 ----
 sys-kernel/ummunotify/Manifest               |  1 -
 sys-kernel/ummunotify/metadata.xml           | 19 ------------
 sys-kernel/ummunotify/ummunotify-2-r1.ebuild | 44 ----------------------------
 4 files changed, 70 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8c4f9e8e03..012faa6404 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -24,12 +24,6 @@ media-video/owncast
 # Removal in +30 days.
 app-shells/antibody
 
-# David Roman <davidroma...@gmail.com> (2023-10-06)
-# No new releases upstream for over 5 years.
-# Supported kernel versions have been long removed from ::gentoo
-# Removal in +30 days.
-sys-kernel/ummunotify
-
 # David Roman <davidroma...@gmail.com> (2023-10-05)
 # Upstream seems dead (no new releases since 2016).
 # Removal in +30 days.

diff --git a/sys-kernel/ummunotify/Manifest b/sys-kernel/ummunotify/Manifest
deleted file mode 100644
index d1ee0dfee6..0000000000
--- a/sys-kernel/ummunotify/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ummunotify-2.gh.tar.gz 326619 BLAKE2B 
4ac329368b688eebb5ab9d064703de90e47112b169cd9448b3f6e0daa7717bdd4d1e957c75f5f87f1d30c08564c929ef50d7fe83f633b95f2abbd13014c1c48c
 SHA512 
0650ec6dd01de97822121a720bff8cb65deaf2ec67de03a52507f47d0cfb169000dd40172f73aef7fbb83735eb8e35aed4da9c20ce5ee4ee6607a12baae7ca0f

diff --git a/sys-kernel/ummunotify/metadata.xml 
b/sys-kernel/ummunotify/metadata.xml
deleted file mode 100644
index f2d7b4e5fa..0000000000
--- a/sys-kernel/ummunotify/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <longdescription lang="en">
-Ummunotify relays MMU notifier events to userspace.  This is useful
-for libraries that need to track the memory mapping of applications;
-for example, MPI implementations using RDMA want to cache memory
-registrations for performance, but tracking all possible crazy cases
-such as when, say, the FORTRAN runtime frees memory is impossible
-without kernel help.
-       </longdescription>
-       <maintainer type="person">
-               <email>lssndrbarbi...@gmail.com</email>
-               <name>Alessandro Barbieri</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">Portals4/ummunotify</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sys-kernel/ummunotify/ummunotify-2-r1.ebuild 
b/sys-kernel/ummunotify/ummunotify-2-r1.ebuild
deleted file mode 100644
index cae92bb209..0000000000
--- a/sys-kernel/ummunotify/ummunotify-2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MAX_KV_MAJ="4"
-MAX_KV_MIN="13"
-MYP="${PN}-v${PV}"
-
-inherit linux-info linux-mod
-
-DESCRIPTION="Userspace support for MMU notifications"
-HOMEPAGE="
-       https://lkml.org/lkml/2010/4/22/172
-       https://github.com/Portals4/ummunotify
-"
-SRC_URI="https://github.com/Portals4/ummunotify/raw/master/${MYP}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/${MYP}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS=( Documentation/ummunotify.txt README )
-
-MODULE_NAMES="ummunot(misc:${S}/driver:${S}/driver)"
-BUILD_TARGETS="all"
-
-pkg_pretend() {
-       # https://github.com/Portals4/ummunotify/issues/1
-       if kernel_is -ge ${MAX_KV_MAJ} ${MAX_KV_MIN}; then
-               eerror "Unsupported kernel version"
-               die
-       fi
-}
-
-src_compile() {
-       linux-mod_src_compile || die
-}
-
-src_install() {
-       einstalldocs
-       linux-mod_src_install || die
-}

Reply via email to