summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/msp430mcu/msp430mcu-20111107.ebuild')
-rw-r--r--dev-embedded/msp430mcu/msp430mcu-20111107.ebuild18
1 files changed, 0 insertions, 18 deletions
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"
-}