summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/msp430-binutils')
-rw-r--r--dev-embedded/msp430-binutils/ChangeLog7
-rw-r--r--dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120514.ebuild25
-rw-r--r--dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120716.ebuild25
3 files changed, 6 insertions, 51 deletions
diff --git a/dev-embedded/msp430-binutils/ChangeLog b/dev-embedded/msp430-binutils/ChangeLog
index 632611fc94e6..0d992c124e50 100644
--- a/dev-embedded/msp430-binutils/ChangeLog
+++ b/dev-embedded/msp430-binutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-embedded/msp430-binutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.14 2012/09/14 04:13:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.15 2012/12/13 21:06:16 radhermit Exp $
+
+ 13 Dec 2012; Tim Harder <radhermit@gentoo.org>
+ -msp430-binutils-2.22_p20120514.ebuild,
+ -msp430-binutils-2.22_p20120716.ebuild:
+ Remove old.
14 Sep 2012; Tim Harder <radhermit@gentoo.org>
-msp430-binutils-2.21.1_p20120224.ebuild,
diff --git a/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120514.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120514.ebuild
deleted file mode 100644
index d48b5ab39e18..000000000000
--- a/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120514.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120514.ebuild,v 1.1 2012/05/17 03:03:30 radhermit Exp $
-
-PATCHVER="1.2"
-
-BINUTILS_VER=${PV%_p*}
-
-inherit toolchain-binutils
-
-DESCRIPTION="Tools necessary to build programs for MSP430 microcontrollers"
-SRC_URI+=" http://dev.gentoo.org/~radhermit/distfiles/${P}.patch.bz2"
-
-KEYWORDS="~amd64 ~x86"
-
-# needed to fix bug #381633
-RDEPEND=">=sys-devel/binutils-config-3-r2"
-
-pkg_setup() {
- is_cross || die "Only cross-compile builds are supported"
-}
-
-PATCHES=(
- "${WORKDIR}"/${P}.patch
-)
diff --git a/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120716.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120716.ebuild
deleted file mode 100644
index e7c7ee66f225..000000000000
--- a/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120716.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120716.ebuild,v 1.2 2012/09/02 20:38:19 radhermit Exp $
-
-PATCHVER="1.5"
-
-BINUTILS_VER=${PV%_p*}
-
-inherit toolchain-binutils
-
-DESCRIPTION="Tools necessary to build programs for MSP430 microcontrollers"
-SRC_URI+=" http://dev.gentoo.org/~radhermit/dist/${P}.patch.bz2"
-
-KEYWORDS="~amd64 ~x86"
-
-# needed to fix bug #381633
-RDEPEND=">=sys-devel/binutils-config-3-r2"
-
-pkg_setup() {
- is_cross || die "Only cross-compile builds are supported"
-}
-
-PATCHES=(
- "${WORKDIR}"/${P}.patch
-)