Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6200 - dev-util/colorgcc-1.3.2-r2.ebuild
Summary: dev-util/colorgcc-1.3.2-r2.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-08 08:45 UTC by Paul Belt
Modified: 2007-02-28 11:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-08-08 08:45:15 UTC
There is probably a better way to do this, but...
colorgcc expects it's etc file to be /etc/colorgcc/colorgccrc

--- BEGIN CUT ---

34c34,38
<       dodoc COPYING CREDITS ChangeLog INSTALL colorgccrc
---
> 
>       dodoc COPYING CREDITS ChangeLog INSTALL
> 
>     insinto /etc/colorgcc
>       dolib colorgccrc

--- END CUT ---
Comment 1 Paul Belt 2002-08-08 09:01:20 UTC
We should also add the following to the ebuild

    dosym /usr/bin/colorgcc /usr/bin/wrappers/i686-pc-linux-gnu-c++
    dosym /usr/bin/colorgcc /usr/bin/wrappers/i686-pc-linux-gnu-g++
    dosym /usr/bin/colorgcc /usr/bin/wrappers/i686-pc-linux-gnu-gcc

Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-08 10:40:32 UTC
the i686 stuff is a little too specific, I should think
Comment 3 Paul Belt 2002-08-08 14:02:54 UTC
if [ `uname -m` == 'i686' ]; then
   dosym ...
fi

pick your arches...
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2002-12-02 02:36:38 UTC
debian has increased the version of the diff
was
http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-4.1.diff.gz
is now
http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-4.2.diff.gz
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-08 15:27:40 UTC
Why the arch specific stuff ?  With gcc-config it should not be needed ?
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-09 05:09:10 UTC
Fixed in -r3.