Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194471 - app-arch/unball (new ebuild)
Summary: app-arch/unball (new ebuild)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://codebrowse.launchpad.net/~ssok...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-10-02 03:32 UTC by Denilson Sá Maia
Modified: 2009-06-28 09:58 UTC (History)
0 users

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


Attachments
unball-0.2.10.ebuild (unball-0.2.10.ebuild,1.98 KB, text/plain)
2007-10-03 07:24 UTC, Denilson Sá Maia
Details
unball-0.2.11.1.ebuild (unball-0.2.11.1.ebuild,1.34 KB, text/plain)
2009-06-28 09:58 UTC, Stephan Sokolow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denilson Sá Maia 2007-10-02 03:32:15 UTC
unball is a bash script that tries to uncompress (extract from) all types of archives. It uses many other packages to do so (like zip, tar, rar, p7zip, arj...).

This script was previously hosted at http://www.ssokolow.com/MyPrograms/Gentoo , but this address is not working now.

At Ubuntu Launchpad: http://codebrowse.launchpad.net/~ssokolow/unball/dev/files
you can get the script, documentation, tests and even an unball ebuild (which still points to older URL).

Maybe before adding this package you should try to contact the author.
Comment 1 Denilson Sá Maia 2007-10-02 18:25:34 UTC
Huh... As I said, there *is* and ebuild at that URL address. Should we attach the ebuild to this bug or it's easier to just download from that address?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-10-02 21:40:56 UTC
Yes, huh... you should attach anything relevant here.
Comment 3 Denilson Sá Maia 2007-10-03 07:24:49 UTC
Created attachment 132435 [details]
unball-0.2.10.ebuild

Ebuild downloaded directly from:
http://codebrowse.launchpad.net/~ssokolow/unball/dev/files
and attached here.
Comment 4 Stephan Sokolow 2008-12-14 08:33:53 UTC
Heh. Seeing this bug appear in my Google results was quite a surprise to me. (I'm the author of unball)

The ebuild being publicly available was actually a mistake I didn't notice. I forget whether I tested it, but as you can easily see, the test for the paq6 extractor will always fail because it's calling "which FOOOOOOOOOOOOOOO". 

Anyway, I've had a really busy year, but I hope to find time to work on unball in 2009. My plan is to make one or two bugfix releases and then rewrite it in Python so I can stop wasting most of my time reinventing wheels.
Comment 5 Stephan Sokolow 2009-06-28 09:58:16 UTC
Created attachment 195939 [details]
unball-0.2.11.1.ebuild

I'm finally getting my life under control, so I released 0.2.11 as a maintenance release for the 0.2.x series... and immediately had to release 0.2.11.1 because I'd been away from the codebase too long and forgot to update the docs and complete the ebuild.

Here's the ebuild, tested working on my system with the live launchpad download URL.

I'll have 0.3.0 (a complete rewrite in Python with support for falling back to alternate extractors) ready as soon as I finish squashing regressions and switching from install.sh to setup.py.