I'd like to propose a new metadata variable called DEFINED_PHASES. Like
INHERITED, it will be generated by the package manager rather than by a
combination of explicit ebuild and eclass variables.
The DEFINED_PHASES variable is for package manager use; it may or may
not be exported to the ebuild,
Hello *,
Some time ago, some Gentoo TeX guru (don't remember who) advised to
include the following code to the sci-mathematics/maxima ebuild:
# Calculating MAXIMA_TEXMFDIR
if use latex; then
local TEXMFPATH="$(kpsewhich -var-value=TEXMFSITE)"
loc
> On Fri, 28 Nov 2008, Andrey Grozin wrote:
> Some time ago, some Gentoo TeX guru (don't remember who) advised to
> include the following code to the sci-mathematics/maxima ebuild:
> [...code...]
This code calls "kpsewhich" which means that the location of files
installed by the ebuild will
On Fri, 28 Nov 2008, Ulrich Mueller wrote:
We had similar code in app-emacs/auctex, but replaced it by hardcoded
TEXMF="/usr/share/texmf-site" about one year ago.
Tnanks, I'll do the same in maxima and asymptote.
Andrey