Gentoo Archives: gentoo-dev

From: James Harlow <james@××××××××××××××.nu>
To: Gentoo Developers <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] QA question wrg. GRP
Date: Thu, 05 Feb 2004 03:08:21
Message-Id: 20040205030753.GB2752@james.is.never.wrong.nu
In Reply to: [gentoo-dev] QA question wrg. GRP by Spider
1 On Thu, Feb 05, 2004 at 02:27:48AM +0100, Spider wrote:
2 > So, is there any way to make this behaviour work "better" with Gentoo?
3 > The way that strikes me is to do it like RPM does, list library links
4 > and depend on those files specifically. "foo won't install because it
5 > depends on /usr/lib/libssl.so.7 which is not present"
6
7 Hmm - how about distributing a set of "compiled" ebuilds with the grp
8 that have things like RDEPEND="dev-libs/openssl" replaced with
9 RDEPEND="dev-libs/openssl-0.9.7-r1", and putting these in
10 /usr/local/portage? Such a compilation would be pretty easy even without
11 a tool, and trivial with.
12
13 It's not ideal - in this example, a user with openssl-0.9.7 is going to
14 be annoyed - but it does seem to fulfil your requirements.
15
16 --
17 When a true genius appears in the world, you may know him by this sign, that the dunces are all in confederacy against him. - Jonathan Swift
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] QA question wrg. GRP Spider <spider@g.o>