Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in scripts: bootstrap.sh
Date: Sun, 30 Mar 2008 16:51:43
Message-Id: E1Jg0ku-00061f-AR@stork.gentoo.org
1 vapier 08/03/30 16:51:40
2
3 Modified: bootstrap.sh
4 Log:
5 convert virtual/baselayout to sys-apps/baselayout
6
7 Revision Changes Path
8 1.87 scripts/bootstrap.sh
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/scripts/bootstrap.sh?rev=1.87&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/scripts/bootstrap.sh?rev=1.87&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/scripts/bootstrap.sh?r1=1.86&r2=1.87
13
14 Index: bootstrap.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v
17 retrieving revision 1.86
18 retrieving revision 1.87
19 diff -u -r1.86 -r1.87
20 --- bootstrap.sh 31 Aug 2007 17:14:33 -0000 1.86
21 +++ bootstrap.sh 30 Mar 2008 16:51:39 -0000 1.87
22 @@ -1,7 +1,7 @@
23 #!/bin/bash
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.86 2007/08/31 17:14:33 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.87 2008/03/30 16:51:39 vapier Exp $
28
29 # people who were here:
30 # (drobbins, 06 Jun 2003)
31 @@ -52,7 +52,7 @@
32 env "$@"
33 }
34
35 -cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.86 2007/08/31 17:14:33 wolf31o2 Exp $"
36 +cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.87 2008/03/30 16:51:39 vapier Exp $"
37 cvsver=${cvsver##*,v }
38 cvsver=${cvsver%%Exp*}
39 cvsyear=${cvsver#* }
40 @@ -259,7 +259,7 @@
41 n=${n%%-[0-9]*}; echo "my$(tr a-z- A-Z_ <<<$n)=$p; "; done)
42
43 # This stuff should never fail but will if not enough is installed.
44 -[[ -z ${myBASELAYOUT} ]] && myBASELAYOUT=">=$(portageq best_version / virtual/baselayout)"
45 +[[ -z ${myBASELAYOUT} ]] && myBASELAYOUT=">=$(portageq best_version / sys-apps/baselayout)"
46 [[ -z ${myPORTAGE} ]] && myPORTAGE="portage"
47 [[ -z ${myBINUTILS} ]] && myBINUTILS="binutils"
48 [[ -z ${myGCC} ]] && myGCC="gcc"
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list