On 7/12/09, Mick <michaelkintz...@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.