Gentoo Archives: gentoo-hardened

From: Michael Tindal <mtindal@××××××××××××.com>
To: solar@g.o
Cc: gentoo-hardened@l.g.o, gentoo-dev@l.g.o
Subject: [gentoo-hardened] Re: [gentoo-dev] Portage Toys
Date: Wed, 06 Oct 2004 03:09:47
Message-Id: 1097032183.13296.61.camel@localhost
In Reply to: [gentoo-hardened] Re: [gentoo-dev] Portage Toys by Michael Tindal
1 On Tue, 2004-10-05 at 15:07 -0400, Michael Tindal wrote:
2 > On Thu, 2004-09-30 at 19:43 -0400, Ned Ludd wrote:
3
4 Had some more talks with solar on IRC, and it turns out that the
5 package.env I had (partially) implemented was his original intention.
6 So 20 minutes later, after headscratching and talking to my mentor, I
7 came up with this. My old bashrc didnt support package.env entires of
8 the form NAME="....", this has been fixed.
9
10 The format is something like
11 category/pkgname CFLAGS="...";LDFLAGS="...";USE="...";FEATURES="..."
12
13 And, yes, this negates the need for every other file used in the bashrc.
14 I left them because I'm an organization freak and I like having things
15 in seperate files. Feel free to trim this down :)
16
17 Also, this is not the best solution, it was one that worked and did the
18 job well. Not perfect, but well.
19
20 If someone wants to improve it (for the case of LDFLAGS="$(echo ; ; ;)",
21 by all means go for it. This is as usual provided on an AS-IS basis.
22
23 Have fun kids!
24
25 Mike

Attachments

File name MIME type
bashrc text/plain