Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new glep draft: Portage as a secondary package manager
Date: Tue, 24 May 2005 10:42:49
Message-Id: 20050524104317.GB25904@exodus.wit.org
In Reply to: Re: [gentoo-dev] new glep draft: Portage as a secondary package manager by Ciaran McCreesh
1 On Tue, May 24, 2005 at 11:07:54AM +0100, Ciaran McCreesh wrote:
2 > On Tue, 24 May 2005 11:53:30 +0200 "Michael Haubenwallner"
3 > <michael.haubenwallner@×××××××.at> wrote:
4 > | Variables to be set by portage:
5 > | PREFIX="/home/haubi"
6 > | AFFIX="home/haubi/" (not used here)
7 >
8 > Hrm. So what do we use for finding out where our non-home deps are
9 > installed then?
10 add a bash func that abuses the ebd pipes to query
11 portage directly.
12 get_installed_prefix ${atom} might fly, although naming/ironing out
13 semantics is required.
14 ~brian