Сравнение lmod-8.7.23 с lmod-9999

/usr/portage/sys-cluster/lmod/lmod-9999.ebuild 2023-10-09 14:52:35.464368501 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=8
4
EAPI=7
5 5

  
6 6
LUA_COMPAT=( lua5-{1..3} )
7 7
inherit autotools lua-single prefix
......
37 37
"
38 38
DEPEND="${RDEPEND}"
39 39
BDEPEND="${RDEPEND}
40
	sys-devel/bc
41 40
	test? (
42 41
		$(lua_gen_cond_dep '
43 42
			dev-util/hermes[${LUA_SINGLE_USEDEP}]
......
91 90
		--with-caseIndependentSorting
92 91
		--without-hiddenItalic
93 92
		--with-exportedModuleCmd
93
		--with-useDotFiles
94 94
		--without-redirect
95 95
		--with-extendedDefault
96 96
		$(use_with cache cachedLoads)
......
112 112
}
113 113

  
114 114
src_install() {
115
	dosym ../../../usr/share/Lmod/init/profile /etc/bash/bashrc.d/z00_lmod.sh
116
	dosym ../../usr/share/Lmod/init/profile /etc/profile.d/z00_lmod.sh
117
	dosym ../../usr/share/Lmod/init/cshrc /etc/profile.d/z00_lmod.csh
118
	dosym ../../../usr/share/Lmod/init/profile.fish /etc/fish/conf.d/z00_lmod.fish
119 115
	default
120 116
	newman "${FILESDIR}"/module.1-8.4.20 module.1
121 117
	# not a real man page
......
123 119
	doenvd "${FILESDIR}"/99lmod
124 120
	keepdir /etc/modulefiles
125 121
	keepdir /etc/lmod_cache
126

  
127 122
}
128 123

  
129 124
pkg_postinst() {
Спасибо!