public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/arduino: metadata.xml arduino-0011.ebuild ChangeLog Manifest
@ 2008-09-21  5:03 Ned Ludd (solar)
  0 siblings, 0 replies; only message in thread
From: Ned Ludd (solar) @ 2008-09-21  5:03 UTC (permalink / raw
  To: gentoo-commits

solar       08/09/21 05:03:07

  Added:                metadata.xml arduino-0011.ebuild ChangeLog Manifest
  Log:
  - Initial Commit
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  dev-embedded/arduino/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/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>solar@gentoo.org</email>
	</maintainer>
</pkgmetadata>



1.1                  dev-embedded/arduino/arduino-0011.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/arduino-0011.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/arduino-0011.ebuild?rev=1.1&content-type=text/plain

Index: arduino-0011.ebuild
===================================================================
# Copyright 2008-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-0011.ebuild,v 1.1 2008/09/21 05:03:06 solar Exp $

inherit eutils

DESCRIPTION="Arduino is an open-source AVR electronics prototyping platform"
HOMEPAGE="http://arduino.cc/"
SRC_URI="http://www.arduino.cc/files/${P}-linux.tgz"
LICENSE="GPL-2 LGPL-2 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~x86 ~amd64"
RESTRICT="strip binchecks"
IUSE="java"
RDEPEND="dev-embedded/avrdude"
DEPEND="${RDEPEND} sys-devel/crossdev java? ( virtual/jre dev-embedded/uisp dev-java/jikes dev-java/rxtx )"

pkg_setup() {
	[ ! -x /usr/bin/avr-gcc ] && ewarn "You need to crossdev -s4 avr"
}

pkg_postinst() {
	pkg_setup
	einfo "Copy /usr/share/${P}/hardware/cores/arduino/Makefile and edit it to suit the project"
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/Makefile-${PV}.patch
	rm -rf hardware/tools/
	if ! use java; then
		rm -rf lib
		rm -f arduino
	fi
}

src_install() {
	mkdir -p "${D}/usr/share/${P}/" "${D}/usr/bin"
	cp -a "${S}" "${D}/usr/share/"
	chown root:uucp "${D}/usr/share/${P}/hardware" -R
	use java && ( sed -e  s@__PN__@${P}@g < "${FILESDIR}"/arduino > "${D}/usr/bin/arduino"; chmod +x "${D}/usr/bin/arduino" )

}



1.1                  dev-embedded/arduino/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-embedded/arduino
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/ChangeLog,v 1.1 2008/09/21 05:03:06 solar Exp $

*arduino-0011 (21 Sep 2008)

  21 Sep 2008; <solar@gentoo.org> +files/Makefile-0011.patch,
  +files/arduino, +metadata.xml, +arduino-0011.ebuild:
  - Initial Commit




1.1                  dev-embedded/arduino/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
AUX Makefile-0011.patch 1355 RMD160 d6f2e059412c213c7a06055b6b8cfb2ab1b35da9 SHA1 be3240e52e71baab36acd7a300a8ad74cb0992b6 SHA256 da734a41e74c7ced025fbbc209b832e809381739bfbf6553360e8ce2c009d86c
AUX arduino 49 RMD160 5cb54f143b4d69163121fd133f4effa474f2257d SHA1 72b9dc6322353c9474eed33052bc87a636ff1acd SHA256 95d6daf538f4a3d36a16725b8e38ae02b634ff708282b10b5f62678e18289fe4
DIST arduino-0011-linux.tgz 1361152 RMD160 3020ddaf24440ee132912fd32d05123b9fa38a84 SHA1 4d59a7ceeb8f683e6a616c94cb51e0bfde45f8c3 SHA256 000fa8ce226b6b76d0a30039c645301b97daccaacf082ab53cc8a8f0aaac5e27
EBUILD arduino-0011.ebuild 1208 RMD160 6ed07ed24ba6bb6c9619473b3dc864c2488101ff SHA1 f92ae4569fafc56d08248c09b5aa56a1eba38235 SHA256 d4d6130717cd26323c8c02122afd717597370b7547a66abbf1b2fd74a011d360
MISC ChangeLog 287 RMD160 a63eeea291e072ac4991c76b1e3af6b512d8eb18 SHA1 d8232825882e823b1f73dce3d05520d01d4b1f8a SHA256 928bbc3d2faaf125ba9479e9717b58300151f84e1e4a4a5eadd66e61ee263b93
MISC metadata.xml 229 RMD160 a934867befeafd5ea4b262f492b0fb6e1b3d6451 SHA1 2ca6d09172d4904a069e5ecea4848b6f4d6857a6 SHA256 5e3deff28663b8e5950241ef1cce6fb50b2f28effd9451bf117c796230644177






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-21  5:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21  5:03 [gentoo-commits] gentoo-x86 commit in dev-embedded/arduino: metadata.xml arduino-0011.ebuild ChangeLog Manifest Ned Ludd (solar)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox