Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13547 Details for
Bug 23114
Ebuild for zsh 4.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for zsh 4.1.1.
zsh-4.1.1.ebuild (text/plain), 1.61 KB, created by
Wayne Davison
on 2003-06-19 10:00:27 UTC
(
hide
)
Description:
New ebuild for zsh 4.1.1.
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2003-06-19 10:00:27 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="ncurses" > >DESCRIPTION="UNIX Shell similar to the Korn shell" >HOMEPAGE="http://www.zsh.org/" >SRC_URI="ftp://ftp.zsh.org/pub/zsh/${P}.tar.bz2" > >SLOT="0" >LICENSE="ZSH" >KEYWORDS="x86 ~alpha ~ppc ~sparc" > >DEPEND="ncurses? ( >=sys-libs/ncurses-5.1 )" > >src_compile() { > > use ncurses && MYCONF="--with-curses-terminfo" > > econf \ > --bindir=/bin \ > --libdir=/usr/lib \ > --enable-maildir-support \ > --enable-etcdir=/etc/zsh \ > --enable-zprofile=/etc/zsh/zprofile \ > --enable-zshlogin=/etc/zsh/zshlogin \ > --enable-zshrc=/etc/zsh/zshrc \ > --enable-fndir=/usr/share/zsh/${PV}/functions \ > --enable-site-fndir=/usr/share/zsh/site-functions \ > --enable-function-subdirs \ > ${MYCONF} || die "configure failed" > # emake still b0rks > make || die "make failed" > #make check || die "make check failed" >} > >src_install() { > einstall \ > bindir=${D}/bin \ > libdir=${D}/usr/lib \ > fndir=${D}/usr/share/zsh/${PV}/functions \ > sitefndir=${D}/usr/share/zsh/site-functions \ > install.bin install.man install.modules \ > install.info install.fns || die "make install failed" > > dodoc ChangeLog META-FAQ README INSTALL LICENCE config.modules > docinto StartupFiles > dodoc StartupFiles/z* > > insinto /etc/zsh > doins ${FILESDIR}/zprofile >} > >pkg_preinst() { > # Our zprofile file does the job of the old zshenv file > # Move the old version into a zprofile script so the normal > # etc-update process will handle any changes. > if [ -f /etc/zsh/zshenv -a ! -f /etc/zsh/zprofile ]; then > mv /etc/zsh/zshenv /etc/zsh/zprofile > fi >}
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 23114
: 13547 |
13548