Re: [gentoo-portage-dev] dodoc creating a symlink to distfiles?

2011-04-12 Thread Zac Medico
On 04/12/2011 10:38 AM, James Cloos wrote: > ZM> It's a side-effect from this fix which makes dodoc preserve symlinks > > ZM> > http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2e334d77e3d1836ab6ba5dfc1700e90f9599d4d3 > ZM> > http://git.overlays.gentoo.org/gitweb/?p=proj/port

Re: [gentoo-portage-dev] dodoc creating a symlink to distfiles?

2011-04-12 Thread James Cloos
ZM> It's a side-effect from this fix which makes dodoc preserve symlinks ZM> http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2e334d77e3d1836ab6ba5dfc1700e90f9599d4d3 ZM> http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=de9a536f470919651e83ece51923594e8605

Re: [gentoo-portage-dev] dodoc creating a symlink to distfiles?

2011-04-11 Thread Zac Medico
On 04/11/2011 04:32 PM, Zac Medico wrote: > On 04/11/2011 10:14 AM, Zac Medico wrote: >> On 04/11/2011 09:04 AM, James Cloos wrote: >>> the recently added sci-math/minisat ebuild has this: >>> >>>dodoc "${DISTDIR}"/MiniSat.pdf || die >>> >>> which results in: >>> >>> sym /usr/share/doc/minisat-

Re: [gentoo-portage-dev] dodoc creating a symlink to distfiles?

2011-04-11 Thread Zac Medico
On 04/11/2011 10:14 AM, Zac Medico wrote: > On 04/11/2011 09:04 AM, James Cloos wrote: >> the recently added sci-math/minisat ebuild has this: >> >>dodoc "${DISTDIR}"/MiniSat.pdf || die >> >> which results in: >> >> sym /usr/share/doc/minisat-2.2.0-r2/MiniSat.pdf -> >> /usr/portage/distfiles/M

Re: [gentoo-portage-dev] dodoc creating a symlink to distfiles?

2011-04-11 Thread Zac Medico
On 04/11/2011 09:04 AM, James Cloos wrote: > the recently added sci-math/minisat ebuild has this: > >dodoc "${DISTDIR}"/MiniSat.pdf || die > > which results in: > > sym /usr/share/doc/minisat-2.2.0-r2/MiniSat.pdf -> > /usr/portage/distfiles/MiniSat.pdf 1302537422 > > Is that a portage issu