Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] About using a CONFIGURATION (or SETUP) file under /usr/share/doc for configuration information
Date: Thu, 17 Jan 2013 17:57:56
Message-Id: 50F83B9E.1080502@gentoo.org
In Reply to: Re: [gentoo-dev] About using a CONFIGURATION (or SETUP) file under /usr/share/doc for configuration information by Ciaran McCreesh
1 On 01/17/2013 08:47 AM, Ciaran McCreesh wrote:
2 > On Thu, 17 Jan 2013 07:47:18 -0800
3 > Zac Medico <zmedico@g.o> wrote:
4 >> REPLACING_VERSIONS always refers to packages with identical SLOT to
5 >> the current package
6 >
7 > No it doesn't. If you have foo-1:a and foo-2:b installed, and then you
8 > install foo-1:b, it replaces both 1:a and 2:b.
9
10 Ah, that's true, because PMS constraints (and /var/db/pkg layout) force
11 foo-1:b to replace foo-1:a despite the difference in SLOT.
12
13 For the purposes of readme.gentoo.eclass though, the difference seems
14 negligible (foo-1:a and foo-1:b are likely to have mostly identical
15 README.gentoo content).
16 --
17 Thanks,
18 Zac