summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-25 08:24:53 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-25 08:24:53 +0000
commit29425ef79e43ca85a4d8277805294df9a15ef02c (patch)
treec0e12a047c67cd362780910e70c1be975d964697 /dev-embedded
parentRemove old. (diff)
downloadgentoo-2-29425ef79e43ca85a4d8277805294df9a15ef02c.tar.gz
gentoo-2-29425ef79e43ca85a4d8277805294df9a15ef02c.tar.bz2
gentoo-2-29425ef79e43ca85a4d8277805294df9a15ef02c.zip
Remove old.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/msp430-binutils/ChangeLog7
-rw-r--r--dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20111205.ebuild22
-rw-r--r--dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120119.ebuild22
3 files changed, 6 insertions, 45 deletions
diff --git a/dev-embedded/msp430-binutils/ChangeLog b/dev-embedded/msp430-binutils/ChangeLog
index d3c9938786ec..805df68a0cb1 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.6 2012/03/01 22:38:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.7 2012/03/25 08:24:53 radhermit Exp $
+
+ 25 Mar 2012; Tim Harder <radhermit@gentoo.org>
+ -msp430-binutils-2.21.1_p20111205.ebuild,
+ -msp430-binutils-2.21.1_p20120119.ebuild:
+ Remove old.
*msp430-binutils-2.21.1_p20120224 (01 Mar 2012)
diff --git a/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20111205.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20111205.ebuild
deleted file mode 100644
index d39091627348..000000000000
--- a/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20111205.ebuild
+++ /dev/null
@@ -1,22 +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/msp430-binutils/msp430-binutils-2.21.1_p20111205.ebuild,v 1.4 2011/12/21 22:06:32 radhermit Exp $
-
-PATCHVER="1.4"
-
-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"
-
-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.21.1_p20120119.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120119.ebuild
deleted file mode 100644
index 959832ff6492..000000000000
--- a/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120119.ebuild
+++ /dev/null
@@ -1,22 +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.21.1_p20120119.ebuild,v 1.1 2012/01/22 19:40:13 radhermit Exp $
-
-PATCHVER="1.4"
-
-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"
-
-pkg_setup() {
- is_cross || die "Only cross-compile builds are supported"
-}
-
-PATCHES=(
- "${WORKDIR}"/${P}.patch
-)