From 61bf81391100c1fac2fdd9c780f3703354c7e692 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 22 Jan 2012 19:40:13 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- dev-embedded/msp430-binutils/ChangeLog | 10 ++++++++-- .../msp430-binutils-2.21.1_p20120119.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120119.ebuild (limited to 'dev-embedded') diff --git a/dev-embedded/msp430-binutils/ChangeLog b/dev-embedded/msp430-binutils/ChangeLog index dead4557c0d7..a0a6aa214bfa 100644 --- a/dev-embedded/msp430-binutils/ChangeLog +++ b/dev-embedded/msp430-binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-embedded/msp430-binutils -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.4 2011/12/21 22:06:32 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.5 2012/01/22 19:40:13 radhermit Exp $ + +*msp430-binutils-2.21.1_p20120119 (22 Jan 2012) + + 22 Jan 2012; Tim Harder + +msp430-binutils-2.21.1_p20120119.ebuild: + Version bump. 21 Dec 2011; Tim Harder msp430-binutils-2.21.1_p20111205.ebuild: 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 new file mode 100644 index 000000000000..959832ff6492 --- /dev/null +++ b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120119.ebuild @@ -0,0 +1,22 @@ +# 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 +) -- cgit v1.2.3-65-gdbad