Gentoo Archives: gentoo-user

From: Mike Gilbert <floppym@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /var/cache/edb
Date: Wed, 14 Dec 2016 04:19:43
Message-Id: CAJ0EP41hQvX-xtLkf8x_QOvjHmVE=1DdMX4mpsHOmDLa59jaSw@mail.gmail.com
In Reply to: [gentoo-user] /var/cache/edb by Ian Zimmerman
1 On Tue, Dec 13, 2016 at 10:59 PM, Ian Zimmerman <itz@×××××××.net> wrote:
2 > What is this directory, and especially its dep/ subdirectory? Do I
3 > really need it? What programs read and write it?
4
5 That's a cache directory that portage uses. It is generally safe to
6 remove it; portage will regenerate the information the next time you
7 run it.
8
9 The dep subdirectory contains cached dependency information for
10 ebuilds. It only gets populated if you locally modify ebuilds on your
11 system; otherwise, the metadata directory from the repository
12 (/usr/portage/metadata) is used instead.
13
14 For ebuild developers that use a git development repo, there is no
15 metadata in the repository, so the /var/cache/edb/dep directory sees
16 much more use.

Replies

Subject Author
[gentoo-user] Re: /var/cache/edb Ian Zimmerman <itz@×××××××.net>