diff options
author | 2020-09-26 15:43:58 +0000 | |
---|---|---|
committer | 2020-09-26 19:11:03 +0000 | |
commit | 4d41973331898406b86f2a3f11da50b7a1812336 (patch) | |
tree | 0d440f4f2e458d74b5d873e67508bc0671852ea5 /sys-cluster/modules/metadata.xml | |
parent | sci-libs/ensmallen: fast numerical library (diff) | |
download | sci-4d41973331898406b86f2a3f11da50b7a1812336.tar.gz sci-4d41973331898406b86f2a3f11da50b7a1812336.tar.bz2 sci-4d41973331898406b86f2a3f11da50b7a1812336.zip |
sys-cluster/modules: version bump + new maintainer
Closes: https://github.com/gentoo/sci/pull/952
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sys-cluster/modules/metadata.xml')
-rw-r--r-- | sys-cluster/modules/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml index 60ab20673..a67a56343 100644 --- a/sys-cluster/modules/metadata.xml +++ b/sys-cluster/modules/metadata.xml @@ -2,21 +2,24 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>nicolasbock@gentoo.org</email> - <name>Nicolas Bock</name> + <email>btbn@btbn.de</email> + <name>Timo Rothenpieler</name> </maintainer> <maintainer type="project"> - <email>cluster@gentoo.org</email> - <name>Gentoo Cluster Project</name> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> </maintainer> <longdescription lang="en"> -The environment modules package provides for an easy dynamic -modification of a user's environment via modulefiles. which -typically instruct the module command to alter or set shell -environment variables such as PATH, MANPATH, etc. as well as define -aliases over a variety of shells. -</longdescription> + The environment modules package provides for an easy dynamic + modification of a user's environment via modulefiles. which + typically instruct the module command to alter or set shell + environment variables such as PATH, MANPATH, etc. as well as define + aliases over a variety of shells. + </longdescription> <upstream> <remote-id type="sourceforge">modules</remote-id> </upstream> + <use> + <flag name="compat">Build Modules version 3 compat support</flag> + </use> </pkgmetadata> |