Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux/sparc/experimental/multilib: profile.bashrc
Date: Thu, 01 Jan 2009 22:15:45
Message-Id: E1LIVpO-00056G-VB@stork.gentoo.org
1 bluebird 09/01/01 22:15:42
2
3 Modified: profile.bashrc
4 Log:
5 wrap text at 77 chars cause ewarn add ' * '
6
7 Revision Changes Path
8 1.2 profiles/default/linux/sparc/experimental/multilib/profile.bashrc
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc?r1=1.1&r2=1.2
13
14 Index: profile.bashrc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- profile.bashrc 31 Dec 2008 16:05:15 -0000 1.1
21 +++ profile.bashrc 1 Jan 2009 22:15:42 -0000 1.2
22 @@ -1,15 +1,15 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v 1.1 2008/12/31 16:05:15 bluebird Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v 1.2 2009/01/01 22:15:42 bluebird Exp $
27
28 if [[ "${EBUILD_PHASE}" == "setup" ]]
29 then
30 if [[ ! "${I_READ_THE_MULTILIB_MIGRATION_GUIDE}" == "yes" ]]
31 then
32 - ewarn "When migrating to the new sparc mutlilib profile please keep in mind that it is"
33 - ewarn "still in an experimental state. Also note that you need to follow the migration"
34 - ewarn "guide [0], otherwise important packages such as gcc or glibc will fail to"
35 - ewarn "compile and most other packages will be installed incorrectly."
36 + ewarn "When migrating to the new sparc mutlilib profile please keep in mind that it"
37 + ewarn "is still in an experimental state. Also note that you need to follow the"
38 + ewarn "migration guide [0], otherwise important packages such as gcc or glibc will"
39 + ewarn "fail to compile and most other packages will be installed incorrectly."
40 ewarn ""
41 ewarn "[0] http://sparc.gentoo.org/multilib.xml"
42 echo