Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22292 - dev-util/arch (update available)
Summary: dev-util/arch (update available)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-05 13:47 UTC by Thomas Eckert
Modified: 2003-10-04 20:05 UTC (History)
1 user (show)

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


Attachments
larch-1.0_pre0.ebuild (larch-1.0_pre0.ebuild,2.16 KB, text/plain)
2003-08-09 03:41 UTC, Thomas Eckert
Details
larch-1.0_pre0-r1.ebuild (larch-1.0_pre0-r1.ebuild,2.14 KB, text/plain)
2003-10-03 09:22 UTC, Thomas Eckert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Eckert 2003-06-05 13:47:43 UTC
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:
Comment 1 Thomas Eckert 2003-06-26 11:04:19 UTC
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
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2003-07-31 13:59:19 UTC
I've added tla to the portage tree. 
Comment 3 Thomas Eckert 2003-08-09 03:41:50 UTC
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 ?
Comment 4 Thomas Eckert 2003-10-03 09:22:09 UTC
Created attachment 18675 [details]
larch-1.0_pre0-r1.ebuild

if this is added the "-r1" should be removed from the name.
Comment 5 Thomas Eckert 2003-10-03 09:23:45 UTC
- 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".
Comment 6 Ryan Phillips (RETIRED) gentoo-dev 2003-10-04 20:05:21 UTC
Committed to dev-util/
Thanks for the ebuild!