summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-02-20 07:31:23 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-02-20 07:31:23 +0000
commit89c6e7919a4ee2f8438ace471bba93dff7da8b29 (patch)
tree6841141efeaf6aa4e881ac64bd1eb215a016655d /dev-util/colorgcc
parentnew baselayout that moves device node creation to pkg_postinst. (diff)
downloadgentoo-2-89c6e7919a4ee2f8438ace471bba93dff7da8b29.tar.gz
gentoo-2-89c6e7919a4ee2f8438ace471bba93dff7da8b29.tar.bz2
gentoo-2-89c6e7919a4ee2f8438ace471bba93dff7da8b29.zip
close bug #45
Diffstat (limited to 'dev-util/colorgcc')
-rw-r--r--dev-util/colorgcc/ChangeLog7
-rw-r--r--dev-util/colorgcc/colorgcc-1.3.2.ebuild45
-rw-r--r--dev-util/colorgcc/files/digest-colorgcc-1.3.2-r12
3 files changed, 8 insertions, 46 deletions
diff --git a/dev-util/colorgcc/ChangeLog b/dev-util/colorgcc/ChangeLog
index 5492f3c1091a..fec6a42c3add 100644
--- a/dev-util/colorgcc/ChangeLog
+++ b/dev-util/colorgcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/colorgcc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/ChangeLog,v 1.2 2002/02/20 07:31:23 drobbins Exp $
+
+*colorgcc-1.3.2-r1 (20 Feb 2002)
+
+ 20 Feb 2002; Daniel Robbins <drobbins@gentoo.org> : new version no longer
+ modifies /etc/profile but instead prints out what to do. Closes bug #45.
*colorgcc-1.3.2 (1 Feb 2002)
diff --git a/dev-util/colorgcc/colorgcc-1.3.2.ebuild b/dev-util/colorgcc/colorgcc-1.3.2.ebuild
deleted file mode 100644
index 4fa45dba96ba..000000000000
--- a/dev-util/colorgcc/colorgcc-1.3.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Grant Goodyear <g2boojum@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/colorgcc/colorgcc-1.3.2.ebuild,v 1.3 2001/10/11 17:21:31 woodchip Exp $
-
-S=${WORKDIR}/${P}
-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="http://packages.debian.org/testing/devel/colorgcc.html"
-
-DEPEND="sys-devel/perl
- sys-devel/gcc"
-
-src_unpack() {
- unpack ${PN}_${PV}.orig.tar.gz
- zcat ${DISTDIR}/${PN}_${PV}-4.1.diff.gz | patch -p0
-}
-
-src_compile() {
- echo "Nothing to compile"
-}
-
-src_install() {
- exeinto /usr/bin
- doexe colorgcc
- dodir /usr/bin/wrappers
- dosym /usr/bin/colorgcc /usr/bin/wrappers/gcc
- dosym /usr/bin/colorgcc /usr/bin/wrappers/g++
- dosym /usr/bin/colorgcc /usr/bin/wrappers/cc
- dosym /usr/bin/colorgcc /usr/bin/wrappers/c++
- dodoc COPYING CREDITS ChangeLog INSTALL colorgccrc
-}
-
-pkg_postinst() {
-if grep /usr/bin/wrappers /etc/profile > /dev/null
-then
- echo "/etc/profile already updated for wrappers"
-else
- echo -e "#Put /usr/bin/wrappers in path before /usr/bin" >> /etc/profile
- echo 'export PATH=/usr/bin/wrappers:${PATH}' >> /etc/profile
- echo '/usr/bin/wrappers added to path in /etc/profile!'
-fi
-}
diff --git a/dev-util/colorgcc/files/digest-colorgcc-1.3.2-r1 b/dev-util/colorgcc/files/digest-colorgcc-1.3.2-r1
new file mode 100644
index 000000000000..b798d2483abe
--- /dev/null
+++ b/dev-util/colorgcc/files/digest-colorgcc-1.3.2-r1
@@ -0,0 +1,2 @@
+MD5 2599b206a4709a4060adc4b3f74d3ea8 colorgcc_1.3.2-4.1.diff.gz 5506
+MD5 9dab925e1102a7312fb1ac3a6be122f4 colorgcc_1.3.2.orig.tar.gz 11280