From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 361C01388C0 for ; Mon, 22 Feb 2016 14:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EDA0E080D; Mon, 22 Feb 2016 14:24:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA497E080D for ; Mon, 22 Feb 2016 14:24:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2213340A5D for ; Mon, 22 Feb 2016 14:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BC814AC for ; Mon, 22 Feb 2016 14:24:50 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456151083.94ad5a632c48bb339e74c0ceb942765eb475c1c3.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/files/, app-portage/eclass-manpages/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eclass-manpages/files/eclass-to-manpage.awk app-portage/eclass-manpages/files/eclass-to-manpage.sh app-portage/eclass-manpages/metadata.xml X-VCS-Directories: app-portage/eclass-manpages/ app-portage/eclass-manpages/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 94ad5a632c48bb339e74c0ceb942765eb475c1c3 X-VCS-Branch: master Date: Mon, 22 Feb 2016 14:24:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3629b9c7-955c-4787-9fc8-620f7a713196 X-Archives-Hash: e460680ed6dd106f53ee511c82c40920 commit: 94ad5a632c48bb339e74c0ceb942765eb475c1c3 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 22 14:24:43 2016 +0000 Commit: Justin Lecher gentoo 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 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 @@ vapier@gentoo.org - + tools-portage@gentoo.org Gentoo Portage tools team