public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-06-22 14:21 Kacper Kowalik
  0 siblings, 0 replies; 20+ messages in thread
From: Kacper Kowalik @ 2012-06-22 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2bab44f27c27ef54a51556f9a540340282a1c993
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jun 21 20:53:13 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 20:53:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2bab44f2

Fixed package description.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog             |    3 +++
 sys-cluster/modules/metadata.xml          |    2 +-
 sys-cluster/modules/modules-3.2.9c.ebuild |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index 5fc0495..3956395 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jun 2012; Nick <nbock@gentoo.org> metadata.xml, modules-3.2.9c.ebuild:
+  Fixed package description.
+
 *modules-3.2.9c (21 Jun 2012)
 
   21 Jun 2012; Nick <nbock@gentoo.org> +metadata.xml, +modules-3.2.9c.ebuild:

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index 948d5dd..502bbca 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <catmetadata>
 	<longdescription lang="en">
-		...
+		The Environment Modules package provides for the dynamic modification of a user's environment via modulefiles.
 	</longdescription>
 </catmetadata>
 

diff --git a/sys-cluster/modules/modules-3.2.9c.ebuild b/sys-cluster/modules/modules-3.2.9c.ebuild
index 84c1491..0ea8e12 100644
--- a/sys-cluster/modules/modules-3.2.9c.ebuild
+++ b/sys-cluster/modules/modules-3.2.9c.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 inherit autotools-utils
 
-DESCRIPTION="123"
+DESCRIPTION="Dynamic modification of a user's environment via modulefiles."
 HOMEPAGE="http://modules.sourceforge.net/"
 SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"
 



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-06-22 14:21 Kacper Kowalik
  0 siblings, 0 replies; 20+ messages in thread
From: Kacper Kowalik @ 2012-06-22 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2debf8bad0024f7e664ee1789ef2eb22f89bdfe1
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jun 21 20:50:36 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 20:50:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2debf8ba

First commit for modules package.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog             |    9 ++++++++
 sys-cluster/modules/metadata.xml          |    8 +++++++
 sys-cluster/modules/modules-3.2.9c.ebuild |   33 +++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
new file mode 100644
index 0000000..5fc0495
--- /dev/null
+++ b/sys-cluster/modules/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-cluster/modules
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*modules-3.2.9c (21 Jun 2012)
+
+  21 Jun 2012; Nick <nbock@gentoo.org> +metadata.xml, +modules-3.2.9c.ebuild:
+  First commit for modules package.
+

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
new file mode 100644
index 0000000..948d5dd
--- /dev/null
+++ b/sys-cluster/modules/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<catmetadata>
+	<longdescription lang="en">
+		...
+	</longdescription>
+</catmetadata>
+

diff --git a/sys-cluster/modules/modules-3.2.9c.ebuild b/sys-cluster/modules/modules-3.2.9c.ebuild
new file mode 100644
index 0000000..84c1491
--- /dev/null
+++ b/sys-cluster/modules/modules-3.2.9c.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="123"
+HOMEPAGE="http://modules.sourceforge.net/"
+SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X"
+
+DEPEND="
+	dev-lang/tcl
+	dev-tcltk/tclx
+	"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P%[a-z]}"
+
+DOCS=(ChangeLog README NEWS TODO)
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with X x)
+	)
+	autotools-utils_src_configure
+}



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-06-22 14:21 Kacper Kowalik
  0 siblings, 0 replies; 20+ messages in thread
From: Kacper Kowalik @ 2012-06-22 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     112861a84bc9afe58d731f7df975e486aaf9c71f
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jun 22 13:49:08 2012 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 13:49:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=112861a8

Added libX11 dependency.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog             |    3 +++
 sys-cluster/modules/modules-3.2.9c.ebuild |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index 3956395..90c16da 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Jun 2012; Nick <nbock@gentoo.org> modules-3.2.9c.ebuild:
+  Added libX11 dependency.
+
   21 Jun 2012; Nick <nbock@gentoo.org> metadata.xml, modules-3.2.9c.ebuild:
   Fixed package description.
 

diff --git a/sys-cluster/modules/modules-3.2.9c.ebuild b/sys-cluster/modules/modules-3.2.9c.ebuild
index 0ea8e12..4afb57c 100644
--- a/sys-cluster/modules/modules-3.2.9c.ebuild
+++ b/sys-cluster/modules/modules-3.2.9c.ebuild
@@ -18,6 +18,7 @@ IUSE="X"
 DEPEND="
 	dev-lang/tcl
 	dev-tcltk/tclx
+	X? ( x11-libs/libX11 )
 	"
 RDEPEND="${DEPEND}"
 



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-07-05 17:49 Nicolas Bock
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Bock @ 2012-07-05 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     71409f38d35d04bbb3301548ae3367169d8d8255
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 17:48:23 2012 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jul  5 17:48:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=71409f38

update metadata

(Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog    |    9 ++++++---
 sys-cluster/modules/metadata.xml |   12 ++++++++----
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index 90c16da..2dfd5c2 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -2,14 +2,17 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  22 Jun 2012; Nick <nbock@gentoo.org> modules-3.2.9c.ebuild:
+  05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> metadata.xml:
+  update metadata
+
+  22 Jun 2012;  Nicolas Bock <nicolasbock@gmail.com> modules-3.2.9c.ebuild:
   Added libX11 dependency.
 
-  21 Jun 2012; Nick <nbock@gentoo.org> metadata.xml, modules-3.2.9c.ebuild:
+  21 Jun 2012;  Nicolas Bock <nicolasbock@gmail.com> metadata.xml, modules-3.2.9c.ebuild:
   Fixed package description.
 
 *modules-3.2.9c (21 Jun 2012)
 
-  21 Jun 2012; Nick <nbock@gentoo.org> +metadata.xml, +modules-3.2.9c.ebuild:
+  21 Jun 2012;  Nicolas Bock <nicolasbock@gmail.com> +metadata.xml, +modules-3.2.9c.ebuild:
   First commit for modules package.
 

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index 502bbca..4c7ca47 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<catmetadata>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
 	<longdescription lang="en">
 		The Environment Modules package provides for the dynamic modification of a user's environment via modulefiles.
 	</longdescription>
-</catmetadata>
-
+	<herd>cluster</herd>
+	<maintainer>
+		<email>nicolasbock@gmail.com</email>
+		<name>Nicolas Bock</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-07-05 18:04 Nicolas Bock
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Bock @ 2012-07-05 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2972bef61cfccc536c701fd034338e280939e7
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 18:03:14 2012 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jul  5 18:03:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5d2972be

Added modules-3.2.9c-r1.ebuild.

(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog                |    5 +++
 sys-cluster/modules/modules-3.2.9c-r1.ebuild |   51 ++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index 2dfd5c2..d63b6f7 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*modules-3.2.9c-r1 (05 Jul 2012)
+
+  05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> +modules-3.2.9c-r1.ebuild:
+  Added modules-3.2.9c-r1.ebuild.
+
   05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> metadata.xml:
   update metadata
 

diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
new file mode 100644
index 0000000..16c87a0
--- /dev/null
+++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="Dynamic modification of a user's environment via modulefiles."
+HOMEPAGE="http://modules.sourceforge.net/"
+SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="X"
+
+DEPEND="
+	dev-lang/tcl
+	dev-tcltk/tclx
+	X? ( x11-libs/libX11 )
+	"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P%[a-z]}"
+
+DOCS=(ChangeLog README NEWS TODO)
+
+pkg_setup() {
+	export MODULES_PATH=/etc/Modules
+	export MODULES_VERSION="3.2.9"
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with X x)
+		--with-module-path=${MODULES_PATH}/${MODULES_VERSION}/modulefiles
+		--with-version-path=${MODULES_PATH}/${MODULES_VERSION}/versions
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	dosym ${MODULES_PATH}/${MODULES_VERSION} ${MODULES_PATH}/default
+}
+
+pkg_postinst() {
+	elog "Add this line at the end of your bashrc:"
+	elog "[ -e \"${MODULES_PATH}/default/init/bash\" ] && . \"${MODULES_PATH}/default/init/bash\""
+}



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-07-06 15:08 Nicolas Bock
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Bock @ 2012-07-06 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     eddc02985ef102e6f6f3c2cebc13417b2d5fd137
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jul  6 15:08:25 2012 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jul  6 15:08:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eddc0298

Moved prefix to /opt.

(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog                |    3 +++
 sys-cluster/modules/modules-3.2.9c-r1.ebuild |   12 +++---------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index d63b6f7..866d368 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jul 2012; Nick <nbock@gentoo.org> modules-3.2.9c-r1.ebuild:
+  Moved prefix to /opt.
+
 *modules-3.2.9c-r1 (05 Jul 2012)
 
   05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> +modules-3.2.9c-r1.ebuild:

diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
index 16c87a0..b55a8d8 100644
--- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild
+++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
@@ -26,26 +26,20 @@ S="${WORKDIR}/${P%[a-z]}"
 
 DOCS=(ChangeLog README NEWS TODO)
 
-pkg_setup() {
-	export MODULES_PATH=/etc/Modules
-	export MODULES_VERSION="3.2.9"
-}
-
 src_configure() {
 	local myeconfargs=(
 		$(use_with X x)
-		--with-module-path=${MODULES_PATH}/${MODULES_VERSION}/modulefiles
-		--with-version-path=${MODULES_PATH}/${MODULES_VERSION}/versions
+		--prefix=/opt
 	)
 	autotools-utils_src_configure
 }
 
 src_install() {
 	autotools-utils_src_install
-	dosym ${MODULES_PATH}/${MODULES_VERSION} ${MODULES_PATH}/default
+	dosym ${PV%[a-z]} /opt/Modules/default
 }
 
 pkg_postinst() {
 	elog "Add this line at the end of your bashrc:"
-	elog "[ -e \"${MODULES_PATH}/default/init/bash\" ] && . \"${MODULES_PATH}/default/init/bash\""
+	elog "[ -e /opt/Modules/default/init/bash\" ] && . \"/opt/Modules/default/init/bash\""
 }



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2012-07-06 15:31 Nicolas Bock
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Bock @ 2012-07-06 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3a325884cdea151be4ead712e44569ef629d4839
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jul  6 15:31:12 2012 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jul  6 15:31:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3a325884

Fixed typo.

(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)

---
 sys-cluster/modules/ChangeLog                |    3 +++
 sys-cluster/modules/modules-3.2.9c-r1.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index 866d368..e4e81e2 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   06 Jul 2012; Nick <nbock@gentoo.org> modules-3.2.9c-r1.ebuild:
+  Fixed typo.
+
+  06 Jul 2012; Nick <nbock@gentoo.org> modules-3.2.9c-r1.ebuild:
   Moved prefix to /opt.
 
 *modules-3.2.9c-r1 (05 Jul 2012)

diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
index b55a8d8..870399e 100644
--- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild
+++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
@@ -41,5 +41,5 @@ src_install() {
 
 pkg_postinst() {
 	elog "Add this line at the end of your bashrc:"
-	elog "[ -e /opt/Modules/default/init/bash\" ] && . \"/opt/Modules/default/init/bash\""
+	elog "[ -f /opt/Modules/default/init/bash ] && source /opt/Modules/default/init/bash"
 }



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2013-06-06 15:57 Nicolas Bock
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Bock @ 2013-06-06 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     48cad6597579671210e974e25ee9b1bccb6ace3f
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jun  6 15:56:03 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jun  6 15:56:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=48cad659

Version bump to sys-cluster/modules-3.2.10

I removed the errorline patch since modules doesn't build with it applied.

Package-Manager: portage-2.2.0_alpha177

---
 sys-cluster/modules/ChangeLog             |  9 ++++--
 sys-cluster/modules/modules-3.2.10.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index e4e81e2..b410036 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sys-cluster/modules
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*modules-3.2.10 (06 Jun 2013)
+
+  06 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +modules-3.2.10.ebuild:
+  Version bump to sys-cluster/modules-3.2.10  I removed the errorline patch
+  since modules doesn't build with it applied.
+
   06 Jul 2012; Nick <nbock@gentoo.org> modules-3.2.9c-r1.ebuild:
   Fixed typo.
 
@@ -26,4 +32,3 @@
 
   21 Jun 2012;  Nicolas Bock <nicolasbock@gmail.com> +metadata.xml, +modules-3.2.9c.ebuild:
   First commit for modules package.
-

diff --git a/sys-cluster/modules/modules-3.2.10.ebuild b/sys-cluster/modules/modules-3.2.10.ebuild
new file mode 100644
index 0000000..8c54903
--- /dev/null
+++ b/sys-cluster/modules/modules-3.2.10.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="Dynamic modification of a user's environment via modulefiles."
+HOMEPAGE="http://modules.sourceforge.net/"
+SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="X"
+
+DEPEND="
+	dev-lang/tcl
+	dev-tcltk/tclx
+	X? ( x11-libs/libX11 )
+	"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P%[a-z]}"
+
+DOCS=(ChangeLog README NEWS TODO)
+
+#src_prepare() {
+#	epatch "${FILESDIR}/${P}-errorline.patch"
+#}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with X x)
+		--prefix=/opt
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	dosym ${PV%[a-z]} /opt/Modules/default
+}
+
+pkg_postinst() {
+	elog "Add this line at the end of your bashrc:"
+	elog "[ -f /opt/Modules/default/init/bash ] && source /opt/Modules/default/init/bash"
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2013-06-11 14:25 Justin Lecher
  0 siblings, 0 replies; 20+ messages in thread
From: Justin Lecher @ 2013-06-11 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d2a47066be0381ab5fa9bef13b905e2da3117c0e
Author:     Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Fri Jun  7 12:32:07 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 12:32:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2a47066

fixed compilation with <tcl-8.6.0

---
 sys-cluster/modules/modules-3.2.9c-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
index f161cb9..b063785 100644
--- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild
+++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
@@ -27,7 +27,7 @@ S="${WORKDIR}/${P%[a-z]}"
 DOCS=(ChangeLog README NEWS TODO)
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-errorline.patch"
+	has_version ">=dev-lang/tcl-8.6.0" && epatch "${FILESDIR}/${P}-errorline.patch"
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2013-12-13 19:12 Nicolas Bock
  0 siblings, 0 replies; 20+ messages in thread
From: Nicolas Bock @ 2013-12-13 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb4029d1a62318d08bc6fd2cddf0fa785b34090
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Dec 13 19:12:03 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Dec 13 19:12:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2fb4029d

sys-cluster/modules: Updated maintainer email to gentoo.org

Package-Manager: portage-2.2.7

---
 sys-cluster/modules/ChangeLog    | 3 +++
 sys-cluster/modules/metadata.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLog
index 2c395a5..02fb6c6 100644
--- a/sys-cluster/modules/ChangeLog
+++ b/sys-cluster/modules/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
+  sys-cluster/modules: Updated maintainer email to gentoo.org
+
 *modules-3.2.10-r1 (26 Jun 2013)
 
   26 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +files/createmodule.py,

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index 8076274..b1fd90a 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 <herd>cluster</herd>
 <maintainer>
-  <email>nicolasbock@gmail.com</email>
+  <email>nicolasbock@gentoo.org</email>
   <name>Nicolas Bock</name>
 </maintainer>
 <longdescription lang="en">


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2016-03-29 17:59 Justin Lecher
  0 siblings, 0 replies; 20+ messages in thread
From: Justin Lecher @ 2016-03-29 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7334fdc02474918b29338e75239a28de7ab239d7
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 05:05:09 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 17:58:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7334fdc0

sys-cluster/modules: fix typo. /etc/modulefiles.

 sys-cluster/modules/modules-3.2.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/modules/modules-3.2.10-r1.ebuild b/sys-cluster/modules/modules-3.2.10-r1.ebuild
index 5bf51fe..7408bc8 100644
--- a/sys-cluster/modules/modules-3.2.10-r1.ebuild
+++ b/sys-cluster/modules/modules-3.2.10-r1.ebuild
@@ -57,5 +57,5 @@ src_install() {
 	exeinto /usr/share/Modules/bin
 	doexe "${FILESDIR}"/createmodule.{sh,py}
 	dosym /usr/share/Modules/init/csh /etc/profile.d/modules.csh
-	dodir /etc/modulesfiles
+	dodir /etc/modulefiles
 }


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2017-08-25 19:36 Andrew Savchenko
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Savchenko @ 2017-08-25 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1fe04ee9c587597ebd54864ba0c566bb48b8c874
Author:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
AuthorDate: Fri Aug 25 19:29:57 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 19:29:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1fe04ee9

sys-cluster/modules: make repoman happy about dosym

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 sys-cluster/modules/modules-3.2.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/modules/modules-3.2.10-r2.ebuild b/sys-cluster/modules/modules-3.2.10-r2.ebuild
index ec32cd50e..33ff8a591 100644
--- a/sys-cluster/modules/modules-3.2.10-r2.ebuild
+++ b/sys-cluster/modules/modules-3.2.10-r2.ebuild
@@ -61,6 +61,6 @@ src_install() {
 	doins modules.sh
 	exeinto /usr/share/Modules/bin
 	doexe "${FILESDIR}"/createmodule.{sh,py}
-	dosym /usr/share/Modules/init/csh /etc/profile.d/modules.csh
+	dosym ../../../usr/share/Modules/init/csh /etc/profile.d/modules.csh
 	dodir /etc/modulefiles
 }


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2020-09-26 20:45 Aisha Tammy
  0 siblings, 0 replies; 20+ messages in thread
From: Aisha Tammy @ 2020-09-26 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7013e9c211d9d6831c9471ea99a224304ec181af
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Sep 26 20:45:32 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Sep 26 20:45:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7013e9c2

sys-cluster/modules: actually upload the fixed tests

also add python3_9 compat

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sys-cluster/modules/modules-4.6.0.ebuild | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/modules/modules-4.6.0.ebuild b/sys-cluster/modules/modules-4.6.0.ebuild
index d4053b39c..8e1272dad 100644
--- a/sys-cluster/modules/modules-4.6.0.ebuild
+++ b/sys-cluster/modules/modules-4.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit autotools python-single-r1
 
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="compat test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	${PYTHON_DEPS}
@@ -43,6 +44,9 @@ src_prepare() {
 src_configure() {
 	local myconf=(
 		--disable-versioning
+		--with-initconf-in=etcdir
+		--enable-multilib-support
+		--disable-set-shell-startup
 		--prefix="${EPREFIX}/usr/share/Modules"
 		--mandir="${EPREFIX}/usr/share/man"
 		--docdir="${EPREFIX}/usr/share/doc/${P}"
@@ -51,9 +55,19 @@ src_configure() {
 		--modulefilesdir="${EPREFIX}/etc/modulefiles"
 		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
 		--with-python="${PYTHON}"
+		--with-quarantine-vars="LD_LIBRARY_PATH LD_PRELOAD"
 		$(use_enable compat compat-version)
 	)
-	./configure "${myconf[@]}" ${EXTRA_ECONF[@]} || die "configure failed"
+	econf "${myconf[@]}" "${EXTRA_ECONF[@]}" || die "configure failed"
+}
+
+src_test() {
+	# Remove known-broken tests
+	# These test fine, but fail for random differences in the gentoo environment
+	rm "${S}"/testsuite/modules.70-maint/210-clear.exp || die "rm failed"
+	rm "${S}"/testsuite/modules.00-init/110-quar.exp || die "rm failed"
+
+	RUNTESTARGS=-v emake test
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2023-01-03 18:16 Andrew Ammerlaan
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Ammerlaan @ 2023-01-03 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a9d839cd446a33841bf0acb9ae5d3db2bf5cf5bc
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Fri Dec 30 16:44:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:08:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9d839cd

sys-cluster/modules: update EAPI 7 -> 8

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/sci/pull/1189
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-cluster/modules/metadata.xml            | 2 ++
 sys-cluster/modules/modules-4.6.0-r1.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index a67a56343..4842f7c2c 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -18,6 +18,8 @@
 	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">modules</remote-id>
+		<remote-id type="github">cea-hpc/modules</remote-id>
+		<bugs-to>https://github.com/cea-hpc/modules/issues</bugs-to>
 	</upstream>
 	<use>
 		<flag name="compat">Build Modules version 3 compat support</flag>

diff --git a/sys-cluster/modules/modules-4.6.0-r1.ebuild b/sys-cluster/modules/modules-4.6.0-r1.ebuild
index c7450c636..c6ecedf73 100644
--- a/sys-cluster/modules/modules-4.6.0-r1.ebuild
+++ b/sys-cluster/modules/modules-4.6.0-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit autotools python-single-r1
 
@@ -27,7 +27,7 @@ DEPEND="
 # lmod is strong blocked since both want to install a module binary
 RDEPEND="
 	${DEPEND}
-	!!sys-cluster/lmod
+	!sys-cluster/lmod
 "
 BDEPEND="
 	test? ( dev-util/dejagnu )


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2023-01-03 18:16 Andrew Ammerlaan
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Ammerlaan @ 2023-01-03 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     de9a9e1c986a2c881c41b484f705b4c38d36ead0
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Fri Dec 30 12:42:02 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:08:48 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=de9a9e1c

sys-cluster/modules: strong blocked lmod

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-cluster/modules/modules-4.6.0-r1.ebuild | 82 +++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

diff --git a/sys-cluster/modules/modules-4.6.0-r1.ebuild b/sys-cluster/modules/modules-4.6.0-r1.ebuild
new file mode 100644
index 000000000..c7450c636
--- /dev/null
+++ b/sys-cluster/modules/modules-4.6.0-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Dynamic modification of a user's environment via modulefiles"
+HOMEPAGE="http://modules.sourceforge.net/"
+SRC_URI="https://github.com/cea-hpc/modules/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="compat test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	${PYTHON_DEPS}
+	dev-lang/tcl:0=
+	dev-tcltk/tclx
+	compat? ( x11-libs/libX11 )
+"
+# lmod is strong blocked since both want to install a module binary
+RDEPEND="
+	${DEPEND}
+	!!sys-cluster/lmod
+"
+BDEPEND="
+	test? ( dev-util/dejagnu )
+"
+
+src_prepare() {
+	default
+
+	cd "${S}/lib" || die
+	eautoreconf
+
+	if use compat; then
+		cd "${S}/compat" || die
+		eautoreconf
+	fi
+}
+
+src_configure() {
+	local myconf=(
+		--disable-versioning
+		--with-initconf-in=etcdir
+		--enable-multilib-support
+		--disable-set-shell-startup
+		--prefix="${EPREFIX}/usr/share/Modules"
+		--mandir="${EPREFIX}/usr/share/man"
+		--docdir="${EPREFIX}/usr/share/doc/${P}"
+		--libdir="${EPREFIX}/usr/share/Modules/$(get_libdir)"
+		--datarootdir="${EPREFIX}/usr/share"
+		--modulefilesdir="${EPREFIX}/etc/modulefiles"
+		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
+		--with-python="${PYTHON}"
+		--with-quarantine-vars="LD_LIBRARY_PATH LD_PRELOAD"
+		$(use_enable compat compat-version)
+	)
+	econf "${myconf[@]}" "${EXTRA_ECONF[@]}" || die "configure failed"
+}
+
+src_test() {
+	# Remove known-broken tests
+	# These test fine, but fail for random differences in the gentoo environment
+	rm "${S}"/testsuite/modules.70-maint/210-clear.exp || die "rm failed"
+	rm "${S}"/testsuite/modules.00-init/110-quar.exp || die "rm failed"
+
+	RUNTESTARGS=-v emake test
+}
+
+src_install() {
+	default
+	dosym ../../usr/share/Modules/init/profile.sh /etc/profile.d/modules.sh
+	dosym ../../usr/share/Modules/init/profile.csh /etc/profile.d/modules.csh
+	dodir /etc/modulefiles
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2023-05-02 12:15 Andrew Ammerlaan
  0 siblings, 0 replies; 20+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     31c5e266e2a08e0ebdd018753a7ecf681dbb4c78
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:14:37 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May  2 12:15:30 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=31c5e266

sys-cluster/modules: drop 4.6.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-cluster/modules/modules-4.6.0.ebuild | 78 --------------------------------
 1 file changed, 78 deletions(-)

diff --git a/sys-cluster/modules/modules-4.6.0.ebuild b/sys-cluster/modules/modules-4.6.0.ebuild
deleted file mode 100644
index fc1d72946..000000000
--- a/sys-cluster/modules/modules-4.6.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Dynamic modification of a user's environment via modulefiles"
-HOMEPAGE="http://modules.sourceforge.net/"
-SRC_URI="https://github.com/cea-hpc/modules/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="compat test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	${PYTHON_DEPS}
-	dev-lang/tcl:0=
-	dev-tcltk/tclx
-	compat? ( x11-libs/libX11 )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	test? ( dev-util/dejagnu )
-"
-
-src_prepare() {
-	default
-
-	cd "${S}/lib" || die
-	eautoreconf
-
-	if use compat; then
-		cd "${S}/compat" || die
-		eautoreconf
-	fi
-}
-
-src_configure() {
-	local myconf=(
-		--disable-versioning
-		--with-initconf-in=etcdir
-		--enable-multilib-support
-		--disable-set-shell-startup
-		--prefix="${EPREFIX}/usr/share/Modules"
-		--mandir="${EPREFIX}/usr/share/man"
-		--docdir="${EPREFIX}/usr/share/doc/${P}"
-		--libdir="${EPREFIX}/usr/share/Modules/$(get_libdir)"
-		--datarootdir="${EPREFIX}/usr/share"
-		--modulefilesdir="${EPREFIX}/etc/modulefiles"
-		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
-		--with-python="${PYTHON}"
-		--with-quarantine-vars="LD_LIBRARY_PATH LD_PRELOAD"
-		$(use_enable compat compat-version)
-	)
-	econf "${myconf[@]}" "${EXTRA_ECONF[@]}" || die "configure failed"
-}
-
-src_test() {
-	# Remove known-broken tests
-	# These test fine, but fail for random differences in the gentoo environment
-	rm "${S}"/testsuite/modules.70-maint/210-clear.exp || die "rm failed"
-	rm "${S}"/testsuite/modules.00-init/110-quar.exp || die "rm failed"
-
-	RUNTESTARGS=-v emake test
-}
-
-src_install() {
-	default
-	dosym ../../usr/share/Modules/init/profile.sh /etc/profile.d/modules.sh
-	dosym ../../usr/share/Modules/init/profile.csh /etc/profile.d/modules.csh
-	dodir /etc/modulefiles
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2025-10-16 10:03 Alexander Puck Neuwirth
  0 siblings, 0 replies; 20+ messages in thread
From: Alexander Puck Neuwirth @ 2025-10-16 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a3f89041a9d9c12f57e43a988cd3144c9c17f5a2
Author:     Xavier Delaruelle <xavier.delaruelle <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 06:29:51 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 10:00:20 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3f89041

sys-cluster/modules: update upstream metadata

Signed-off-by: Xavier Delaruelle <xavier.delaruelle <AT> gmail.com>
Part-of: https://github.com/gentoo/sci/pull/1381
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sys-cluster/modules/metadata.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index f3c9e84b5..4cc774a27 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -18,9 +18,10 @@
 		of shells.
 	</longdescription>
 	<upstream>
-		<remote-id type="sourceforge">modules</remote-id>
-		<remote-id type="github">cea-hpc/modules</remote-id>
-		<bugs-to>https://github.com/cea-hpc/modules/issues</bugs-to>
+		<remote-id type="github">envmodules/modules</remote-id>
+		<bugs-to>https://github.com/envmodules/modules/issues</bugs-to>
+		<changelog>https://modules.readthedocs.io/en/stable/NEWS.html</changelog>
+		<doc>https://modules.readthedocs.io</doc>
 	</upstream>
 	<use>
 		<flag name="compat">Build Modules version 3 compat support</flag>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2025-10-16 10:03 Alexander Puck Neuwirth
  0 siblings, 0 replies; 20+ messages in thread
From: Alexander Puck Neuwirth @ 2025-10-16 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     52cdbb1f2ce55aea3a3043d8089c3de6fe091e99
Author:     Xavier Delaruelle <xavier.delaruelle <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 06:29:27 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 10:00:19 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=52cdbb1f

sys-cluster/modules: update description metadata

Signed-off-by: Xavier Delaruelle <xavier.delaruelle <AT> gmail.com>
Part-of: https://github.com/gentoo/sci/pull/1381
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sys-cluster/modules/metadata.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index 4842f7c2c..f3c9e84b5 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -10,11 +10,12 @@
 		<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
+		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.
+		environment variables (such as PATH, MANPATH, etc), aliases,
+		functions as well as command-line completions over a variety
+		of shells.
 	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">modules</remote-id>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2025-10-16 10:03 Alexander Puck Neuwirth
  0 siblings, 0 replies; 20+ messages in thread
From: Alexander Puck Neuwirth @ 2025-10-16 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bf987565b914ba2a626efc2daabff2fbccdd79ad
Author:     Xavier Delaruelle <xavier.delaruelle <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 06:35:36 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 10:00:22 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf987565

sys-cluster/modules: add 5.6.0

Signed-off-by: Xavier Delaruelle <xavier.delaruelle <AT> gmail.com>
Part-of: https://github.com/gentoo/sci/pull/1381
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sys-cluster/modules/metadata.xml         |  3 ++
 sys-cluster/modules/modules-5.6.0.ebuild | 67 ++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index 4cc774a27..94b3af0c3 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -25,5 +25,8 @@
 	</upstream>
 	<use>
 		<flag name="compat">Build Modules version 3 compat support</flag>
+		<flag name="new-features">enable all new features</flag>
+		<flag name="shell-setup">install shell initialization and completion files</flag>
+		<flag name="man-install">install man files in global location</flag>
 	</use>
 </pkgmetadata>

diff --git a/sys-cluster/modules/modules-5.6.0.ebuild b/sys-cluster/modules/modules-5.6.0.ebuild
new file mode 100644
index 000000000..c81cfb192
--- /dev/null
+++ b/sys-cluster/modules/modules-5.6.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shell-completion
+
+DESCRIPTION="Dynamic modification of a user's environment via modulefiles"
+HOMEPAGE="
+	https://github.com/envmodules/modules/
+	https://envmodules.github.io/modules/
+"
+SRC_URI="https://github.com/envmodules/modules/releases/download/v${PV}/${P}.tar.bz2 -> ${P}.gh.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="new-features +shell-setup +man-install test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-lang/tcl
+	sys-apps/util-linux
+	sys-apps/less
+	shell-setup? ( !sys-cluster/lmod )
+	man-install? ( !sys-cluster/lmod )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-lang/tcl
+	test? ( dev-util/dejagnu )
+"
+
+src_configure() {
+	local myconf=(
+		--with-bin-search-path="${EPREFIX}/usr/bin:${EPREFIX}/bin"
+		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
+		--prefix="${EPREFIX}/usr/share/Modules"
+		--nagelfardatadir="${EPREFIX}/usr/share/Modules/nagelfar"
+		--disable-emacs-addons
+		--enable-quarantine-support
+		--with-modulepath="${EPREFIX}/usr/share/Modules/modulefiles:${EPREFIX}/etc/modulefiles"
+		--with-quarantine-vars='LD_LIBRARY_PATH LD_PRELOAD'
+		$(usex man-install "" --mandir="${EPREFIX}/usr/share/Modules/share/man")
+		$(use_enable new-features)
+	)
+	econf "${myconf[@]}"
+}
+
+src_test() {
+	script/mt quick || die
+}
+
+src_install() {
+	default
+	keepdir /etc/modulefiles
+	if use shell-setup ; then
+		dosym -r /usr/share/Modules/init/profile.sh /etc/bash/bashrc.d/modules.sh
+		dosym -r /usr/share/Modules/init/profile.sh /etc/profile.d/modules.sh
+		dosym -r /usr/share/Modules/init/profile.csh /etc/profile.d/modules.csh
+		dosym -r /usr/share/Modules/init/fish /etc/fish/conf.d/modules.fish
+		newbashcomp init/bash_completion module
+		bashcomp_alias module ml
+		newzshcomp init/zsh-functions/_module _module
+		newfishcomp init/fish_completion module.fish
+	fi
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
@ 2025-10-16 10:03 Alexander Puck Neuwirth
  0 siblings, 0 replies; 20+ messages in thread
From: Alexander Puck Neuwirth @ 2025-10-16 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b614da44373285fa08410ac7aab8792c8a1210c5
Author:     Xavier Delaruelle <xavier.delaruelle <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 06:41:07 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 10:00:24 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b614da44

sys-cluster/modules: add myself as a maintainer

Signed-off-by: Xavier Delaruelle <xavier.delaruelle <AT> gmail.com>
Part-of: https://github.com/gentoo/sci/pull/1381
Closes: https://github.com/gentoo/sci/pull/1381
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sys-cluster/modules/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
index 94b3af0c3..5dfd1a4aa 100644
--- a/sys-cluster/modules/metadata.xml
+++ b/sys-cluster/modules/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>xavier.delaruelle@gmail.com</email>
+		<name>Xavier Delaruelle</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>btbn@btbn.de</email>
 		<name>Timo Rothenpieler</name>


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-10-16 10:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-26 20:45 [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2025-10-16 10:03 Alexander Puck Neuwirth
2025-10-16 10:03 Alexander Puck Neuwirth
2025-10-16 10:03 Alexander Puck Neuwirth
2025-10-16 10:03 Alexander Puck Neuwirth
2023-05-02 12:15 Andrew Ammerlaan
2023-01-03 18:16 Andrew Ammerlaan
2023-01-03 18:16 Andrew Ammerlaan
2017-08-25 19:36 Andrew Savchenko
2016-03-29 17:59 Justin Lecher
2013-12-13 19:12 Nicolas Bock
2013-06-11 14:25 Justin Lecher
2013-06-06 15:57 Nicolas Bock
2012-07-06 15:31 Nicolas Bock
2012-07-06 15:08 Nicolas Bock
2012-07-05 18:04 Nicolas Bock
2012-07-05 17:49 Nicolas Bock
2012-06-22 14:21 Kacper Kowalik
2012-06-22 14:21 Kacper Kowalik
2012-06-22 14:21 Kacper Kowalik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox