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 679851382C5 for ; Sun, 24 Jan 2021 16:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C1F4E09F6; Sun, 24 Jan 2021 16:05:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 82A1BE09F6 for ; Sun, 24 Jan 2021 16:05:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5F5AD340BE2 for ; Sun, 24 Jan 2021 16:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152202C5 for ; Sun, 24 Jan 2021 16:05:39 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1611504262.79f0b98ec0c38702a64f732ba5aa3b32f3f9d858.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lmod/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lmod/lmod-8.4.19.ebuild X-VCS-Directories: sys-cluster/lmod/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 79f0b98ec0c38702a64f732ba5aa3b32f3f9d858 X-VCS-Branch: master Date: Sun, 24 Jan 2021 16:05:39 +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: e0720f50-473c-4a48-8cb4-4f23b0b197c1 X-Archives-Hash: bce5142fd196169ed175dd4fc652b523 commit: 79f0b98ec0c38702a64f732ba5aa3b32f3f9d858 Author: Aisha Tammy aisha cc> AuthorDate: Sun Jan 24 15:12:13 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Jan 24 16:04:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=79f0b98e sys-cluster/lmod: drop old version Signed-off-by: Aisha Tammy aisha.cc> sys-cluster/lmod/lmod-8.4.19.ebuild | 126 ------------------------------------ 1 file changed, 126 deletions(-) diff --git a/sys-cluster/lmod/lmod-8.4.19.ebuild b/sys-cluster/lmod/lmod-8.4.19.ebuild deleted file mode 100644 index cc30e4b48..000000000 --- a/sys-cluster/lmod/lmod-8.4.19.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..3} ) -inherit autotools lua-single - -DESCRIPTION="Environment Module System based on Lua" -HOMEPAGE="https://lmod.readthedocs.io/en/latest" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/TACC/Lmod" -else - SRC_URI="https://github.com/TACC/Lmod/archive/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/Lmod-${PV} - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="auto-swap cache dotfiles duplicate +extend italic module-cmd nocase redirect test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND="${LUA_DEPS} - app-shells/tcsh - || ( - app-shells/loksh - app-shells/mksh - app-shells/ksh - ) - app-shells/zsh - dev-lang/tcl - dev-lang/tk - $(lua_gen_cond_dep ' - >=dev-lua/luafilesystem-1.8.0[${LUA_USEDEP}] - dev-lua/luajson[${LUA_USEDEP}] - dev-lua/luaposix[${LUA_USEDEP}] - dev-lua/lua-term[${LUA_USEDEP}] - ') - virtual/pkgconfig -" -DEPEND="${RDEPEND}" -BDEPEND="${RDEPEND} - test? ( - $(lua_gen_cond_dep ' - dev-util/hermes[${LUA_SINGLE_USEDEP}] - ') - ) -" - -PATCHES=( "${FILESDIR}"/${PN}-8.4.19-no-libsandbox.patch ) - -pkg_pretend() { - elog "You can control the siteName and syshost settings by" - elog "using the variables LMOD_SITENAME and LMOD_SYSHOST, during" - elog "build time, which are both set to 'Gentoo' by default." - elog "There are a lot of options for this package, especially" - elog "for run time behaviour. Remember to use the EXTRA_ECONF variable." - elog "To see full list of options visit:" - elog "\t https://lmod.readthedocs.io/en/latest/090_configuring_lmod.html" -} - -src_prepare() { - default - rm -rf pkgs/{luafilesystem,term} || die - rm -rf rt/{colorize,end2end,help,ifur,settarg} || die - eautoreconf -} - -src_configure() { - local LMOD_SITENAME="${LMOD_SITENAME:-Gentoo}" - local LMOD_SYSHOST="${LMOD_SYSHOST:-Gentoo}" - - local LUAC="${LUA%/*}/luac${LUA#*lua}" - - local myconf=( - --with-tcl - --with-fastTCLInterp - --with-colorize - --with-supportKsh - --without-useBuiltinPkgs - --with-siteControlPrefix - --with-siteName="${LMOD_SITENAME}" - --with-syshost="${LMOD_SYSHOST}" - --with-lua_include="$(lua_get_include_dir)" - --with-lua="${LUA}" - --with-luac="${LUAC}" - --with-module-root-path="${EPREFIX}/etc/modulefiles" - --with-updateSystemFn="${EPREFIX}/etc/modulefiles/.lmod_system_update" - --prefix="${EPREFIX}/usr/share/Lmod" - $(use_with duplicate duplicatePaths) - $(use_with nocase caseIndependentSorting) - $(use_with italic hiddenItalic) - $(use_with auto-swap autoSwap) - $(use_with module-cmd exportedModuleCmd) - $(use_with redirect) - $(use_with dotfiles useDotFiles) - $(use_with cache cachedLoads) - $(use_with extend extendedDefault) - ) - econf "${myconf[@]}" -} - -src_compile() { - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - default -} - -src_test() { - local -x PATH="/opt/hermes/bin:${PATH}" - tm -vvv || die - testcleanup || die -} - -src_install() { - default - - 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 -}