Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117009 - planner-0.13 installs docs in /usr/share/doc/planner/ and /usr/share/doc/planner-0.13/
Summary: planner-0.13 installs docs in /usr/share/doc/planner/ and /usr/share/doc/plan...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 138872
  Show dependency tree
 
Reported: 2005-12-28 11:39 UTC by Chris Mayo
Modified: 2006-10-27 07:53 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 Chris Mayo 2005-12-28 11:39:42 UTC
planner-0.13 puts a few docs in /usr/share/doc/planner/. Adding a src_install() to the ebuild puts everything in /usr/share/doc/planner-0.13/ for me:

src_install() {
	gnome2_src_install \
		sampledir="\$(datadir)/doc/${PF}/examples" \
		sqldocdir="\$(datadir)/doc/${PF}"
}

Also I think the HOMEPAGE should change to:
"http://developer.imendio.com/wiki/Planner"
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2006-10-27 07:53:25 UTC
Fixed in the 0.14 revbump ebuild, thanks!