summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-10-11 17:20:02 +0000
committerDonny Davies <woodchip@gentoo.org>2001-10-11 17:20:02 +0000
commit6a84ce232b2b5a26d0f08dfef45ae1722404d6f9 (patch)
tree235fe91cc356d7d64ed330e4b9decd11c75b185b /dev-util/colorgcc
parentNew build for a useful tool to colorize gcc errors and warnings. (diff)
downloadhistorical-6a84ce232b2b5a26d0f08dfef45ae1722404d6f9.tar.gz
historical-6a84ce232b2b5a26d0f08dfef45ae1722404d6f9.tar.bz2
historical-6a84ce232b2b5a26d0f08dfef45ae1722404d6f9.zip
spaces to tabs. add a real DESCRIPTION, the skeleton description was being used. There were also other skeleton comments in here, this stuff should not be appearning in the ebuilds
Diffstat (limited to 'dev-util/colorgcc')
-rw-r--r--dev-util/colorgcc/colorgcc-1.3.2.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-util/colorgcc/colorgcc-1.3.2.ebuild b/dev-util/colorgcc/colorgcc-1.3.2.ebuild
index b877f4dd1a89..cde49736b5ce 100644
--- a/dev-util/colorgcc/colorgcc-1.3.2.ebuild
+++ b/dev-util/colorgcc/colorgcc-1.3.2.ebuild
@@ -4,20 +4,18 @@
# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
S=${WORKDIR}/${P}
-DESCRIPTION="This is a sample skeleton ebuild file"
+DESCRIPTION="Adds color to gcc output"
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, not used by Portage directly but handy for developer reference
HOMEPAGE="http://packages.debian.org/testing/devel/colorgcc.html"
-#build-time dependencies
DEPEND="sys-devel/perl
- sys-devel/gcc"
+ sys-devel/gcc"
src_unpack() {
- unpack ${PN}_${PV}.orig.tar.gz
- zcat ${DISTDIR}/${PN}_${PV}-4.1.diff.gz | patch -p0
+ unpack ${PN}_${PV}.orig.tar.gz
+ zcat ${DISTDIR}/${PN}_${PV}-4.1.diff.gz | patch -p0
}
src_compile() {
@@ -45,4 +43,3 @@ else
echo '/usr/bin/wrappers added to path in /etc/profile!'
fi
}
-