Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 129507 Details for
Bug 190580
[science overlay] sys-cluster/modules - Environment Modules (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-admin/modules-3.2.5.ebuild
modules-3.2.5.ebuild (text/plain), 982 bytes, created by
Jean-François Richard
on 2007-08-28 21:45:53 UTC
(
hide
)
Description:
app-admin/modules-3.2.5.ebuild
Filename:
MIME Type:
Creator:
Jean-François Richard
Created:
2007-08-28 21:45:53 UTC
Size:
982 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >DESCRIPTION="Provides for the dynamic modification of a user's environment" >HOMEPAGE="http://modules.sourceforge.net/" >SRC_URI="mirror://sourceforge/modules/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" >DEPEND=">=dev-lang/tcl-8" >RDEPEND="${DEPEND}" >S="${WORKDIR}/${P}" > >src_compile() { > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > cd "${D}/usr/Modules/${PV}/modulefiles" > rm * > touch "${D}/usr/Modules/${PV}/modulefiles/.keep" > > cd "${D}/usr/Modules" > ln -s "${PV}" default > > cd "${WORKDIR}" > dodoc LICENSE.GPL README TODO NEWS INSTALL ChangeLog >} > >pkg_postinst() { > echo > einfo "Add this line at the end of /etc/bash/bashrc:" > einfo " [ -e \"/usr/Modules/${PV}/init/bash\" ] && source \"/usr/Modules/${PV}/init/bash\"" > echo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 190580
: 129507