summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-12-01 18:50:47 +0000
committerMike Frysinger <vapier@gentoo.org>2007-12-01 18:50:47 +0000
commit2574c49d5bffe5ec0f46a3faae2a039ecc324b16 (patch)
tree512df1a48f811c5a0b1ab4e6188c7fbb359ffd0b /sys-devel/gcc-config
parentpunt #199914 (diff)
downloadgentoo-2-2574c49d5bffe5ec0f46a3faae2a039ecc324b16.tar.gz
gentoo-2-2574c49d5bffe5ec0f46a3faae2a039ecc324b16.tar.bz2
gentoo-2-2574c49d5bffe5ec0f46a3faae2a039ecc324b16.zip
punt #199914
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r--sys-devel/gcc-config/files/digest-gcc-config-2.0.0_rc13
-rw-r--r--sys-devel/gcc-config/gcc-config-2.0.0_rc1.ebuild28
2 files changed, 0 insertions, 31 deletions
diff --git a/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_rc1 b/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_rc1
deleted file mode 100644
index e5670a7296b1..000000000000
--- a/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_rc1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b67d2f339f159da455d19c49e4868d9c compiler-config-2.0.0_rc1.tar.gz 117180
-RMD160 dbcd8120139c75f40ae2405746ab2a5f26e810b4 compiler-config-2.0.0_rc1.tar.gz 117180
-SHA256 a911a7b0a1184c576500df8530e77823f976dce387001c581ba89ac8edfe30c2 compiler-config-2.0.0_rc1.tar.gz 117180
diff --git a/sys-devel/gcc-config/gcc-config-2.0.0_rc1.ebuild b/sys-devel/gcc-config/gcc-config-2.0.0_rc1.ebuild
deleted file mode 100644
index 38e60e838038..000000000000
--- a/sys-devel/gcc-config/gcc-config-2.0.0_rc1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-2.0.0_rc1.ebuild,v 1.2 2006/06/15 19:10:43 kumba Exp $
-
-DESCRIPTION="Utility to configure the active toolchain compiler"
-HOMEPAGE="http://www.gentoo.org/"
-
-MY_PN="compiler-config"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-SRC_URI=" http://dev.gentoo.org/~eradicator/toolchain/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-compiler-${PV}"
-
-src_compile() {
- # Just need to make gcc-config from gcc-config.in
- econf
-}
-
-src_install() {
- dobin src/profile-manager/gcc-config
-}