From 59f83e4a05fb899f95a296cdfe5c2954050969d2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 7 Sep 2020 21:10:40 +0200 Subject: dev-embedded/arduino: remove unused patches Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/17457 Signed-off-by: Stephan Hartmann --- .../files/arduino-1.8.5-avr-platform.txt.patch | 26 ------------------ .../arduino/files/arduino-1.8.5-build.xml.patch | 31 ---------------------- 2 files changed, 57 deletions(-) delete mode 100644 dev-embedded/arduino/files/arduino-1.8.5-avr-platform.txt.patch delete mode 100644 dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch (limited to 'dev-embedded') diff --git a/dev-embedded/arduino/files/arduino-1.8.5-avr-platform.txt.patch b/dev-embedded/arduino/files/arduino-1.8.5-avr-platform.txt.patch deleted file mode 100644 index 9903da46dc4a..000000000000 --- a/dev-embedded/arduino/files/arduino-1.8.5-avr-platform.txt.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/hardware/arduino/avr/platform.txt b/hardware/arduino/avr/platform.txt -index f7fb447c1..8ae8b73d9 100644 ---- a/hardware/arduino/avr/platform.txt -+++ b/hardware/arduino/avr/platform.txt -@@ -18,7 +18,7 @@ compiler.warning_flags.more=-Wall - compiler.warning_flags.all=-Wall -Wextra - - # Default "compiler.path" is correct, change only if you want to override the initial value --compiler.path={runtime.tools.avr-gcc.path}/bin/ -+compiler.path=/usr/bin/ - compiler.c.cmd=avr-gcc - compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects - compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -@@ -91,9 +91,9 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} { - # AVR Uploader/Programmers tools - # ------------------------------ - --tools.avrdude.path={runtime.tools.avrdude.path} --tools.avrdude.cmd.path={path}/bin/avrdude --tools.avrdude.config.path={path}/etc/avrdude.conf -+tools.avrdude.path=/usr -+tools.avrdude.cmd.path=/usr/bin/avrdude -+tools.avrdude.config.path=/etc/avrdude.conf - - tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA - 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 deleted file mode 100644 index 59d796ca5a7a..000000000000 --- a/dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch +++ /dev/null @@ -1,31 +0,0 @@ -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-65-gdbad