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
commiteae3a48e6cb3718c53a64274b63ccb8091a2eb53 (patch)
tree9fcb2324c4a0e35dfa521443c0f3f06765f09d0b /dev-util/colorgcc
parentNew build for a useful tool to colorize gcc errors and warnings. (diff)
downloadgentoo-2-eae3a48e6cb3718c53a64274b63ccb8091a2eb53.tar.gz
gentoo-2-eae3a48e6cb3718c53a64274b63ccb8091a2eb53.tar.bz2
gentoo-2-eae3a48e6cb3718c53a64274b63ccb8091a2eb53.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
}
-