Gentoo Archives: gentoo-dev

From: Peter Stuge <peter@×××××.se>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] git update hook: detecting missing Manifest DIST entries
Date: Tue, 08 Dec 2015 00:47:27
Message-Id: 20151208004716.17759.qmail@stuge.se
In Reply to: [gentoo-dev] git update hook: detecting missing Manifest DIST entries by "Robin H. Johnson"
1 Robin H. Johnson wrote:
2 > 1. Script #1 (helper), that given an ebuild, spits out the filenames of the
3 > distfiles.
4 > - Use an explicitly specified PORTDIR for eclasses.
5 > - Must NOT rely on the ebuild directory structure (i'd love to give
6 > it the ebuild via stdin and tell it the path).
7 ..
8 > we just need script #1.
9
10 something FETCHCOMMAND=/bin/echo emerge --fetch-all-uri something something
11
12
13 //Peter