* [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-libc: metadata.xml ChangeLog msp430-libc-20110612.ebuild
@ 2011-09-15 5:32 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-09-15 5:32 UTC (permalink / raw
To: gentoo-commits
radhermit 11/09/15 05:32:01
Added: metadata.xml ChangeLog msp430-libc-20110612.ebuild
Log:
Initial import from the msp430 overlay.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-embedded/msp430-libc/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dev-embedded</herd>
<maintainer>
<email>radhermit@gentoo.org</email>
<name>Tim Harder</name>
</maintainer>
</pkgmetadata>
1.1 dev-embedded/msp430-libc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-embedded/msp430-libc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v 1.1 2011/09/15 05:32:01 radhermit Exp $
*msp430-libc-20110612 (15 Sep 2011)
15 Sep 2011; Tim Harder <radhermit@gentoo.org> +msp430-libc-20110612.ebuild,
+metadata.xml:
Initial import from the msp430 overlay.
1.1 dev-embedded/msp430-libc/msp430-libc-20110612.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20110612.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20110612.ebuild?rev=1.1&content-type=text/plain
Index: msp430-libc-20110612.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20110612.ebuild,v 1.1 2011/09/15 05:32:01 radhermit Exp $
EAPI="4"
CHOST="msp430"
CTARGET="msp430"
DESCRIPTION="C library for MSP430 microcontrollers"
HOMEPAGE="http://mspgcc.sourceforge.net"
SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crosscompile_opts_headers-only"
DEPEND=">=sys-devel/crossdev-0.9.1"
[[ ${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 [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-15 5:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 5:32 [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-libc: metadata.xml ChangeLog msp430-libc-20110612.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