From 73e1b27f7550812417d63488c510c28c07b76589 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 29 Mar 2019 08:50:46 +0100 Subject: app-doc/eclass-manpages: Switch live ebuild to use dedicated repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch the live ebuild to use the dedicated script repository rather than keeping the script in FILESDIR. Signed-off-by: Michał Górny --- app-doc/eclass-manpages/eclass-manpages-99999999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app-doc') diff --git a/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild b/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild index 7dfb0d7e0d2a..a0e75b5e7e24 100644 --- a/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild +++ b/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild @@ -16,15 +16,20 @@ SLOT="0" KEYWORDS="" IUSE="" +DEPEND="sys-apps/gawk" + src_unpack() { git-r3_fetch + git-r3_fetch "https://github.com/mgorny/eclass-to-manpage" + git-r3_checkout '' '' '' eclass + git-r3_checkout "https://github.com/mgorny/eclass-to-manpage" } src_compile() { - env ECLASSDIR="${S}/eclass" bash "${FILESDIR}"/eclass-to-manpage.sh || die + emake ECLASSDIR=eclass } src_install() { - doman *.5 + emake install ECLASSDIR=eclass DESTDIR="${D}" PREFIX=/usr } -- cgit v1.2.3-65-gdbad