From 31d10b0684a3d688f869a56f37daeef81553da10 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 6 Apr 2012 08:45:27 +0000 Subject: Version bump. Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64 --- dev-embedded/msp430-binutils/ChangeLog | 8 ++++++- .../msp430-binutils-2.21.1_p20120330.ebuild | 25 +++++++++++++++++++ dev-embedded/msp430-gcc/ChangeLog | 8 ++++++- .../msp430-gcc/msp430-gcc-4.6.2_p20120330.ebuild | 28 ++++++++++++++++++++++ dev-embedded/msp430mcu/ChangeLog | 7 +++++- dev-embedded/msp430mcu/msp430mcu-20120330.ebuild | 24 +++++++++++++++++++ 6 files changed, 97 insertions(+), 3 deletions(-) create mode 100644 dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.ebuild create mode 100644 dev-embedded/msp430-gcc/msp430-gcc-4.6.2_p20120330.ebuild create mode 100644 dev-embedded/msp430mcu/msp430mcu-20120330.ebuild (limited to 'dev-embedded') diff --git a/dev-embedded/msp430-binutils/ChangeLog b/dev-embedded/msp430-binutils/ChangeLog index 805df68a0cb1..ad66c9089018 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.7 2012/03/25 08:24:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.8 2012/04/06 08:44:02 radhermit Exp $ + +*msp430-binutils-2.21.1_p20120330 (06 Apr 2012) + + 06 Apr 2012; Tim Harder + +msp430-binutils-2.21.1_p20120330.ebuild: + Version bump. 25 Mar 2012; Tim Harder -msp430-binutils-2.21.1_p20111205.ebuild, diff --git a/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.ebuild b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.ebuild new file mode 100644 index 000000000000..900455a86532 --- /dev/null +++ b/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.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_p20120330.ebuild,v 1.1 2012/04/06 08:44:02 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 daed24828f97..bf480983a004 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.7 2012/03/25 08:23:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-gcc/ChangeLog,v 1.8 2012/04/06 08:45:27 radhermit Exp $ + +*msp430-gcc-4.6.2_p20120330 (06 Apr 2012) + + 06 Apr 2012; Tim Harder + +msp430-gcc-4.6.2_p20120330.ebuild: + Version bump. 25 Mar 2012; Tim Harder -msp430-gcc-4.6.1_p20111205.ebuild, -msp430-gcc-4.6.1_p20111224.ebuild, diff --git a/dev-embedded/msp430-gcc/msp430-gcc-4.6.2_p20120330.ebuild b/dev-embedded/msp430-gcc/msp430-gcc-4.6.2_p20120330.ebuild new file mode 100644 index 000000000000..d584a507db2b --- /dev/null +++ b/dev-embedded/msp430-gcc/msp430-gcc-4.6.2_p20120330.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.2_p20120330.ebuild,v 1.1 2012/04/06 08:45:27 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 +} diff --git a/dev-embedded/msp430mcu/ChangeLog b/dev-embedded/msp430mcu/ChangeLog index 68b156ad9960..628adf0ee519 100644 --- a/dev-embedded/msp430mcu/ChangeLog +++ b/dev-embedded/msp430mcu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-embedded/msp430mcu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/ChangeLog,v 1.7 2012/03/25 08:27:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/ChangeLog,v 1.8 2012/04/06 08:40:50 radhermit Exp $ + +*msp430mcu-20120330 (06 Apr 2012) + + 06 Apr 2012; Tim Harder +msp430mcu-20120330.ebuild: + Version bump. 25 Mar 2012; Tim Harder -msp430mcu-20110613.ebuild, -files/msp430mcu-20110613-install.patch, -msp430mcu-20111107.ebuild, diff --git a/dev-embedded/msp430mcu/msp430mcu-20120330.ebuild b/dev-embedded/msp430mcu/msp430mcu-20120330.ebuild new file mode 100644 index 000000000000..e5c4505dfe14 --- /dev/null +++ b/dev-embedded/msp430mcu/msp430mcu-20120330.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20120330.ebuild,v 1.1 2012/04/06 08:40:51 radhermit Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="MCU-specific data for MSP430 microcontrollers" +HOMEPAGE="http://mspgcc.sourceforge.net" +SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-20111205-install.patch +} + +src_install() { + MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr" +} -- cgit v1.2.3-65-gdbad