| Summary: | dev-util/arch (update available) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Eckert <eckert.thomas> |
| Component: | New packages | Assignee: | Ryan Phillips (RETIRED) <rphillips> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | aledell |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
larch-1.0_pre0.ebuild
larch-1.0_pre0-r1.ebuild |
||
the port of arch to a C-only version is finished and now there are 2 implementations of arch: - the (old) shell-version -- named "larch" - the (new and fast) C-version -- named "tla" Up to now I havn't had spare-time to write/update the ebuilds for those :| I'll willing to write them but can't tell when. Anyway -- imho it does not make much sense to move _this_ (pre25) to portage. -> http://regexps.srparish.net/www/ Thomas I've added tla to the portage tree. Created attachment 15797 [details]
larch-1.0_pre0.ebuild
src_install() may need some cosmetic changes -- the "=*"-files are on different
locations now. maybe the last 2 lines of src_install() should be wrapped in
if [ $(use doc) ]; then .... fi ?
Created attachment 18675 [details]
larch-1.0_pre0-r1.ebuild
if this is added the "-r1" should be removed from the name.
- textutils, sh-utils, fileutils are replaced by coreutils. - the 2 missing files =NEWS, =README are removed. - most dodoc is now wrapped in "if use doc". Committed to dev-util/ Thanks for the ebuild! |
A new upstream version is available -- lot's of shell-code is replace by (faster) C-programs. new version: 1.0_pre25 (renaming the ebuild and adding MY_P="${MY_P/arch-/arch}") To speed-up the remaining shell-code "--with-posix-shell=ash" and a dependency for "app-shells/ash" would be nice. Most arch-users seem to use "dash" -- the debianized version of the NetBSD-ash; if anybody cares I could post an ebuild for dash too). HOMEPAGE should be changed to "http://arch.fifthvision.net/bin/view/Arch/WebHome". Thomas Reproducible: Always Steps to Reproduce: