From 680fcc66df3489c5a3c2b5adf848c36200f6693a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 12 Feb 2018 15:34:17 -0500 Subject: dev-embedded/arduino: bump to 1.8.5 This is a major rewrite for a major bump. As we can see in the bug referred below, a *lot* of work can be poured into this ebuild but we can also see that having too large a scope makes us never bump. Thus, I opted for a bump that didn't widen the scope of the v1.0.5 ebuild. We can always improve upon this ebuild later. This work is strongly inspired by maurerpe's fine work at https://github.com/maurerpe/arduino-overlay/tree/master/dev-embedded/arduino-ide but I scaled down the unbundling effort for simplicity's sake. Closes: https://bugs.gentoo.org/525882 Closes: https://github.com/gentoo/gentoo/pull/7166 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- .../arduino/files/arduino-1.8.5-build.xml.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch (limited to 'dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch') diff --git a/dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch b/dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch new file mode 100644 index 000000000000..59d796ca5a7a --- /dev/null +++ b/dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch @@ -0,0 +1,31 @@ +diff --git a/build/build.xml b/build/build.xml +index d95f8def6..13ba60286 100644 +--- a/build/build.xml ++++ b/build/build.xml +@@ -641,7 +641,7 @@ + + + +- ++ + + + +@@ -666,7 +666,7 @@ + + + +- ++ + + + +@@ -1186,7 +1186,7 @@ + depends="linux-clean, windows-clean, macosx-clean, subprojects-clean"> + + +- ++ + + + -- cgit v1.2.3