public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-libc: ChangeLog msp430-libc-20120425.ebuild
@ 2012-04-28 10:01 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-04-28 10:01 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/04/28 10:01:08

  Modified:             ChangeLog
  Added:                msp430-libc-20120425.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-embedded/msp430-libc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Mar 2012 08:25:58 -0000	1.7
+++ ChangeLog	28 Apr 2012 10:01:08 -0000	1.8
@@ -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.7 2012/03/25 08:25:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-libc/ChangeLog,v 1.8 2012/04/28 10:01:08 radhermit Exp $
+
+*msp430-libc-20120425 (28 Apr 2012)
+
+  28 Apr 2012; Tim Harder <radhermit@gentoo.org> +msp430-libc-20120425.ebuild:
+  Version bump.
 
   25 Mar 2012; Tim Harder <radhermit@gentoo.org> -msp430-libc-20110612.ebuild,
   -msp430-libc-20111205.ebuild, -msp430-libc-20111224.ebuild,



1.1                  dev-embedded/msp430-libc/msp430-libc-20120425.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20120425.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430-libc/msp430-libc-20120425.ebuild?rev=1.1&content-type=text/plain

Index: msp430-libc-20120425.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-20120425.ebuild,v 1.1 2012/04/28 10:01:08 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"
[[ ${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:[~2012-04-28 10:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 10:01 [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430-libc: ChangeLog msp430-libc-20120425.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