From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/knem/
Date: Sun, 26 Jan 2025 18:22:08 +0000 (UTC) [thread overview]
Message-ID: <1737915721.b363f6649a1c81f225f91884a4318950a6dc7d12.mpagano@gentoo> (raw)
commit: b363f6649a1c81f225f91884a4318950a6dc7d12
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 18:20:25 2025 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 18:22:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b363f664
sys-cluster/knem: drop 1.1.4
Non git versions are no longer kept up to date
as per upstream. See $HOMEPAGE
9999 updated with new linux-mod-r1 eclass on
previous change.
Closes: https://bugs.gentoo.org/908727
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-cluster/knem/Manifest | 1 -
sys-cluster/knem/knem-1.1.4.ebuild | 85 --------------------------------------
2 files changed, 86 deletions(-)
diff --git a/sys-cluster/knem/Manifest b/sys-cluster/knem/Manifest
deleted file mode 100644
index d9b784b0c468..000000000000
--- a/sys-cluster/knem/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST knem-1.1.4.tar.gz 336148 BLAKE2B e7273040c563c63e5e5c1a4a6b822a4b34b6fbb7214a7a37b4ff06f23aa47fe80c55ed1781ce85d974ed7e53059b509db98a94baaa7bddfc8860d503cf89869d SHA512 4f142a910ac51a590952aa1f36010fc2a1361162a0d5fd98f47d1c90dedbb293d56bd990bded5d4ec91fcc8df3fa3bcf0d126651b5868c557ffb9f3a588cb948
diff --git a/sys-cluster/knem/knem-1.1.4.ebuild b/sys-cluster/knem/knem-1.1.4.ebuild
deleted file mode 100644
index a5299c2ab493..000000000000
--- a/sys-cluster/knem/knem-1.1.4.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit autotools linux-mod linux-info toolchain-funcs udev
-
-DESCRIPTION="High-Performance Intra-Node MPI Communication"
-HOMEPAGE="https://knem.gforge.inria.fr/"
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://gforge.inria.fr/git/knem/knem.git"
- inherit git-r3
-else
- SRC_URI="https://gitlab.inria.fr/knem/knem/uploads/4a43e3eb860cda2bbd5bf5c7c04a24b6/${P}.tar.gz"
- KEYWORDS="~amd64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE="debug modules"
-
-DEPEND="
- sys-apps/hwloc:=
- virtual/linux-sources"
-RDEPEND="
- sys-apps/hwloc:=
- sys-apps/kmod[tools]"
-
-MODULE_NAMES="knem(misc:${S}/driver/linux)"
-BUILD_TARGETS="all"
-BUILD_PARAMS="KDIR=${KERNEL_DIR}"
-
-pkg_setup() {
- linux-info_pkg_setup
- CONFIG_CHECK="DMA_ENGINE"
- check_extra_config
- linux-mod_pkg_setup
- ARCH="$(tc-arch-kernel)"
- ABI="${KERNEL_ABI}"
-}
-
-src_prepare() {
- sed 's:driver/linux::g' -i Makefile.am
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- --enable-hwloc \
- --with-linux="${KERNEL_DIR}" \
- --with-linux-release=${KV_FULL} \
- $(use_enable debug)
-}
-
-src_compile() {
- default
- if use modules; then
- cd "${S}/driver/linux"
- linux-mod_src_compile || die "failed to build driver"
- fi
-}
-
-src_install() {
- default
- if use modules; then
- cd "${S}/driver/linux"
- linux-mod_src_install || die "failed to install driver"
- fi
-
- # Drop funny unneded stuff
- rm "${ED}/usr/sbin/knem_local_install" || die
- rmdir "${ED}/usr/sbin" || die
- # install udev rules
- udev_dorules "${FILESDIR}/45-knem.rules"
- rm "${ED}/etc/10-knem.rules" || die
-}
-
-pkg_postinst() {
- udev_reload
-}
-
-pkg_postrm() {
- udev_reload
-}
next reply other threads:[~2025-01-26 18:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-26 18:22 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 23:40 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/knem/ Mike Pagano
2025-02-03 23:40 Mike Pagano
2025-01-31 23:30 Mike Pagano
2025-01-27 18:35 Mike Pagano
2025-01-26 19:24 Mike Pagano
2025-01-26 18:47 Mike Pagano
2025-01-26 18:18 Mike Pagano
2022-07-26 20:09 Mike Pagano
2022-07-26 20:09 Mike Pagano
2022-07-26 20:09 Mike Pagano
2022-02-02 5:33 Sam James
2022-02-02 5:30 Sam James
2021-10-29 22:44 Sam James
2021-08-25 0:10 Marek Szuba
2021-02-15 0:32 Sam James
2020-08-08 14:14 Mikle Kolyada
2020-08-08 12:18 Mikle Kolyada
2020-05-18 8:09 Alexey Shvetsov
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=1737915721.b363f6649a1c81f225f91884a4318950a6dc7d12.mpagano@gentoo \
--to=mpagano@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