summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
commitbcd827920a2b94cb2786b41482714b033a7275d0 (patch)
tree2a6d4d31d11f183f99b87e6fd4211618748466e7 /dev-util/colorgcc
parentAdded GNU GPL version 1 (diff)
downloadgentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.gz
gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.bz2
gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.zip
repoman'd
Diffstat (limited to 'dev-util/colorgcc')
-rw-r--r--dev-util/colorgcc/colorgcc-1.3.2-r1.ebuild30
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
}