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
commitb04da0b022f35bd9de846883cbf8a5f57e1a72ee (patch)
tree7bce074f7f1e6df3f665772a59803011f2743b65 /dev-embedded/msp430-binutils
parentVersion bump. Drop old. Drop optional libwww support, bug 409549 by Pacho Ram... (diff)
downloadhistorical-b04da0b022f35bd9de846883cbf8a5f57e1a72ee.tar.gz
historical-b04da0b022f35bd9de846883cbf8a5f57e1a72ee.tar.bz2
historical-b04da0b022f35bd9de846883cbf8a5f57e1a72ee.zip
Remove old.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64
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.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
-)