From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B38F11382C5 for ; Thu, 4 Mar 2021 14:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133B3E087C; Thu, 4 Mar 2021 14:44:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF544E087C for ; Thu, 4 Mar 2021 14:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0616340A3B for ; Thu, 4 Mar 2021 14:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F10F478 for ; Thu, 4 Mar 2021 14:44:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614869086.c18b485bb3aa71502e3d48abbc6eac424626d56b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/lmod/lmod-8.4.20.ebuild sys-cluster/lmod/lmod-9999.ebuild X-VCS-Directories: sys-cluster/lmod/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c18b485bb3aa71502e3d48abbc6eac424626d56b X-VCS-Branch: master Date: Thu, 4 Mar 2021 14:44:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9defdad3-f99e-4c4d-a5be-ea74a743da4b X-Archives-Hash: 6c7939b82ad01679419ecbb4e9b175c0 commit: c18b485bb3aa71502e3d48abbc6eac424626d56b Author: Aisha Tammy aisha cc> AuthorDate: Thu Mar 4 14:20:16 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 4 14:44:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18b485b sys-cluster/lmod: drop files from profile.d Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19763 Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/lmod/lmod-8.4.20.ebuild | 3 --- sys-cluster/lmod/lmod-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys-cluster/lmod/lmod-8.4.20.ebuild b/sys-cluster/lmod/lmod-8.4.20.ebuild index f41314789e9..4cbf6b21b9b 100644 --- a/sys-cluster/lmod/lmod-8.4.20.ebuild +++ b/sys-cluster/lmod/lmod-8.4.20.ebuild @@ -116,9 +116,6 @@ src_install() { # not a real man page rm -r "${ED}"/usr/share/Lmod/share/man || die doenvd "${FILESDIR}"/99lmod - insinto /etc/profile.d - newins "${ED}"/usr/share/Lmod/init/profile lmod.sh - newins "${ED}"/usr/share/Lmod/init/profile.fish lmod.fish keepdir /etc/modulefiles keepdir /etc/lmod_cache } diff --git a/sys-cluster/lmod/lmod-9999.ebuild b/sys-cluster/lmod/lmod-9999.ebuild index f41314789e9..4cbf6b21b9b 100644 --- a/sys-cluster/lmod/lmod-9999.ebuild +++ b/sys-cluster/lmod/lmod-9999.ebuild @@ -116,9 +116,6 @@ src_install() { # not a real man page rm -r "${ED}"/usr/share/Lmod/share/man || die doenvd "${FILESDIR}"/99lmod - insinto /etc/profile.d - newins "${ED}"/usr/share/Lmod/init/profile lmod.sh - newins "${ED}"/usr/share/Lmod/init/profile.fish lmod.fish keepdir /etc/modulefiles keepdir /etc/lmod_cache }