Re: [proaudio] [2723] fvwm-crystal-9999: removed non needed USE flags; updated to EAPI 5 and python-r1 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] [2723] fvwm-crystal-9999: removed non needed USE flags; updated to EAPI 5 and python-r1
- From: Karl Lindén <spray.sucks@xxxxxxxxx>
- Date: Mon, 6 May 2013 21:14:20 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=FzNwuAnPsiw20i8mKeQZvcQv5z6OJxT6JlnF4h7PGlU=; b=YMfnlsZG1CIunNp1CftV4/M4MSMdFnC5MdmMeiCO754ZTSHJXKLX9R3pZEAjltHKQb pogm+ZHCh68DSHUf6hWgiSGJ2sLh3D1u+ryOPMif2foJaGfdxhRUhvO6Pfu+k+gRSydu EGKk60cJHT1MnXb0MhBKo50HeOOGbFmKajlCAS45PI540YsrOBRelizdXRaL03E5RthM l+ymvZZVMEZaPMdv/cX4lOok5AlKyEXFKDnyXL3m4kciK3e9ypFUzSJzsn9lYAImqNHF CmQ0e7cWP8oZTnt+n9djoMlhaSEvz/AeWqrm6SxQofWLioJuwW/Ax0Wn7JEaUSEhTwad 5e0Q==
2013/5/6 Dominique Michel <dominique.michel@xxxxxxxxx>:
> Le Sun, 5 May 2013 21:39:21 +0200,
> Karl Lindén <spray.sucks@xxxxxxxxx> a écrit :
>
>> You should probably respect EPREFIX in the arguments to emake.
>>
>> - einfo " /usr/share/doc/${PF}/addons/convert_colorsets"
>> + einfo " /usr/share/doc/${PN}/addons/convert_colorsets."
>> Is the ebuild installing docs into /usr/share/doc/${PN} despite the
>> docdir argument to emake?
>
> The einfo was wrong, I just corrected it. According to the Makefile,
> $addondir is $prefix/share/fvwm-crystal/addons, and it is where the
> files get installed with my ebuild.
>
> Portage ebuild use $addondir=$prefix/share/doc/${PF}/addons.
> It is pro and con with both locations. The files are easier to find for
> the user when they are in $prefix/share/doc/${PF}/addons, but they
> get compressed by portage, and most of them are scripts or resource
> files, not documentation.
>
Great! I think installing such files to /usr/share/${PN} is better. Good job!
I however still think it should be
emake \
DESTDIR="${D}" \
docdir="${EPREFIX}/usr/share/doc/${PF}" \
prefix="${EPREFIX}/usr" install
to respect EPREFIX.
Regards,
Karl