From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-469799-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SZkp5-0007xR-Cc
	for garchives@archives.gentoo.org; Wed, 30 May 2012 15:28:33 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5EE19E0724;
	Wed, 30 May 2012 15:28:09 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 2E114E0724
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 15:28:09 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8CADC1B402B
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 15:28:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 54786E5430
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 15:28:07 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <1332532350.62dcd6be0369a51298f78257c9d72cb66071d1a5.vapier@gentoo>
Subject: [gentoo-commits] proj/crossdev:master commit in: /
X-VCS-Repository: proj/crossdev
X-VCS-Files: crossdev
X-VCS-Directories: /
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: 62dcd6be0369a51298f78257c9d72cb66071d1a5
X-VCS-Branch: master
Date: Wed, 30 May 2012 15:28:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 854b6174-4cef-4ca3-b270-bfd181445c60
X-Archives-Hash: d86ccf155cc0108b13d38f5f433d2f55

commit:     62dcd6be0369a51298f78257c9d72cb66071d1a5
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 19:52:30 2012 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 19:52:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;=
a=3Dcommit;h=3D62dcd6be

crossdev: drop insight support

Hasn't been an insight update in a while, so punt it.  Doubt anyone
really uses it, and if they do, it's trivial to set up themselves.

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

---
 crossdev |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/crossdev b/crossdev
index 08d2c7d..bd2f505 100755
--- a/crossdev
+++ b/crossdev
@@ -83,7 +83,6 @@ Extra Fun (must be run after above stages):
     ${GOOD}--ex-only${NORMAL}                Skip the stage steps above
     ${GOOD}--ex-gcc${NORMAL}                 Build extra gcc targets (gc=
j/ada/etc...)
     ${GOOD}--ex-gdb${NORMAL}                 Build a cross gdb
-    ${GOOD}--ex-insight${NORMAL}             Build a cross insight
=20
 ${BRACKET}Target (-t)${NORMAL} takes a tuple ${BRACKET}ARCH-VENDOR-OS-LI=
BC${NORMAL}; see 'crossdev -t help'
 EOF
@@ -415,7 +414,6 @@ with_headers()   { [[ ${WITH_HEADERS}   =3D=3D "yes" =
]] ; }
 ex_fast()    { [[ ${EX_FAST}    =3D=3D "yes" ]] ; }
 ex_gcc()     { [[ ${EX_GCC}     =3D=3D "yes" ]] ; }
 ex_gdb()     { [[ ${EX_GDB}     =3D=3D "yes" ]] ; }
-ex_insight() { [[ ${EX_INSIGHT} =3D=3D "yes" ]] ; }
=20
 hr() {
 	local c=3D${COLUMNS:-0}
@@ -509,7 +507,6 @@ while [[ $# -gt 0 ]] ; do
 	--ex-only)         EX_FAST=3D"yes";;
 	--ex-gcc)          EX_GCC=3D"yes";;
 	--ex-gdb)          EX_GDB=3D"yes";;
-	--ex-insight)      EX_INSIGHT=3D"yes";;
 	--with-*)          eval $(set_withval $1);;
 	--without-*)       eval $(set_withval $1);;
 	-f|--force)        FORCE=3D"yes";;
@@ -686,9 +683,6 @@ einfo "Extra: gcc pass:       DO IT"
 ex_gdb && {
 einfo "Extra: gdb:            DO IT"
 }
-ex_insight && {
-einfo "Extra: insight:        DO IT"
-}
 echo
 einfo "CROSSDEV_OVERLAY:      ${CROSSDEV_OVERLAY}"
 einfo "PORT_LOGDIR:           ${PORT_LOGDIR}"
@@ -918,7 +912,6 @@ set_portage ${GCAT} ${GPKG} ${GVER} "${GENV}" "${GOVL=
}"
 set_portage ${KCAT} ${KPKG} ${KVER} "${KENV}" "${KOVL}"
 set_portage ${LCAT} ${LPKG} ${LVER} "${LENV}" "${LOVL}"
 set_portage ${DCAT} ${DPKG} ${DVER} "${DENV}" "${DOVL}"
-set_portage dev-util insight
 set_metadata
=20
 # filter out revdep rebuild stuff #182601
@@ -1079,6 +1072,5 @@ fi
 EOPTS=3D"${EOPTS_UP} --newuse"
 ex_gcc && USE=3D"${GUSE} ${USE}" doemerge ${GPKG} ${GPKG}-extra
 ex_gdb && USE=3D"${DUSE} ${USE}" doemerge ${DPKG}
-ex_insight && doemerge insight
=20
 exit 0