From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B2BDB1384B4 for ; Thu, 19 Nov 2015 15:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAD3E07D8; Thu, 19 Nov 2015 15:32:26 +0000 (UTC) Received: from ns1.bonedaddy.net (ns1.bonedaddy.net [70.91.141.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B57CCE07AE for ; Thu, 19 Nov 2015 15:32:25 +0000 (UTC) Received: from ns1.bonedaddy.net (ns1.bonedaddy.net [192.168.1.4]) by ns1.bonedaddy.net (8.14.9/8.14.4) with ESMTP id tAJFWO3C011759 for ; Thu, 19 Nov 2015 10:32:24 -0500 Date: Thu, 19 Nov 2015 10:32:24 -0500 From: Todd Goodman To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Big problem: Seamonkey Message-ID: <20151119153224.GU30213@ns1.bonedaddy.net> References: <564CAD3F.1020208@verizon.net> <20151118122554.2fbcab55@sepulchrave.remarqs> <564DE5E6.4000709@verizon.net> <564DE9BA.1090505@st.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <564DE9BA.1090505@st.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Archives-Salt: 669dfbab-917b-401c-a76b-86cdf7095a95 X-Archives-Hash: 667ca66e4fad69c6caecd242d68dc9d3 * Raffaele BELARDI [151119 10:24]: > Alan Grimes wrote: > > Okay, since just dumping the legacy e-build into the portage tree would > > be too easy, it was prevented. How do I build an ebuild out-of-tree? =( > > > > create a portage overlay and put your ebuild in there, then mask > seamonkey > 2.38 in package.mask: > > > $ ll /usr/portage/local/mygentoo/www-plugins/adobe-flash/ > total 8 > -rw-r--r-- 1 portage portage 3561 Jul 22 2013 > adobe-flash-10.3.183.90.ebuild > -rw-r--r-- 1 portage portage 786 Jul 22 2013 Manifest > > $ grep OVERLAY /etc/portage/make.conf > # PORTDIR_OVERLAY is a directory where local ebuilds may be stored without > #PORTDIR_OVERLAY=/usr/portage/local/mygentoo > > I don't remember the details since I did it a long time ago and no > longer need it. > > raffaele I believe using PORTDIR_OVERLAY is now deprecated and overlays are configured in /etc/portage/repos.conf/* Check out: https://wiki.gentoo.org/wiki/Overlay/Local_overlay Todd