commit:     6ae95bc7958181b2a6d9b0465085a1f163276b7a
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 31 12:42:18 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 13:13:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae95bc7

dev-embedded/arduino-builder: drop 1.5.4-r1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../arduino-builder-1.5.4-r1.ebuild                | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-embedded/arduino-builder/arduino-builder-1.5.4-r1.ebuild 
b/dev-embedded/arduino-builder/arduino-builder-1.5.4-r1.ebuild
deleted file mode 100644
index ad9d76328ac0..000000000000
--- a/dev-embedded/arduino-builder/arduino-builder-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-DESCRIPTION="A command line tool for compiling Arduino sketches"
-HOMEPAGE="https://github.com/arduino/arduino-builder";
-SRC_URI="https://github.com/arduino/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-devel/crossdev
-       dev-embedded/avrdude
-       dev-embedded/arduino-ctags"
-
-src_compile() {
-       GOBIN="${S}"/bin go install . || die
-}
-
-src_install() {
-       dobin bin/arduino-builder
-       # In addition to the binary, we also want to install these two files 
below. They are needed by
-       # the dev-embedded/arduino which copies those files in its "hardware" 
folder.
-       insinto "/usr/share/${PN}"
-       doins hardware/platform.keys.rewrite.txt
-       doins "${FILESDIR}/platform.txt"
-}
-
-pkg_postinst() {
-       [ ! -x /usr/bin/avr-gcc ] && ewarn "Missing avr-gcc; you need to 
crossdev -s4 avr"
-}

Reply via email to