Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23114 - Ebuild for zsh 4.1.1
Summary: Ebuild for zsh 4.1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 09:46 UTC by Wayne Davison
Modified: 2003-09-06 04:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
New ebuild for zsh 4.1.1. (zsh-4.1.1.ebuild,1.61 KB, text/plain)
2003-06-19 10:00 UTC, Wayne Davison
Details
The zprofile file for the "files" dir. (zprofile,279 bytes, text/plain)
2003-06-19 10:02 UTC, Wayne Davison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wayne Davison 2003-06-19 09:46:30 UTC
Zsh 4.1.1 was just released, so we might as well get a new ebuild going.
I'll attach one momentarily.
Comment 1 Wayne Davison 2003-06-19 10:00:27 UTC
Created attachment 13547 [details]
New ebuild for zsh 4.1.1.

This ebuild differs from the 4.1.0_pre7 version is a few ways:

- It has a --with-curses-terminfo glitch fixed.
- It does not include the revised zshall.1 file (since there's not yet
  a version for 4.1.1 in ~vladimir.
- The and S var and various MY_* vars aren't needed.
- It installs zprofile in /etc/zsh, not zshenv.
- It moves /etc/zsh/zshenv to /etc/zsh/zprofile in pkg_preinst, but only
  if the zprofile file doesn't already exist. (See bug 19924).

The last item might need some discussing.  We need to have some way to
transition from the old zshenv file that used to be installed over to
the new zprofile file without having identical code in both.  I figure
that if the user doesn't already have a zprofile file that changing their
zshenv file into a zprofile file is probably the right thing to do (and
the normal etc-update process will make sure that any changes they made
to it get propigated into the new zprofile file).
Comment 2 Wayne Davison 2003-06-19 10:02:27 UTC
Created attachment 13548 [details]
The zprofile file for the "files" dir.

This is the zprofile file from bug 19924, every so slightly tweaked.
Comment 3 Graham Forest 2003-06-28 01:11:55 UTC
So long, and thanks for all the fish
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-07-23 13:32:20 UTC
I have the same opinion about migrating /etc/zsh/zshenv to 
/etc/zsh/zprofile, and using pkg_preinst() for etc-update to 
incorporate the change seems fairly smart, so I committed
the ebuild based on yours (I added cjk support and modified
a little to suit zsh-4.0.7.ebuild). Again, thank you for 
your work and really helpful comments.