Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Help tweaking an ebuild
Date: Sun, 12 Jul 2009 13:28:33
Message-Id: fecdbac60907120628t217772b6waf882cf7fe770ee1@mail.gmail.com
In Reply to: [gentoo-user] [OT] Help tweaking an ebuild by Mick
1 On 7/12/09, Mick <michaelkintzios@×××××.com> wrote:
2 > a)How should I specify the URI for the source file if it is already copied
3 > into my /usr/portage/distfiles?
4
5 Add RESTRICT="fetch", plus add an informational function pkg_nofetch.
6 Search for them for example here:
7
8 http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
9
10 or on the man page (man 5 ebuild).
11
12 > b)Trying to create a manifest gives me errors:
13 > ============================================================
14 > # ebuild rtmpdump-1.2.ebuild manifest
15 > /usr/local/portage/media-libs/rtmpdump/rtmpdump-1.2.ebuild: line 34:
16 > unexpected EOF while looking for matching `"'
17
18 I believe the problem spot could be anywhere before that line. That
19 line might just be the last one with a quote char, so there won't be
20 any later quotes in the file to match? Thus, check all lines before
21 that one.
22
23 --
24 Arttu V.

Replies

Subject Author
Re: [gentoo-user] [OT] Help tweaking an ebuild Mick <michaelkintzios@×××××.com>