From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/files/, app-portage/eclass-manpages/
Date: Mon, 22 Feb 2016 14:24:50 +0000 (UTC) [thread overview]
Message-ID: <1456151083.94ad5a632c48bb339e74c0ceb942765eb475c1c3.jlec@gentoo> (raw)
commit: 94ad5a632c48bb339e74c0ceb942765eb475c1c3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 14:24:43 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 14:24:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ad5a63
app-portage/eclass-manpages: Correct path in FILES inside man-pages
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
app-portage/eclass-manpages/files/eclass-to-manpage.awk | 6 +++---
app-portage/eclass-manpages/files/eclass-to-manpage.sh | 1 +
app-portage/eclass-manpages/metadata.xml | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.awk b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
index cc21a73..78dd0a6 100644
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.awk
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
@@ -379,9 +379,9 @@ function handle_footer() {
#
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@"
}
diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.sh b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
index d41de42..7706afa 100755
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.sh
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
@@ -26,6 +26,7 @@ ret=0
for e in "$@" ; do
set -- \
${AWK} \
+ -vECLASSDIR="${ECLASSDIR}" \
-vPORTDIR="${PORTDIR}" \
-f "${FILESDIR}"/eclass-to-manpage.awk \
${e}
diff --git a/app-portage/eclass-manpages/metadata.xml b/app-portage/eclass-manpages/metadata.xml
index 40f2050..5b81642 100644
--- a/app-portage/eclass-manpages/metadata.xml
+++ b/app-portage/eclass-manpages/metadata.xml
@@ -4,7 +4,7 @@
<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>
next reply other threads:[~2016-02-22 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 14:24 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-11-23 23:05 [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/files/, app-portage/eclass-manpages/ Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456151083.94ad5a632c48bb339e74c0ceb942765eb475c1c3.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox