Diff lmod-8.7.23 with a lmod-9999
/usr/portage/sys-cluster/lmod/lmod-9999.ebuild 2025-02-03 17:39:35.934678008 +0300 | ||
---|---|---|
33 | 33 |
dev-lua/luaposix[${LUA_USEDEP}] |
34 | 34 |
dev-lua/lua-term[${LUA_USEDEP}] |
35 | 35 |
') |
36 |
virtual/pkgconfig |
|
37 | 36 |
" |
38 |
DEPEND="${RDEPEND}" |
|
39 | 37 |
BDEPEND="${RDEPEND} |
40 | 38 |
app-alternatives/bc |
41 | 39 |
test? ( |
... | ... | |
44 | 42 |
') |
45 | 43 |
app-shells/tcsh |
46 | 44 |
) |
45 |
virtual/pkgconfig |
|
47 | 46 |
" |
48 | 47 | |
49 | 48 |
PATCHES=( "${FILESDIR}"/${PN}-8.4.19-no-libsandbox.patch ) |
... | ... | |
112 | 111 |
} |
113 | 112 | |
114 | 113 |
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 |
|
114 |
dosym -r /usr/share/Lmod/init/profile /etc/bash/bashrc.d/z00_lmod.sh |
|
115 |
dosym -r /usr/share/Lmod/init/profile /etc/profile.d/z00_lmod.sh |
|
116 |
dosym -r /usr/share/Lmod/init/cshrc /etc/profile.d/z00_lmod.csh |
|
117 |
dosym -r /usr/share/Lmod/init/profile.fish /etc/fish/conf.d/z00_lmod.fish |
|
119 | 118 |
default |
120 | 119 |
newman "${FILESDIR}"/module.1-8.4.20 module.1 |
121 | 120 |
# not a real man page |
... | ... | |
123 | 122 |
doenvd "${FILESDIR}"/99lmod |
124 | 123 |
keepdir /etc/modulefiles |
125 | 124 |
keepdir /etc/lmod_cache |
126 | ||
127 | 125 |
} |
128 | 126 | |
129 | 127 |
pkg_postinst() { |