diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-01 22:40:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-01 22:40:36 +0000 |
commit | 6d8763d1222c1c3b98a15fbf628b0a90bf5d04d8 (patch) | |
tree | 2b81f2572ec443e7d645d9ef6ec89571d22ec877 /dev-embedded | |
parent | Version bump. (diff) | |
download | historical-6d8763d1222c1c3b98a15fbf628b0a90bf5d04d8.tar.gz historical-6d8763d1222c1c3b98a15fbf628b0a90bf5d04d8.tar.bz2 historical-6d8763d1222c1c3b98a15fbf628b0a90bf5d04d8.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha89/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.21.1_p20120224.ebuild | 25 | ||||
-rw-r--r-- | dev-embedded/msp430-gcc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-embedded/msp430-gcc/msp430-gcc-4.6.1_p20120224.ebuild | 28 |
4 files changed, 67 insertions, 2 deletions
diff --git a/dev-embedded/msp430-binutils/ChangeLog b/dev-embedded/msp430-binutils/ChangeLog index a0a6aa214bfa..d3c9938786ec 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.5 2012/01/22 19:40:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.6 2012/03/01 22:38:21 radhermit Exp $ + +*msp430-binutils-2.21.1_p20120224 (01 Mar 2012) + + 01 Mar 2012; Tim Harder <radhermit@gentoo.org> + +msp430-binutils-2.21.1_p20120224.ebuild: + Version bump. *msp430-binutils-2.21.1_p20120119 (22 Jan 2012) diff --git a/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120224.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120224.ebuild new file mode 100644 index 000000000000..d34e87884368 --- /dev/null +++ b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120224.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.21.1_p20120224.ebuild,v 1.1 2012/03/01 22:38:21 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" + +# 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-gcc/ChangeLog b/dev-embedded/msp430-gcc/ChangeLog index 31e145ad3985..82555988d97a 100644 --- a/dev-embedded/msp430-gcc/ChangeLog +++ b/dev-embedded/msp430-gcc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-embedded/msp430-gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gcc/ChangeLog,v 1.4 2012/02/03 07:43:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gcc/ChangeLog,v 1.5 2012/03/01 22:40:36 radhermit Exp $ + +*msp430-gcc-4.6.1_p20120224 (01 Mar 2012) + + 01 Mar 2012; Tim Harder <radhermit@gentoo.org> + +msp430-gcc-4.6.1_p20120224.ebuild: + Version bump. *msp430-gcc-4.6.1_p20120125 (03 Feb 2012) diff --git a/dev-embedded/msp430-gcc/msp430-gcc-4.6.1_p20120224.ebuild b/dev-embedded/msp430-gcc/msp430-gcc-4.6.1_p20120224.ebuild new file mode 100644 index 000000000000..50cf32f98115 --- /dev/null +++ b/dev-embedded/msp430-gcc/msp430-gcc-4.6.1_p20120224.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gcc/msp430-gcc-4.6.1_p20120224.ebuild,v 1.1 2012/03/01 22:40:36 radhermit Exp $ + +EAPI="4" + +PATCH_VER="1.0" +BRANCH_UPDATE="" + +inherit toolchain + +DESCRIPTION="The GNU Compiler Collection for MSP430 microcontrollers" +LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" +KEYWORDS="~amd64 ~x86" +SRC_URI="${SRC_URI} http://dev.gentoo.org/~radhermit/distfiles/${P}.patch.bz2" + +RDEPEND="" +DEPEND="${RDEPEND} + elibc_glibc? ( >=sys-libs/glibc-2.8 ) + ${CATEGORY}/msp430-binutils" + +pkg_pretend() { + is_crosscompile || die "Only cross-compile builds are supported" +} + +src_prepare() { + epatch "${DISTDIR}"/${P}.patch.bz2 +} |