Gentoo Archives: gentoo-dev

From: "Sébastien Fabbro" <bicatali@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild
Date: Mon, 01 Oct 2007 18:29:17
Message-Id: 1191262586.5526.16.camel@zeca-laptop
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild by Donnie Berkholz
1 On Sun, 2007-09-30 at 13:53 -0700, Donnie Berkholz wrote:
2 > > 1.1 dev-lang/ifc/ifc-10.0.026.ebuild
3
4 > > INSTALL_DIR=/opt/intel/${PB}${ext}/${PV}
5 > >
6 > > if use debugger && [[ ! -x /opt/intel/idb${ext}/${PV}/bin/idb ]]; then
7 > > INSTALL_IDB_DIR=/opt/intel/idb${ext}/${PV}
8 > > else
9 > > use debugger && einfo "Debugger already installed"
10 > > rm -f data/intel*idb*.rpm
11 > > fi
12 >
13 > Could you explain what this is doing? Does some other package (icc?)
14 > also install the debugger? Perhaps it should get split off into a
15 > separate package.
16
17 Yes, icc can install the same debugger. I thought about splitting idb in
18 another package but it would need either the ifc or the icc tar ball. I
19 thought the "or" was not supported in SRC_URI/unpack. Forcing the tar
20 ball of icc would force the ifc users to download icc one (at least
21 40Mb) when not necessary, and vice-versa. There are probably solutions
22 to this problem, but I could not think of a simple one. Any suggestion
23 welcome.
24
25 Sébastien

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies