Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533326 - gnome-base/gnome-js-common-0.1.2 installs documentation outside /usr/share/doc/${PF}
Summary: gnome-base/gnome-js-common-0.1.2 installs documentation outside /usr/share/do...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard: Pending removal: 2015-04-22
Keywords: PMASKED
: 541890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-22 19:39 UTC by Chris Mayo
Modified: 2015-04-26 12:31 UTC (History)
2 users (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 2014-12-22 19:39:13 UTC
$ ls /usr/share/doc/gnome-js-common-0.1.2/
ChangeLog.bz2

$ ls /usr/share/doc/gnome_js_common/
AUTHORS  ChangeLog.bz2  COPYING.bz2  INSTALL.bz2  NEWS  README


Fixed for me by:

--- gnome-js-common-0.1.2.ebuild.orig
+++ gnome-js-common-0.1.2.ebuild
@@ -22,6 +22,10 @@
 	>=dev-util/intltool-0.35
 "
 
+src_prepare() {
+	sed -i "s:gnome_js_commondocdir = \${prefix}/share/doc/gnome_js_common:gnome_js_commondocdir = /usr/share/doc/${PF}:" Makefile.in || die
+}
+
 src_configure() {
 	gnome2_src_configure \
 		--disable-seed \
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-12-22 20:43:02 UTC
Looks like this package is only needed by seed which is only required by libpeas behind USE=seed according to http://qa-reports.gentoo.org/output/genrdeps/rindex.

I guess, we could just remove those.
Comment 2 Pacho Ramos gentoo-dev 2014-12-23 16:54:56 UTC
Yeah, I was thinking on the same some weeks later but I forget to continue the process :S
Comment 3 Pacho Ramos gentoo-dev 2015-03-22 13:15:05 UTC
*** Bug 541890 has been marked as a duplicate of this bug. ***
Comment 4 Pacho Ramos gentoo-dev 2015-04-26 12:31:13 UTC
removed