Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, bicatali@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild
Date: Sun, 30 Sep 2007 21:05:36
Message-Id: 20070930205318.GH28813@supernova
1 On 10:34 Sun 30 Sep , Sebastien Fabbro (bicatali) wrote:
2 > 1.1 dev-lang/ifc/ifc-10.0.026.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026.ebuild?rev=1.1&content-type=text/plain
6
7 > INSTALL_DIR=/opt/intel/${PB}${ext}/${PV}
8 >
9 > if use debugger && [[ ! -x /opt/intel/idb${ext}/${PV}/bin/idb ]]; then
10 > INSTALL_IDB_DIR=/opt/intel/idb${ext}/${PV}
11 > else
12 > use debugger && einfo "Debugger already installed"
13 > rm -f data/intel*idb*.rpm
14 > fi
15
16 Could you explain what this is doing? Does some other package (icc?)
17 also install the debugger? Perhaps it should get split off into a
18 separate package.
19
20 Thanks,
21 Donnie
22 --
23 gentoo-dev@g.o mailing list

Replies