Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: profile.bashrc
Date: Tue, 05 Jul 2011 21:15:55
Message-Id: 20110705211541.F1F8F20051@flycatcher.gentoo.org
1 aballier 11/07/05 21:15:41
2
3 Modified: profile.bashrc
4 Log:
5 use GNU find and xargs in ebuild env, bug #374099
6
7 Revision Changes Path
8 1.9 profiles/default/bsd/fbsd/profile.bashrc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?r1=1.8&r2=1.9
13
14 Index: profile.bashrc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- profile.bashrc 23 Apr 2010 11:02:00 -0000 1.8
21 +++ profile.bashrc 5 Jul 2011 21:15:41 -0000 1.9
22 @@ -1,11 +1,14 @@
23 #!/bin/bash
24 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.8 2010/04/23 11:02:00 aballier Exp $
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.9 2011/07/05 21:15:41 aballier Exp $
28
29 alias make=gmake
30 alias patch=gpatch
31 alias sed=gsed
32 alias awk=gawk
33 +# findutils stuff
34 +alias find=gfind
35 +alias xargs=gxargs
36
37 # Attempt to point the default SHELL used by configure scripts to bash.
38 # while most should work with BSD's bourne just fine, the extra scripts