Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415161 - net-voip/linphone-3.4.3-r1 installs two directories in /usr/share/doc with USE="doc"
Summary: net-voip/linphone-3.4.3-r1 installs two directories in /usr/share/doc with US...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 18:45 UTC by Chris Mayo
Modified: 2013-02-16 10:56 UTC (History)
3 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 2012-05-08 18:45:53 UTC
$ ls /usr/share/doc/linphone*
/usr/share/doc/linphone:
linphone-3.4.3

/usr/share/doc/linphone-3.4.3-r1:
AUTHORS.bz2  ChangeLog.bz2  README.arm.bz2  TODO.bz2
BUGS.bz2     NEWS.bz2       README.bz2


Adding pkgdocdir to emake install fixes it for me:

emake DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}" install
Comment 1 Sergey Popov gentoo-dev 2012-06-30 14:31:12 UTC
i think this is already fixed.

pinkbyte@phantom ~ $ eix -Ic linphone
[I] net-voip/linphone (3.4.3-r1@30.06.2012): Video softphone based on the SIP protocol

pinkbyte@phantom ~ $ equery f linphone | grep doc
/usr/share/doc
/usr/share/doc/linphone-3.4.3-r1
/usr/share/doc/linphone-3.4.3-r1/AUTHORS.bz2
/usr/share/doc/linphone-3.4.3-r1/BUGS.bz2
/usr/share/doc/linphone-3.4.3-r1/ChangeLog.bz2
/usr/share/doc/linphone-3.4.3-r1/NEWS.bz2
/usr/share/doc/linphone-3.4.3-r1/README.arm.bz2
/usr/share/doc/linphone-3.4.3-r1/README.bz2
/usr/share/doc/linphone-3.4.3-r1/TODO.bz2

pinkbyte@phantom ~ $ ls -lad /usr/share/doc/linphone*
drwxr-xr-x 2 neko loli 248 июня  30 17:42 /usr/share/doc/linphone-3.4.3-r1

So, i think this bug should be marked as RESOLVED
Comment 2 Chris Mayo 2013-02-16 10:56:46 UTC
Fixed in net-voip/linphone-3.5.2