Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129102 - The fish ebuild should depend on htmlview
Summary: The fish ebuild should depend on htmlview
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 02:10 UTC by Che
Modified: 2006-04-08 11:33 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Che 2006-04-07 02:10:08 UTC
Fish uses htmlview to display its help.
So htmlview should be a dependency
Comment 1 Paweł Kilian 2006-04-07 22:27:14 UTC
patch

--- fish-1.21.3.ebuild.old  2006-04-04 00:50:14.000000000 -0400
+++ fish-1.21.3.ebuild 2006-04-08 01:25:59.000000000 -0400
@@ -16,6 +16,7 @@
                        x11-libs/libXext
                )
                virtual/x11
+       www-client/htmlview
        )"
 DEPEND="${RDEPEND}
        app-doc/doxygen"
Comment 2 David Klempner 2006-04-08 11:28:03 UTC
I was about to come and report this; I just discovered fish. A transcript of my first session:

% /usr/bin/fish
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
klempner@kenmore ~> ls
(snip)
klempner@kenmore ~> help
fish: Unknown command 'htmlview'
/usr/share/fish/functions/help.fish (line 12): htmlview file:///usr/share/doc/fish-1.21.3/index.html &
                                               ^
in function 'help',
        called on standard input,

klempner@kenmore ~> 

at which point I came here to report this bug, if it hadn't already been reported.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2006-04-08 11:33:00 UTC
Fixed, thanks!