From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/
Date: Mon, 3 Apr 2023 15:27:40 +0000 (UTC) [thread overview]
Message-ID: <1680535449.d763434200679ab9ba080b2ddf0ba327f17676fb.amadio@gentoo> (raw)
commit: d763434200679ab9ba080b2ddf0ba327f17676fb
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 15:22:06 2023 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 15:24:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7634342
sys-cluster/lmod: drop 8.5.6, 8.6.14
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sys-cluster/lmod/Manifest | 1 -
sys-cluster/lmod/lmod-8.5.6.ebuild | 131 ------------------------------------
sys-cluster/lmod/lmod-8.6.14.ebuild | 131 ------------------------------------
3 files changed, 263 deletions(-)
diff --git a/sys-cluster/lmod/Manifest b/sys-cluster/lmod/Manifest
index 1ecdab3c9fe5..19f9a0fedbe0 100644
--- a/sys-cluster/lmod/Manifest
+++ b/sys-cluster/lmod/Manifest
@@ -1,3 +1,2 @@
-DIST lmod-8.5.6.tar.gz 20986562 BLAKE2B 49a8062f92beb40ce364281f452d221df73ad540f4a510998a909d5733446c45e2cc017901ce5d2384b37a570b8dddcb16d0dc229209137e3a6483e29b97c8bf SHA512 652c678907740c89d6a86f1e403a3e8370e3e4666c03795340b4e70fab8c67a2e705c31fba84f05fd1bf15eb9868808896c73627e87617d2f2c0b5142c48fa97
DIST lmod-8.6.14.tar.gz 15804818 BLAKE2B 5a5f076cb7121d073de456da3ad2937127c013cc47d0f389eaf00f9923b571bc4c941f8efd5cc527628d14d328d696e27e062629b4eede2f4c0273cc7015293e SHA512 b14acf4a008ccfe04d12352664bc6d4afe87a677803534ea7ccf9c3adb012a3df83edfb205e39f3d0e65db418f16dbce70871932d90b837924b889dc1829e672
DIST lmod-8.7.23.tar.gz 20609950 BLAKE2B 20b2028c15a602f7b165eae342a83a238313d37ea4669e08c5ff22c47ae4e18e3190c83739bc6e39178b60d9e3ed19c7ade20466a65833e28677ca56799aa065 SHA512 029be9c08dbe3f3f8fd5c034eaab94746679b8403d8c401bc76b18b800f4f72d21f14b0a71fe20d2c1546b8b9d6f2e032226ea3528992ea6cdab8f02c2a5d99d
diff --git a/sys-cluster/lmod/lmod-8.5.6.ebuild b/sys-cluster/lmod/lmod-8.5.6.ebuild
deleted file mode 100644
index 9d9f762ccb43..000000000000
--- a/sys-cluster/lmod/lmod-8.5.6.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} )
-inherit autotools lua-single prefix
-
-DESCRIPTION="Environment Module System based on Lua"
-HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod"
-
-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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+auto-swap +cache duplicate-paths test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="${LUA_DEPS}
- 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}]
- ')
- app-shells/tcsh
- )
-"
-
-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 -r pkgs/{luafilesystem,term} || die
- rm -r rt/{ck_mtree_syntax,colorize,end2end,help,ifur,settarg} || die
- hprefixify -w '/#\!\/bin\/tcsh/' rt/csh_swap/csh_swap.tdesc || 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-spiderCacheDir="${EPREFIX}/etc/lmod_cache/spider_cache"
- --with-updateSystemFn="${EPREFIX}/etc/lmod_cache/system.txt"
- --prefix="${EPREFIX}/usr/share/Lmod"
- --with-caseIndependentSorting
- --without-hiddenItalic
- --with-exportedModuleCmd
- --with-useDotFiles
- --without-redirect
- --with-extendedDefault
- $(use_with cache cachedLoads)
- $(use_with duplicate-paths duplicatePaths)
- $(use_with auto-swap autoSwap)
- )
- econf "${myconf[@]}"
-}
-
-src_compile() {
- CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- default
-}
-
-src_test() {
- local -x PATH="${EPREFIX}/opt/hermes/bin:${PATH}"
- tm -vvv || die
- testcleanup || die
-}
-
-src_install() {
- default
- newman "${FILESDIR}"/module.1-8.4.20 module.1
- # not a real man page
- rm -r "${ED}"/usr/share/Lmod/share/man || die
- doenvd "${FILESDIR}"/99lmod
- keepdir /etc/modulefiles
- keepdir /etc/lmod_cache
-}
-
-pkg_postinst() {
- if use cache ; then
- elog "Lmod spider cache has been enabled."
- elog "Remember to update the spider cache with"
- elog "/usr/share/Lmod/libexec/update_lmod_system_cache_files \ "
- elog "\t \$MODULEPATH"
- fi
-}
diff --git a/sys-cluster/lmod/lmod-8.6.14.ebuild b/sys-cluster/lmod/lmod-8.6.14.ebuild
deleted file mode 100644
index b2d53897161a..000000000000
--- a/sys-cluster/lmod/lmod-8.6.14.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} )
-inherit autotools lua-single prefix
-
-DESCRIPTION="Environment Module System based on Lua"
-HOMEPAGE="https://lmod.readthedocs.io/en/latest https://github.com/TACC/Lmod"
-
-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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+auto-swap +cache duplicate-paths test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="${LUA_DEPS}
- 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}]
- ')
- app-shells/tcsh
- )
-"
-
-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 -r pkgs/{luafilesystem,term} || die
- rm -r rt/{ck_mtree_syntax,colorize,end2end,help,ifur,settarg} || die
- hprefixify -w '/#\!\/bin\/tcsh/' rt/csh_swap/csh_swap.tdesc || 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-spiderCacheDir="${EPREFIX}/etc/lmod_cache/spider_cache"
- --with-updateSystemFn="${EPREFIX}/etc/lmod_cache/system.txt"
- --prefix="${EPREFIX}/usr/share/Lmod"
- --with-caseIndependentSorting
- --without-hiddenItalic
- --with-exportedModuleCmd
- --with-useDotFiles
- --without-redirect
- --with-extendedDefault
- $(use_with cache cachedLoads)
- $(use_with duplicate-paths duplicatePaths)
- $(use_with auto-swap autoSwap)
- )
- econf "${myconf[@]}"
-}
-
-src_compile() {
- CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- default
-}
-
-src_test() {
- local -x PATH="${EPREFIX}/opt/hermes/bin:${PATH}"
- tm -vvv || die
- testcleanup || die
-}
-
-src_install() {
- default
- newman "${FILESDIR}"/module.1-8.4.20 module.1
- # not a real man page
- rm -r "${ED}"/usr/share/Lmod/share/man || die
- doenvd "${FILESDIR}"/99lmod
- keepdir /etc/modulefiles
- keepdir /etc/lmod_cache
-}
-
-pkg_postinst() {
- if use cache ; then
- elog "Lmod spider cache has been enabled."
- elog "Remember to update the spider cache with"
- elog "/usr/share/Lmod/libexec/update_lmod_system_cache_files \ "
- elog "\t \$MODULEPATH"
- fi
-}
next reply other threads:[~2023-04-03 15:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-03 15:27 Guilherme Amadio [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-08 9:48 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/lmod/ Sam James
2023-04-17 11:01 Guilherme Amadio
2023-04-03 15:27 Guilherme Amadio
2023-01-30 9:58 Andrew Ammerlaan
2022-07-25 9:19 Jakov Smolić
2022-07-23 15:41 Jakov Smolić
2022-03-11 8:20 Guilherme Amadio
2021-11-25 14:24 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-10-06 8:33 Jakov Smolić
2021-06-24 17:33 Sergei Trofimovich
2021-06-22 13:39 Guilherme Amadio
2021-06-22 13:39 Guilherme Amadio
2021-06-22 13:39 Guilherme Amadio
2021-06-21 15:37 Guilherme Amadio
2021-06-21 7:29 Guilherme Amadio
2021-04-29 14:19 Sam James
2021-03-28 7:14 Sam James
2021-03-09 20:38 Sergei Trofimovich
2021-03-04 14:44 Joonas Niilola
2021-02-14 8:29 Joonas Niilola
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=1680535449.d763434200679ab9ba080b2ddf0ba327f17676fb.amadio@gentoo \
--to=amadio@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