Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××.com>
To: Brian Harring <ferringb@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] format of files in /var/cache/edb/dep
Date: Fri, 14 May 2004 16:30:22
Message-Id: 40A4F2FC.8070803@skylineaero.com
In Reply to: Re: [gentoo-dev] format of files in /var/cache/edb/dep by Brian Harring
1 Brian Harring wrote:
2 >
3 > On May 13, 2004, at 8:33 PM, Andrew Gaffney wrote:
4 >
5 >>> I've looked around for a reference to the format of the files in
6 >>> /var/cache/edb/dep, but I can't seem to find anything. From looking at
7 >>> /var/cache/edb/dep/x11-base/xfree-4.3.0-r5, it seems that it is:
8 >>>
9 >>> DEPEND
10 >>> RDEPEND
11 >>> SLOT
12 >>> SRC_URI
13 >>> RESTRICT
14 >>> HOMEPAGE
15 >>> LICENSE
16 >>> DESCRIPTION
17 >>> KEYWORDS
18 >>> ?
19 >>> IUSE
20 >>> ?
21 >>> ?
22 >>>
23 >>> Can someone verify what I have filled in and fill in my blanks? Thank
24 >>> you.
25 >
26 > You're after the auxdbkeys list in portage.py- this is it, note that the
27 > flatfile cache's use the same ordering for storage-
28 > auxdbkeys=[
29 > 'DEPEND',
30 > 'RDEPEND',
31 > 'SLOT',
32 > 'SRC_URI',
33 > 'RESTRICT',
34 > 'HOMEPAGE',
35 > 'LICENSE',
36 > 'DESCRIPTION',
37 > 'KEYWORDS',
38 > 'INHERITED',
39 > 'IUSE',
40 > 'CDEPEND',
41 > 'PDEPEND',
42 > 'PROVIDE',
43 > 'UNUSED_01',
44 > 'UNUSED_02',
45 > 'UNUSED_03',
46 > 'UNUSED_04',
47 > 'UNUSED_05',
48 > 'UNUSED_06',
49 > 'UNUSED_07',
50 > 'UNUSED_08'
51 > ]
52 >
53 > (pull from portage-2.0.51_pre7)
54 > ~brian
55
56 Thanks. That's just what I needed. Someone also suggested to look at the end of
57 ebuild.sh, which contains about the same information.
58
59 --
60 Andrew Gaffney
61 Network Administrator
62 Skyline Aeronautics, LLC.
63 636-357-1548
64
65
66 --
67 gentoo-dev@g.o mailing list