* [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-libc: ChangeLog msp430-libc-20120716.ebuild
@ 2012-08-30 18:21 99% Tim Harder (radhermit)
0 siblings, 0 replies; 1+ results
From: Tim Harder (radhermit) @ 2012-08-30 18:21 UTC (permalink / raw
To: gentoo-commits
radhermit 12/08/30 18:21:30
Modified: ChangeLog
Added: msp430-libc-20120716.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-embedded/msp430-libc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 17 May 2012 03:07:36 -0000 1.9
+++ ChangeLog 30 Aug 2012 18:21:30 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for dev-embedded/msp430-libc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v 1.9 2012/05/17 03:07:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v 1.10 2012/08/30 18:21:30 radhermit Exp $
+
+*msp430-libc-20120716 (30 Aug 2012)
+
+ 30 Aug 2012; Tim Harder <radhermit@gentoo.org> +msp430-libc-20120716.ebuild:
+ Version bump.
*msp430-libc-20120514 (17 May 2012)
1.1 dev-embedded/msp430-libc/msp430-libc-20120716.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20120716.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20120716.ebuild?rev=1.1&content-type=text/plain
Index: msp430-libc-20120716.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20120716.ebuild,v 1.1 2012/08/30 18:21:30 radhermit Exp $
EAPI="4"
CHOST="msp430"
CTARGET="msp430"
DESCRIPTION="C library for MSP430 microcontrollers"
HOMEPAGE="http://mspgcc.sourceforge.net"
SRC_URI="mirror://sourceforge/mspgcc/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crosscompile_opts_headers-only"
DEPEND="sys-devel/crossdev"
[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \
&& RDEPEND="!dev-embedded/msp430-libc" \
|| RDEPEND=""
S=${WORKDIR}/${P}/src
pkg_setup() {
ebegin "Checking for msp430-gcc"
if type -p msp430-gcc > /dev/null ; then
eend 0
else
eend 1
eerror
eerror "Failed to locate 'msp430-gcc' in \$PATH. You can install a MSP430 toolchain using:"
eerror " $ crossdev -t msp430"
eerror
die "MSP430 toolchain not found"
fi
}
src_install() {
emake PREFIX="${D}"/usr install
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-30 18:21 99% [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-libc: ChangeLog msp430-libc-20120716.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox