From: "Nicolas Bock" <nicolasbock@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
Date: Thu, 6 Jun 2013 15:57:04 +0000 (UTC) [thread overview]
Message-ID: <1370534163.48cad6597579671210e974e25ee9b1bccb6ace3f.nicolasbock@gentoo> (raw)
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"
+}
next reply other threads:[~2013-06-06 15:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-06 15:57 Nicolas Bock [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-16 10:03 [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/ 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
2020-09-26 20:45 Aisha Tammy
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
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
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=1370534163.48cad6597579671210e974e25ee9b1bccb6ace3f.nicolasbock@gentoo \
--to=nicolasbock@gmail.com \
--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