From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KxHgF-00082B-Q0 for garchives@archives.gentoo.org; Tue, 04 Nov 2008 08:54:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B9AFE01F7; Tue, 4 Nov 2008 08:54:32 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.145]) by pigeon.gentoo.org (Postfix) with ESMTP id E0DEBE01F7 for ; Tue, 4 Nov 2008 08:54:31 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 5so1496275qwc.10 for ; Tue, 04 Nov 2008 00:54:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=r4wo0pCEfJFfOJ23Zlwe+mIsDFGMuwtWLIf2n5rHiTA=; b=u1YmxwXAuN39NKf/3tRtmIquRgyDoMtWFv2wTz5ti8Z6AHYUqCFSRod9dRr/bRXdnx mjIJMSBS3BzIlrpRlGZkCPrnq6tlA04c21s/gPD28w5SQS3WZSsOJnfw4iL95xkoHcbo jXTpqP/zvtzbaa1BQsx3zNG8tDiwWbtyoqwCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=kk7QKXaAMfS27jOqjUCt0Yaul4aP59zUewVGUhsoMyRVQ3xdKxjLkWFNAEe/sZNZBd 88GV35tgK7qjKhSxVg/qIbhUoKTbtzeNohHF3YGVenoOqoBOheeFPd7fHjpBpmdjCpQ2 jqu2T6dV4KOw44xYP5bqN6ZdkBRQpAvEaTdWI= Received: by 10.214.78.10 with SMTP id a10mr1421067qab.217.1225788870317; Tue, 04 Nov 2008 00:54:30 -0800 (PST) Received: from nazgul.af.didata.local (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id 8sm4062529qwj.6.2008.11.04.00.54.28 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Nov 2008 00:54:29 -0800 (PST) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] e17 overlay bug Date: Tue, 4 Nov 2008 10:54:24 +0200 User-Agent: KMail/1.9.10 References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811041054.24532.alan.mckinnon@gmail.com> X-Archives-Salt: 75fd3260-7749-42e0-aa17-272895bce34d X-Archives-Hash: 078758c6fe57891977ffcbe91765c128 On Tuesday 04 November 2008 10:38:48 Hazen Valliant-Saunders wrote: > Good Day; > > I've found that the recent EINA library release for e17 has broken just > about everything. > > Gentoo's overlay system should be simple enough to modify however after > reading the fine manual I am no closer to understanding the appropriate > course of action to create eina as a dependency in the overlay (I've bugged > vapier@gentoo.org to no avail) Mike is usually pretty quick with these things. This time he's taking his time, which means: he's busy, or it's tricky, or both, or he's fed up with it (this is unlikely) So, you now get to do it yourself. Copy Mike's overlay files to your personal overlay area, open the relevant ebuilds for low-level libs, and add eina to the DEPEND clauses. Rebuild. Make sure your overlay takes precedence over all others. > is there a manuel outlineing the overlay for e17? (it's rather large and > convoluted). Nope, the manual is the code. It's largely self-documenting and the only tricky bit is the enlightenment eclass, which covers svn, snapshots and releases for both cvs and svn. The ebuilds themselves are simplicity in the extreme where you just specify the svn module and the eclass does all the heavy lifting. -- alan dot mckinnon at gmail dot com