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-user+bounces-97971-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MPz6X-0005wB-Fe for garchives@archives.gentoo.org; Sun, 12 Jul 2009 13:28:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83731E073E; Sun, 12 Jul 2009 13:28:32 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145]) by pigeon.gentoo.org (Postfix) with ESMTP id 47140E073E for <gentoo-user@lists.gentoo.org>; Sun, 12 Jul 2009 13:28:32 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so339025eyh.36 for <gentoo-user@lists.gentoo.org>; Sun, 12 Jul 2009 06:28:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=4xCRTttmtTlkLIDQPCzYoAD7xZAY+6sq/mCNuRWnuew=; b=h44EQyxu/ZQorIduu4GhqgrxzWvGx7H1LFRqxHG/GB5XfWMI2ZKu3UJU7fqOl4V58I ZEyp6dj6Z5e6JCT0dE47P7lTbumYoOx2ibiRUMqwYCKZf+XGwdQkFWSYzrn30ZSDTUSw vcsIpYGQE9XcRaV1EgFUxZsHpImpeZl+B9UH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eY4q39OBQ3G9rF77SoHJfA9Alb1eqK3BEoQUuQoc+adSclz35JTQ8pzOiCY2Gm8oqH SLb42gi8urO1tuQU8uHLO9SirWcjM/Ulhkofd77yIw1mXQBkeIM4vDYe0XLBMF0bbXHM UEQW5EAcJs2yPL68z1cUbPKnAt1hHQbnW/Ayo= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.210.91.7 with SMTP id o7mr4915193ebb.54.1247405311724; Sun, 12 Jul 2009 06:28:31 -0700 (PDT) In-Reply-To: <200907121359.44502.michaelkintzios@gmail.com> References: <200907121359.44502.michaelkintzios@gmail.com> Date: Sun, 12 Jul 2009 16:28:31 +0300 Message-ID: <fecdbac60907120628t217772b6waf882cf7fe770ee1@mail.gmail.com> Subject: Re: [gentoo-user] [OT] Help tweaking an ebuild From: "Arttu V." <arttuv69@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4dda838d-0d8c-4e6e-a898-213163196aaf X-Archives-Hash: 4214cb4a39a9ed2a8894975a6bc9e826 On 7/12/09, Mick <michaelkintzios@gmail.com> wrote: > a)How should I specify the URI for the source file if it is already copied > into my /usr/portage/distfiles? Add RESTRICT="fetch", plus add an informational function pkg_nofetch. Search for them for example here: http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1 or on the man page (man 5 ebuild). > b)Trying to create a manifest gives me errors: > ============================================================ > # ebuild rtmpdump-1.2.ebuild manifest > /usr/local/portage/media-libs/rtmpdump/rtmpdump-1.2.ebuild: line 34: > unexpected EOF while looking for matching `"' I believe the problem spot could be anywhere before that line. That line might just be the last one with a quote char, so there won't be any later quotes in the file to match? Thus, check all lines before that one. -- Arttu V.