diff --git a/dev-embedded/arduino-bin/ChangeLog b/dev-embedded/arduino-bin/ChangeLog deleted file mode 100644 index 0ceefa2..0000000 --- a/dev-embedded/arduino-bin/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ - 23 Mar 2015; arduino-bin-1.6.1.ebuild: - test - - 23 Mar 2015; files/arduino-bin.desktop: - . - - 23 Mar 2015; arduino-bin-1.6.1.ebuild: - - - - 23 Mar 2015; arduino-bin-1.6.1.ebuild: - woops - - 23 Mar 2015; arduino-bin-1.6.1.ebuild: - missed java stuff - - 23 Mar 2015; arduino-bin-1.6.1.ebuild: - fix2 - - 23 Mar 2015; arduino-bin-1.6.1.ebuild: - fix - -*arduino-bin-1.6.1 (23 Mar 2015) - - 23 Mar 2015; +arduino-bin-1.6.1.ebuild, +files/arduino-bin, - +files/arduino-bin.desktop, +metadata.xml: - add arduino-bin diff --git a/dev-embedded/arduino-bin/Manifest b/dev-embedded/arduino-bin/Manifest deleted file mode 100644 index e0e82cc..0000000 --- a/dev-embedded/arduino-bin/Manifest +++ /dev/null @@ -1,22 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST arduino-1.6.1-linux64.tar.xz 61284080 SHA256 c344b166efe3a6839cc54af16510b6869cbb4f1fcfaf06a45ca4eba3fca8b2b9 SHA512 21d07dc00436c550edc53fada6afdc5946f34795ba47b66b41a2a408ad730b8c1545f494a9c17c1b99a6c730b0af2c3b22a54998e990d8d205e489780798b166 WHIRLPOOL 608c1dc8a7ddd57d20a0ab3aae12b3ce7a9a143b73e4419869288659d679e876fdc8855b3aac2d3c60580d1d031d81df376180b6083da114e41f860f8fc6e29d -DIST arduino-icons.tar.bz2 58775 SHA256 9086ae27a13cc19e428ed7e6434366752b33a7d066b5620bfdd371709277390e SHA512 b750e79d6117f5df619f2b765dad6e64f0ba4aa3314b0b6e00801577e3ea1f15951ba15efe7a00f5317285a19ac29ac41c78b71342f45cd164c794a42bafcdd9 WHIRLPOOL b53ab3ff2981ca9f6d45311b9f885ca831700a7a49fef4a376cdc489f7cc3a6c39fbb93994b962b6854b0833d7342b951b5c6327422aafce762f92952b7a5876 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAEBCAAGBQJVD12mAAoJEN+JO6ixTYPPmZUQAJ8UNbD6vZHfl/uQXlodhD+G -RLLB4AXSUbTtFulk4dxrd5yB2RUpg+LGulbhH9Vi0/9cqSsyDbqqZH+9ohdFJrkE -p3T3CTY6pBE9Flwt6hEjVulaja3CP0FXN/ab9m+LGDqxNSMU8SQMdT7qlkULjsk5 -QA2nAq9ugf3VmLBJjoSCar3djx+jwAA9BOS7cARQ9cDkBM7OIzxL+NQhwBiH0zWb -qX27QJduIuWreWGsT+01eXM3x6zTfEDpkywn/PfFp70M44Eqv2m0rKYzzzmQRKvn -3HLvb9wpnOo1h+6JCwjenhish5unItG7xeFYqgjUzPJnT2WrRIIbhgpqhrGBXChC -EyhFo/I4Kp1pVbfCt88SxTSmeyhpLFWw1FbvnVUazUu/WhphXsDrtbXdp/UFNW30 -Mi30b+9RMsi305PBKdBKBpD1VaC7yqB9yD6dSTJoJ6004/FollNYpn0q6XW4bX0J -Rylx4bpVzvSEhxKhdwQ0ozNF0rTtx1R/DBDSLGPTGOYH9fgQQtZaOR1A/ukMjHZI -Q7Cuq1g3+fT85ZRSs8jTcP6h/6bIiRVT76eR0TXaoQnCvj86XDbKE7GGhNBrsWia -BuOC0sd7SxCothaLQIp/ZMoFIuZlkY+Wd8E9ot7xpDlrEeYlkNAl0PCFyf/8pM9O -zXUp+IUvRSA+SoVRu9mI -=qwtE ------END PGP SIGNATURE----- diff --git a/dev-embedded/arduino-bin/arduino-bin-1.6.1.ebuild b/dev-embedded/arduino-bin/arduino-bin-1.6.1.ebuild deleted file mode 100644 index 40ed5c5..0000000 --- a/dev-embedded/arduino-bin/arduino-bin-1.6.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-1.0.5.ebuild,v 1.3 2013/08/18 13:27:34 ago Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="An open-source AVR electronics prototyping platform" -HOMEPAGE="http://arduino.cc/ http://arduino.googlecode.com/" -SRC_URI="http://blog.spitzenpfeil.org/arduino/mirror_released/arduino-"${PV}"-linux64.tar.xz mirror://gentoo/arduino-icons.tar.bz2" -LICENSE="GPL-2 GPL-2+ LGPL-2 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="strip binchecks" -IUSE="" - -COMMONDEP=" -dev-util/astyle" - -RDEPEND="${COMMONDEP} -dev-embedded/avrdude -dev-embedded/uisp ->=virtual/jre-1.5" - -DEPEND="${COMMONDEP} ->=virtual/jdk-1.5" - -S="${WORKDIR}"/arduino-"${PV}" - -src_unpack(){ - unpack ${A} -} - -src_install() { - insinto "/opt/${PN}/" - doins -r * - exeinto "/opt/${PN}/" - newexe arduino arduino-bin - dosym /opt/"${PN}"/"${PN}" /opt/bin/"${PN}" - fowners -R root:uucp "/opt/${PN}/hardware" - - # use system avrdude - # patching class files is too hard - dosym /usr/bin/avrdude "/opt/${PN}/hardware/tools/avr/bin/avrdude" - dosym /etc/avrdude.conf "/opt/${PN}/hardware/tools/avr/etc/avrdude.conf" - - dosym /usr/lib64/libastyle.so "/opt/${PN}/lib/libastylej.so" - dosym /usr/bin/avr-g++ "/opt/${PN}/hardware/tools/avr/bin/avr-g++" - dosym /usr/bin/avr-gcc "/opt/${PN}/hardware/tools/avr/bin/avr-gcc" - dosym /usr/bin/avr-ar "/opt/${PN}/hardware/tools/avr/bin/avr-ar" - dosym /usr/bin/avr-objcopy "/opt/${PN}/hardware/tools/avr/bin/avr-objcopy" - dosym /usr/bin/avr-size "/opt/${PN}/hardware/tools/avr/bin/avr-size" - - # install menu and icons - domenu "${FILESDIR}/${PN}-bin.desktop" - for sz in 16 24 32 48 128 256; do - newicon -s $sz \ - "${WORKDIR}/arduino-icons/debian_icons_${sz}x${sz}_apps_arduino.png" \ - "${PN}.png" - done -} - -pkg_postinst() { - [ ! -x /usr/bin/avr-g++ ] && ewarn "Missing avr-g++; you need to crossdev -s4 avr" -} diff --git a/dev-embedded/arduino-bin/files/arduino-bin b/dev-embedded/arduino-bin/files/arduino-bin deleted file mode 100755 index d853d1c..0000000 --- a/dev-embedded/arduino-bin/files/arduino-bin +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -cd /opt/arduino-bin -CURDIR=`pwd` -APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )" - -cd "$APPDIR" - -for LIB in \ - java/lib/rt.jar \ - java/lib/tools.jar \ - lib/*.jar \ - ; -do - CLASSPATH="${CLASSPATH}:${LIB}" -done -export CLASSPATH - -LD_LIBRARY_PATH=`pwd`/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} -export LD_LIBRARY_PATH - -export PATH="${APPDIR}/java/bin:${PATH}" - -java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base --curdir $CURDIR "$@" - diff --git a/dev-embedded/arduino-bin/files/arduino-bin.desktop b/dev-embedded/arduino-bin/files/arduino-bin.desktop deleted file mode 100644 index dc1be1e..0000000 --- a/dev-embedded/arduino-bin/files/arduino-bin.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=arduino-bin -Comment=Open-source electronics prototyping platform -Exec=arduino-bin -Icon=arduino -Terminal=false -Type=Application -Categories=Development; -StartupNotify=false diff --git a/dev-embedded/arduino-bin/metadata.xml b/dev-embedded/arduino-bin/metadata.xml deleted file mode 100644 index 3c5a4d0..0000000 --- a/dev-embedded/arduino-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gentoo.power@gmail.com - hashashin - -