diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
commit | 3f2be35377686d31df5a734264dda7cb03c20d1f (patch) | |
tree | eb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/colorgcc | |
parent | Added GNU GPL version 1 (diff) | |
download | historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2 historical-3f2be35377686d31df5a734264dda7cb03c20d1f.zip |
repoman'd
Diffstat (limited to 'dev-util/colorgcc')
-rw-r--r-- | dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild b/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild index 0bec663129e2..c1b0260347d1 100644 --- a/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild +++ b/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild,v 1.2 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild,v 1.3 2002/07/23 10:38:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Adds color to gcc output" +HOMEPAGE="http://packages.debian.org/testing/devel/colorgcc.html" SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-4.1.diff.gz" -HOMEPAGE="http://packages.debian.org/testing/devel/colorgcc.html" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="sys-devel/perl - sys-devel/gcc" +DEPEND="sys-devel/perl" src_unpack() { unpack ${PN}_${PV}.orig.tar.gz @@ -33,13 +35,13 @@ src_install() { } pkg_postinst() { -if grep /usr/bin/wrappers /etc/profile > /dev/null -then - echo "/etc/profile already updated for wrappers" -else - echo "Add this to the end of your ${ROOT}etc/profile:" - echo - echo "#Put /usr/bin/wrappers in path before /usr/bin" - echo 'export PATH=/usr/bin/wrappers:${PATH}' -fi + if grep /usr/bin/wrappers /etc/profile > /dev/null + then + echo "/etc/profile already updated for wrappers" + else + echo "Add this to the end of your ${ROOT}etc/profile:" + echo + echo "#Put /usr/bin/wrappers in path before /usr/bin" + echo 'export PATH=/usr/bin/wrappers:${PATH}' + fi } |