Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
#
BEGIN {
state = "header"
- if (PORTDIR == "")
- PORTDIR = "/usr/portage"
- eclassdir = PORTDIR "/eclass"
+ if (ECLASSDIR == "")
+ ECLASSDIR = "/usr/portage/eclass"
+ eclassdir = ECLASSDIR
reporting_bugs = "Please report bugs via http://bugs.gentoo.org/"
vcs_url = "https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/@ECLASS@"
}
for e in "$@" ; do
set -- \
${AWK} \
+ -vECLASSDIR="${ECLASSDIR}" \
-vPORTDIR="${PORTDIR}" \
-f "${FILESDIR}"/eclass-to-manpage.awk \
${e}
<maintainer type="person">
<email>vapier@gentoo.org</email>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>tools-portage@gentoo.org</email>
<name>Gentoo Portage tools team</name>
</maintainer>