Gentoo Archives: gentoo-dev

From: Jeremiah Mahler <jmahler@×××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] PORTDIR_OVERLAY
Date: Mon, 12 Aug 2002 04:30:33
Message-Id: 20020812093030.GA18250@jackpot.localdomain
In Reply to: [gentoo-dev] PORTDIR_OVERLAY by Paul
1 On Sun, Aug 11, 2002 at 05:31:32PM -0400, Paul wrote:
2 > Hi;
3 >
4 > Just some feedback:
5 > Since emerge automaticly cleans on rsync, I have been
6 > using PORTDIR_OVERLAY="/usr/local/portage" in make.conf, and it
7 > is working very nicely so far. I like this feature:)
8 >
9 > Paul
10 > set@×××××.com
11 >
12
13 I too like this feature. I find that I make lots of ebuilds just to
14 try out something. If I able to construct an ebuild that works and
15 is not "sketchy", I submit it to Gentoo. If I can't get it working
16 I disable it.
17
18 I stumbled upon a way to disable it which still informs me of its
19 presence. If you append a period '.' to the end of the ebuild name
20 it will show up as [ Masked ] during an 'emerge -s <name>' command.
21
22 $ cd /usr/portage.local/app-office/gbib/
23 $ mv gbib-0.1.1b.ebuild gbib-0.1.1b.ebuild.
24 $ emerge -s gbib
25 Searching...
26 [ Results for search key : gbib ]
27 [ Applications found : 1 ]
28
29 * app-office/gbib [ Masked ]
30
31
32 --
33 Jeremiah Mahler
34 <jmahler@×××××××.net>