Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-binutils: msp430-binutils-2.21.1_p20120330.ebuild ChangeLog
Date: Fri, 06 Apr 2012 08:44:13
Message-Id: 20120406084402.B493A2004B@flycatcher.gentoo.org
1 radhermit 12/04/06 08:44:02
2
3 Modified: ChangeLog
4 Added: msp430-binutils-2.21.1_p20120330.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-embedded/msp430-binutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 25 Mar 2012 08:24:53 -0000 1.7
24 +++ ChangeLog 6 Apr 2012 08:44:02 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-embedded/msp430-binutils
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.7 2012/03/25 08:24:53 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/ChangeLog,v 1.8 2012/04/06 08:44:02 radhermit Exp $
30 +
31 +*msp430-binutils-2.21.1_p20120330 (06 Apr 2012)
32 +
33 + 06 Apr 2012; Tim Harder <radhermit@g.o>
34 + +msp430-binutils-2.21.1_p20120330.ebuild:
35 + Version bump.
36
37 25 Mar 2012; Tim Harder <radhermit@g.o>
38 -msp430-binutils-2.21.1_p20111205.ebuild,
39
40
41
42 1.1 dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120330.ebuild?rev=1.1&content-type=text/plain
46
47 Index: msp430-binutils-2.21.1_p20120330.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 PATCHVER="1.4"
54
55 BINUTILS_VER=${PV%_p*}
56
57 inherit toolchain-binutils
58
59 DESCRIPTION="Tools necessary to build programs for MSP430 microcontrollers"
60 SRC_URI+=" http://dev.gentoo.org/~radhermit/distfiles/${P}.patch.bz2"
61
62 KEYWORDS="~amd64 ~x86"
63
64 # needed to fix bug #381633
65 RDEPEND=">=sys-devel/binutils-config-3-r2"
66
67 pkg_setup() {
68 is_cross || die "Only cross-compile builds are supported"
69 }
70
71 PATCHES=(
72 "${WORKDIR}"/${P}.patch
73 )