Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16783 - xstow-0.4.6.ebuild (new package)
Summary: xstow-0.4.6.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 20:21 UTC by Andrew Mahone
Modified: 2003-04-02 18:54 UTC (History)
0 users

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


Attachments
xstow-0.4.6.ebuild (xstow-0.4.6.ebuild,640 bytes, text/plain)
2003-03-03 20:23 UTC, Andrew Mahone
Details
xstow-0.4.6-configure-ncurses.diff (xstow-0.4.6-configure-ncurses.diff,2.14 KB, patch)
2003-03-03 20:24 UTC, Andrew Mahone
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Mahone 2003-03-03 20:21:57 UTC
http://xstow.sourceforge.net
XStow is a C++ replacement/enhancement for GNU Stow.  It can work just like GNU
Stow, and each can unstow packages that were stowed by the other.   XStow can
also have global configuration via ini files, multiple stow directories,
shell/regex pattern matching, create symlinks with absolute paths (these will
break compatibility with GNU Stow), can be built static and run where there's no
perl, and, for me at least, unstows much faster than GNU Stow.

The ebuild also needs a patch for the configure script.  It doesn't provide an
easy way to select an ncurses library, and it tests for libcurses first and uses
it if found.  This is causing it to link the libcurses from /lib and the build
to fail.  The patch just removes the test for -lcurses completely, and causes it
to use libncurses only.
Comment 1 Andrew Mahone 2003-03-03 20:23:05 UTC
Created attachment 8918 [details]
xstow-0.4.6.ebuild

Ebuild for XStow 0.4.6
Comment 2 Andrew Mahone 2003-03-03 20:24:06 UTC
Created attachment 8919 [details, diff]
xstow-0.4.6-configure-ncurses.diff

patch required for xstow-0.4.6.ebuild
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-04-02 18:54:03 UTC
thanks. i did a quite run through and it looks alright. its now in app-admin/xstow