diff options
| author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-07 21:10:40 +0200 |
|---|---|---|
| committer | Stephan Hartmann <sultan@gentoo.org> | 2020-09-09 20:25:08 +0200 |
| commit | 59f83e4a05fb899f95a296cdfe5c2954050969d2 (patch) | |
| tree | 03e9b4ddfb9ecebd8476ff36cc0f95a40ded0429 /dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch | |
| parent | aeeb7079644b9eed2c381a3f4f27fb7033ca47a1 (diff) | |
| download | gentoo-59f83e4a05fb899f95a296cdfe5c2954050969d2.tar.gz gentoo-59f83e4a05fb899f95a296cdfe5c2954050969d2.tar.bz2 gentoo-59f83e4a05fb899f95a296cdfe5c2954050969d2.zip | |
dev-embedded/arduino: remove unused patches
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17457
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch')
| -rw-r--r-- | dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch | 31 |
1 files changed, 0 insertions, 31 deletions
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 @@ - </chmod> - </target> - -- <target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch"> -+ <target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch" if="never"> - <antcall target="unzip"> - <param name="archive_file" value="./libastylej-2.05.1-3.zip" /> - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-3.zip" /> -@@ -666,7 +666,7 @@ - - </target> - -- <target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM"> -+ <target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM" if="never"> - <antcall target="unzip"> - <param name="archive_file" value="./libastylej-2.05.1-3.zip" /> - <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-3.zip" /> -@@ -1186,7 +1186,7 @@ - depends="linux-clean, windows-clean, macosx-clean, subprojects-clean"> - </target> - -- <target name="avr-toolchain-bundle" unless="light_bundle"> -+ <target name="avr-toolchain-bundle" if="never"> - <!-- Unzip AVR tools --> - <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tmp/gcc"/> - |
