summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2010-02-01 14:58:55 +0000
committerVictor Ostorga <vostorga@gentoo.org>2010-02-01 14:58:55 +0000
commit4453eb14ff23dc0ae322a22fcaf64f6ff7f8fe81 (patch)
tree734bf2c39e5e92fd12dfd9b84afae7f0c3381c30 /sys-devel
parentx11-terms/x3270 removal (pending 1st February 2010), see #285917 for reference. (diff)
downloadgentoo-2-4453eb14ff23dc0ae322a22fcaf64f6ff7f8fe81.tar.gz
gentoo-2-4453eb14ff23dc0ae322a22fcaf64f6ff7f8fe81.tar.bz2
gentoo-2-4453eb14ff23dc0ae322a22fcaf64f6ff7f8fe81.zip
sys-devel/gcc-nios2 removal (pending 1st February 2010), see #298592 for reference.
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc-nios2/ChangeLog15
-rw-r--r--sys-devel/gcc-nios2/Manifest5
-rw-r--r--sys-devel/gcc-nios2/gcc-nios2-5.1.ebuild30
-rw-r--r--sys-devel/gcc-nios2/metadata.xml10
4 files changed, 0 insertions, 60 deletions
diff --git a/sys-devel/gcc-nios2/ChangeLog b/sys-devel/gcc-nios2/ChangeLog
deleted file mode 100644
index 2752f20d30a7..000000000000
--- a/sys-devel/gcc-nios2/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for sys-devel/gcc-nios2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-nios2/ChangeLog,v 1.3 2008/08/02 11:29:21 pchrist Exp $
-
- 02 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml:
- Update metadata.xml to include USE flag descriptions. Entries taken from
- profiles/use.local.desc. GLEP 56
-
- 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
- Redigest for Manifest2
-
-*gcc-nios2-5.1 (01 Jan 2006)
-
- 01 Jan 2006; Mike Frysinger <vapier@gentoo.org> :
- Initial import. Ebuild submitted by me.
diff --git a/sys-devel/gcc-nios2/Manifest b/sys-devel/gcc-nios2/Manifest
deleted file mode 100644
index 542b4953da36..000000000000
--- a/sys-devel/gcc-nios2/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST nios2-5.1.patch.bz2 31003 RMD160 50fdb4c411ff53cfea600b3187ee4763a8354eda SHA1 5f66d53146190ecad915d0be77a92fce83b220c5 SHA256 da68358e83ea0a594df5895d2e25d0c9338a55765d8771d94ac2b341678a1d10
-DIST niosii-gnutools-src-5.1.tgz 77464203 RMD160 f4fcefc6d2a75aad3f876f04b3d6b1c81200c618 SHA1 c418ae34ab7a4765eb4c957de20af5dd49401f3d SHA256 9e1bf0bb01c55a23fdbd26dc0697f6ca510a3e19e3a84741b641bb8e3929e749
-EBUILD gcc-nios2-5.1.ebuild 848 RMD160 98bca699308dae817f33a72973060c0d1cb7b394 SHA1 7bda545a64cc679d37786dd30f364f3ec2fe565c SHA256 4c605eecf41cfe9d0ee369b45d60ac1f9f556766d11c8cd43638a2cd0bab7ad9
-MISC ChangeLog 609 RMD160 32a8ccd229fccacc080ebfa3e766afd66b4fff91 SHA1 345aac05d4b2e607754654a0975563663e65547b SHA256 62bc1808481979eeaf6da59c5a51c939d9f814aaf03c15d9eb8b222cd59c83b0
-MISC metadata.xml 296 RMD160 dbbf88d938b7c2d434567b6774f605a56bff6a8e SHA1 b6cb9bb1c7186a47cbba46cfc513cb4886b9046b SHA256 67e9e71609e8641012a08b715060d5426579b2dc6803632eac0e20da477de616
diff --git a/sys-devel/gcc-nios2/gcc-nios2-5.1.ebuild b/sys-devel/gcc-nios2/gcc-nios2-5.1.ebuild
deleted file mode 100644
index 974780a57561..000000000000
--- a/sys-devel/gcc-nios2/gcc-nios2-5.1.ebuild
+++ /dev/null
@@ -1,30 +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-nios2/gcc-nios2-5.1.ebuild,v 1.4 2006/09/11 05:32:44 vapier Exp $
-
-[[ ${CTARGET} != nios* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="nios2-elf"
-GCC_A_FAKEIT=${A}
-TOOLCHAIN_ALLOWED_LANGS="c"
-
-ETYPE="gcc-compiler"
-
-SPLIT_SPECS=false
-TOOLCHAIN_GCC_PV=3.4.1
-inherit toolchain eutils
-
-DESCRIPTION="Compiler for Nios2 targets"
-# http://www.altera.com/support/kdb/2000/11/rd11272000_7307.html
-SRC_URI="mirror://gentoo/niosii-gnutools-src-${PV}.tgz
- mirror://gentoo/nios2-${PV}.patch.bz2"
-
-KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
-
-DEPEND="${CATEGORY}/binutils-nios2"
-
-S=${WORKDIR}/src/gcc
-
-src_unpack() {
- toolchain_src_unpack
- cd "${WORKDIR}"/src
- epatch "${DISTDIR}"/nios2-${PV}.patch.bz2
-}
diff --git a/sys-devel/gcc-nios2/metadata.xml b/sys-devel/gcc-nios2/metadata.xml
deleted file mode 100644
index 9e0289071971..000000000000
--- a/sys-devel/gcc-nios2/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>toolchain</herd>
-<herd>embedded</herd>
-<use>
-<flag name='multislot'>Allow for SLOTs to include minor version (3.3.4 instead
-of just 3.3)</flag>
-</use>
-</pkgmetadata>