Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] format of files in /var/cache/edb/dep
Date: Fri, 14 May 2004 16:27:56
Message-Id: 9B984328-A5C3-11D8-87FF-000A95C08860@gentoo.org
In Reply to: [gentoo-dev] format of files in /var/cache/edb/dep by Andrew Gaffney
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4
5 On May 13, 2004, at 8:33 PM, Andrew Gaffney wrote:
6
7 > I've looked around for a reference to the format of the files in
8 > /var/cache/edb/dep, but I can't seem to find anything. From looking at
9 > /var/cache/edb/dep/x11-base/xfree-4.3.0-r5, it seems that it is:
10 >
11 > DEPEND
12 > RDEPEND
13 > SLOT
14 > SRC_URI
15 > RESTRICT
16 > HOMEPAGE
17 > LICENSE
18 > DESCRIPTION
19 > KEYWORDS
20 > ?
21 > IUSE
22 > ?
23 > ?
24 >
25 > Can someone verify what I have filled in and fill in my blanks? Thank
26 > you.
27 You're after the auxdbkeys list in portage.py- this is it, note that
28 the flatfile cache's use the same ordering for storage-
29 auxdbkeys=[
30 'DEPEND',
31 'RDEPEND',
32 'SLOT',
33 'SRC_URI',
34 'RESTRICT',
35 'HOMEPAGE',
36 'LICENSE',
37 'DESCRIPTION',
38 'KEYWORDS',
39 'INHERITED',
40 'IUSE',
41 'CDEPEND',
42 'PDEPEND',
43 'PROVIDE',
44 'UNUSED_01',
45 'UNUSED_02',
46 'UNUSED_03',
47 'UNUSED_04',
48 'UNUSED_05',
49 'UNUSED_06',
50 'UNUSED_07',
51 'UNUSED_08'
52 ]
53
54 (pull from portage-2.0.51_pre7)
55 ~brian
56 -----BEGIN PGP SIGNATURE-----
57 Version: GnuPG v1.2.4 (Darwin)
58
59 iD8DBQFApPN7vdBxRoA3VU0RAnS4AJ4uTBuVzk8QhVB0pTgkq61Lka1HNACgwtTO
60 YateuPw6FS9Jv7Dz8z6QMc0=
61 =Djxc
62 -----END PGP SIGNATURE-----
63
64
65 --
66 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] format of files in /var/cache/edb/dep Andrew Gaffney <agaffney@×××××××××××.com>