From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-embedded+bounces-4023-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QrwnZ-00045v-32
	for garchives@archives.gentoo.org; Fri, 12 Aug 2011 18:49:37 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DDB0E21C2C8;
	Fri, 12 Aug 2011 18:49:22 +0000 (UTC)
Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171])
	by pigeon.gentoo.org (Postfix) with ESMTP id 27A2621C243
	for <gentoo-embedded@lists.gentoo.org>; Fri, 12 Aug 2011 18:49:06 +0000 (UTC)
Received: by eyg24 with SMTP id 24so1828576eyg.16
        for <gentoo-embedded@lists.gentoo.org>; Fri, 12 Aug 2011 11:49:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:from:date:message-id:subject:to:content-type;
        bh=9wuY0iD7VPvkwJz23vmwAg4YNogYgkdCa/RqV0dT+j8=;
        b=upEZlaOec3URM6iTE0r3YuP34Qxt71EeZuYDN5nr4U8Wd9vY1RbdiZvplZCuUps++R
         2kyB6BsKqxLpIBKUOst9pDC6rvCHYXdY+MA++mregGRWVZJZ7Krxv/L/sBYGrQTHb9HA
         NoC06HcQr0I4ZeX+mQVSm/Ula/2t3Pb+30vhU=
Received: by 10.213.9.197 with SMTP id m5mr512867ebm.132.1313174946244; Fri,
 12 Aug 2011 11:49:06 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-embedded@lists.gentoo.org>
List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org>
X-BeenThere: gentoo-embedded@lists.gentoo.org
Reply-to: gentoo-embedded@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.213.35.84 with HTTP; Fri, 12 Aug 2011 11:48:46 -0700 (PDT)
From: Christopher Friedt <chrisfriedt@gmail.com>
Date: Fri, 12 Aug 2011 14:48:46 -0400
Message-ID: <CAF4BF-RhUSsBa3_raofGSBJZPJGSvfQGw=6xetAXrw_wg5MbVg@mail.gmail.com>
Subject: [gentoo-embedded] manually creating manifests with RESTRICT="fetch"
To: gentoo-embedded@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 
X-Archives-Hash: 336d11301304f949e541501a8f98c814

I'm trying to create a couple of ebuilds (for embedded devices) where
the files from SRC_URI must be manually downloaded after accepting the
conditions of a license.

Even after I've downloaded the files, to DISTDIR
(/usr/portage/distfiles), ensuring that they are entered in my SRC_URI
variable, with the RESTRICT=fetch keyword, I'm unable to generate
manifests for the files using "ebuild A/B/B.ebuild digest" because it
tries to fetch the files anyway.

Is there any way to generate the manifest file using 'ebuild' so that
it will just read the files from my DISTDIR rather than trying to
fetch them?

The "--force" option does not help, nor does the
FEATURES="assume-digest" or FEATURES="digest".

"arm*-emerge --version" is

Portage 2.1.9.42 (default/linux/arm/10.0, gcc-4.4.5, unavailable, 3.0.0 x86_64

Cheers,

Chris