diff options
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> |