Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-pms] [PATCH] EAPI 6: get_libdir
Date: Sun, 15 Feb 2015 23:16:11
Message-Id: 21729.10418.956117.75160@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-pms] [PATCH] EAPI 6: get_libdir by "Michał Górny"
1 >>>>> On Sun, 15 Feb 2015, Michał Górny wrote:
2
3 > --- a/pkg-mgr-commands.tex
4 > +++ b/pkg-mgr-commands.tex
5 > @@ -94,8 +94,42 @@ to the host root instead of \t{ROOT}.
6 > \item[best\_version] Takes exactly one package dependency specification as an argument. If a
7 > matching package is installed, prints the category, package name and version of the highest
8 > matching version; otherwise, prints an empty string. The exit code is unspecified.
9 > +\item[get\_libdir] \featurelabel{get-libdir}
10 > + Prints the libdir name obtained according to Algorithm~\ref{alg:get-libdir}.
11 > + Only available in EAPIs listed in table~\ref{tab:get-libdir-table} as supporting \t{get\_libdir}.
12 > \end{description}
13
14 "Package manager query commands" doesn't look like the right section
15 for this. I rather add it to "Misc commands", or to the same section
16 as the econf command.
17
18 Ulrich

Replies

Subject Author
[gentoo-pms] [PATCH] EAPI 6: get_libdir "Michał Górny" <mgorny@g.o>