Gentoo Archives: gentoo-dev

From: 320095285153-0001@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage 1.5 improvements list
Date: Fri, 16 Feb 2001 10:40:56
Message-Id: 3A8D5FC0.B30A84B5@gottinger.de
In Reply to: [gentoo-dev] Portage 1.5 improvements list by drobbins@gentoo.org
1 drobbins@g.o wrote:
2
3 > Hiya,
4 >
5 > I just committed yet another bug fix to Portage 1.5_pre1.
6 >
7 > So far, I have the following features to add for 1.5_final:
8 >
9 > 1. Don't use the "rev" in the package database. Packages with the same
10 > version, but different "rev" overwrite each other. Record revision in
11 > a REVISION file in /var/db/pkg.
12 >
13 > Possibly:
14 >
15 > Only allow one version of a package installed at a time.
16 > Override with a DIFFVERSION= setting in the ebuild:
17 >
18 > DIFFVERSION="major" means "allow the same package with differing major
19 > versions to be installed"
20 >
21 > DIFFVERSION="minor" would allow foo-1.2 and foo-1.3 to be installed at
22 > the same time, but not foo-1.2 and foo-1.2.1
23 >
24 > Comments welcome.
25 >
26
27 If a package provides for example virtual/mta, does it work to add
28 !virtual/mta to RDEPEND to prevent installation of duplicate mta's ?
29 I would call the variable MULTIPLE because DIFFVERSION is abit to long in my
30 eyes.
31
32 achim~
33
34 >
35 > --
36 > Daniel Robbins <drobbins@g.o>
37 > President/CEO http://www.gentoo.org
38 > Gentoo Technologies, Inc.
39 >
40 > _______________________________________________
41 > gentoo-dev mailing list
42 > gentoo-dev@g.o
43 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies