diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-14 04:12:31 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-14 04:12:31 +0000 |
commit | 6d1dc42d466f2008799f01ed5e54d1e2cce2892f (patch) | |
tree | 58498f4cb5b884abc72333705ac4f3d9c4dd5ef4 /dev-embedded | |
parent | 2.2.0_alpha128 version bump. This includes all of the fixes in 2.1.11.17. (diff) | |
download | gentoo-2-6d1dc42d466f2008799f01ed5e54d1e2cce2892f.tar.gz gentoo-2-6d1dc42d466f2008799f01ed5e54d1e2cce2892f.tar.bz2 gentoo-2-6d1dc42d466f2008799f01ed5e54d1e2cce2892f.zip |
Version bump.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/msp430-binutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120911.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-embedded/msp430-binutils/ChangeLog b/dev-embedded/msp430-binutils/ChangeLog index 5d62c5a6059e..b5ef950c2eab 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.12 2012/09/02 20:38:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.13 2012/09/14 04:12:31 radhermit Exp $ + +*msp430-binutils-2.22_p20120911 (14 Sep 2012) + + 14 Sep 2012; Tim Harder <radhermit@gentoo.org> + +msp430-binutils-2.22_p20120911.ebuild: + Version bump. 02 Sep 2012; Tim Harder <radhermit@gentoo.org> msp430-binutils-2.22_p20120716.ebuild: diff --git a/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120911.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120911.ebuild new file mode 100644 index 000000000000..a68f65ce0368 --- /dev/null +++ b/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120911.ebuild @@ -0,0 +1,25 @@ +# 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_p20120911.ebuild,v 1.1 2012/09/14 04:12:31 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 +) |