summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-25 08:27:00 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-25 08:27:00 +0000
commit1e9fc5969637bd5e182654a55856b37d071fe763 (patch)
tree30c9d1197117322e1d805a18df9654ade2f19e50 /dev-embedded
parentRemove old. (diff)
downloadgentoo-2-1e9fc5969637bd5e182654a55856b37d071fe763.tar.gz
gentoo-2-1e9fc5969637bd5e182654a55856b37d071fe763.tar.bz2
gentoo-2-1e9fc5969637bd5e182654a55856b37d071fe763.zip
Remove old.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/msp430mcu/ChangeLog7
-rw-r--r--dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch31
-rw-r--r--dev-embedded/msp430mcu/msp430mcu-20110613.ebuild24
-rw-r--r--dev-embedded/msp430mcu/msp430mcu-20111107.ebuild18
-rw-r--r--dev-embedded/msp430mcu/msp430mcu-20111205.ebuild24
-rw-r--r--dev-embedded/msp430mcu/msp430mcu-20111224.ebuild24
6 files changed, 6 insertions, 122 deletions
diff --git a/dev-embedded/msp430mcu/ChangeLog b/dev-embedded/msp430mcu/ChangeLog
index a37c3ab41775..68b156ad9960 100644
--- a/dev-embedded/msp430mcu/ChangeLog
+++ b/dev-embedded/msp430mcu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-embedded/msp430mcu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/ChangeLog,v 1.6 2012/03/13 06:57:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/ChangeLog,v 1.7 2012/03/25 08:27:00 radhermit Exp $
+
+ 25 Mar 2012; Tim Harder <radhermit@gentoo.org> -msp430mcu-20110613.ebuild,
+ -files/msp430mcu-20110613-install.patch, -msp430mcu-20111107.ebuild,
+ -msp430mcu-20111205.ebuild, -msp430mcu-20111224.ebuild:
+ Remove old.
*msp430mcu-20120311 (13 Mar 2012)
diff --git a/dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch b/dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch
deleted file mode 100644
index 8063756bb5fb..000000000000
--- a/dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- msp430mcu-20110613/scripts/install.sh.orig
-+++ msp430mcu-20110613/scripts/install.sh
-@@ -3,7 +3,6 @@
- # Copyright (c) 2011, Peter A. Bigot, licensed under New BSD (see COPYING)
- # This file is part of msp430mcu (http://sourceforge.net/projects/mspgcc/)
-
--PREFIX=${1:-/msp430/install/dev}
- MSP430MCU_ROOT=${MSP430MCU_ROOT:-${MSP430_ROOT:-/msp430}/msp430mcu}
- UPSTREAM=${MSP430MCU_ROOT}/upstream
- ANALYSIS=${MSP430MCU_ROOT}/analysis
-@@ -15,16 +14,16 @@
- mkdir -p ${INCPATH} ${LIBPATH}
-
- # Upstream headers
--install -p ${UPSTREAM}/*.h ${INCPATH}
-+install -m 644 ${UPSTREAM}/*.h ${INCPATH}
-
- # Local override headers
--install -p ${MSP430MCU_ROOT}/include/*.h ${INCPATH}
-+install -m 644 ${MSP430MCU_ROOT}/include/*.h ${INCPATH}
-
- # Override msp430.h to accommodate legacy MSPGCC MCU identifiers
--install -p ${ANALYSIS}/msp430.h ${INCPATH}
-+install -m 644 ${ANALYSIS}/msp430.h ${INCPATH}
-
- # MCU-specific data for GCC driver program
--install -p ${ANALYSIS}/msp430mcu.spec ${LIBPATH}
-+install -m 644 ${ANALYSIS}/msp430mcu.spec ${LIBPATH}
-
- # Install MCU-specific memory and periph maps
- cp -pr ${ANALYSIS}/ldscripts ${LIBPATH}
diff --git a/dev-embedded/msp430mcu/msp430mcu-20110613.ebuild b/dev-embedded/msp430mcu/msp430mcu-20110613.ebuild
deleted file mode 100644
index bab1696e37cf..000000000000
--- a/dev-embedded/msp430mcu/msp430mcu-20110613.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20110613.ebuild,v 1.1 2011/09/15 05:23:02 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="MCU-specific data for MSP430 microcontrollers"
-HOMEPAGE="http://mspgcc.sourceforge.net"
-SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-install.patch
-}
-
-src_install() {
- MSP430MCU_ROOT="${S}" PREFIX="${D}/usr" ./scripts/install.sh
-}
diff --git a/dev-embedded/msp430mcu/msp430mcu-20111107.ebuild b/dev-embedded/msp430mcu/msp430mcu-20111107.ebuild
deleted file mode 100644
index 159e785dafff..000000000000
--- a/dev-embedded/msp430mcu/msp430mcu-20111107.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20111107.ebuild,v 1.1 2011/11/18 06:59:55 radhermit Exp $
-
-EAPI="4"
-
-DESCRIPTION="MCU-specific data for MSP430 microcontrollers"
-HOMEPAGE="http://mspgcc.sourceforge.net"
-SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr"
-}
diff --git a/dev-embedded/msp430mcu/msp430mcu-20111205.ebuild b/dev-embedded/msp430mcu/msp430mcu-20111205.ebuild
deleted file mode 100644
index 1285977c22ac..000000000000
--- a/dev-embedded/msp430mcu/msp430mcu-20111205.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20111205.ebuild,v 1.1 2011/12/05 22:09:01 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="MCU-specific data for MSP430 microcontrollers"
-HOMEPAGE="http://mspgcc.sourceforge.net"
-SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-install.patch
-}
-
-src_install() {
- MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr"
-}
diff --git a/dev-embedded/msp430mcu/msp430mcu-20111224.ebuild b/dev-embedded/msp430mcu/msp430mcu-20111224.ebuild
deleted file mode 100644
index 0e94f5f255d1..000000000000
--- a/dev-embedded/msp430mcu/msp430mcu-20111224.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20111224.ebuild,v 1.1 2011/12/25 05:39:59 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="MCU-specific data for MSP430 microcontrollers"
-HOMEPAGE="http://mspgcc.sourceforge.net"
-SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-20111205-install.patch
-}
-
-src_install() {
- MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr"
-}