From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3950515802E for ; Sat, 29 Jun 2024 13:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169B12BC07E; Sat, 29 Jun 2024 13:31:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBD202BC07E for ; Sat, 29 Jun 2024 13:31:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A995F33EB78 for ; Sat, 29 Jun 2024 13:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6B511218 for ; Sat, 29 Jun 2024 13:31:22 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1719667866.c0176deb7759782815761a5896e308b66ad206d5.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/arduino/arduino-1.8.19.ebuild X-VCS-Directories: dev-embedded/arduino/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c0176deb7759782815761a5896e308b66ad206d5 X-VCS-Branch: master Date: Sat, 29 Jun 2024 13:31:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d82a55d-5085-49d1-85b7-a39748e40d28 X-Archives-Hash: 0cbcbaadf85e24ab72de44b7970ad610 commit: c0176deb7759782815761a5896e308b66ad206d5 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Jun 16 08:09:13 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Jun 29 13:31:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0176deb dev-embedded/arduino: update HOMEPAGE Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Viorel Munteanu gentoo.org> dev-embedded/arduino/arduino-1.8.19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-embedded/arduino/arduino-1.8.19.ebuild b/dev-embedded/arduino/arduino-1.8.19.ebuild index 00bad17d94bd..4dd3c76f3613 100644 --- a/dev-embedded/arduino/arduino-1.8.19.ebuild +++ b/dev-embedded/arduino/arduino-1.8.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit java-pkg-2 java-ant-2 desktop xdg-utils DESCRIPTION="An open-source AVR electronics prototyping platform" -HOMEPAGE="https://arduino.cc/ https://github.com/arduino/" +HOMEPAGE="https://www.arduino.cc/ https://github.com/arduino/" AVR_VERSION="1.8.3" EXAMPLES_VERSION="1.9.1" @@ -15,7 +15,7 @@ PLUGIN_VERSION="0.12.0" SRC_URI="https://github.com/arduino/Arduino/archive/${PV}.tar.gz -> ${P}.tar.gz https://downloads.arduino.cc/cores/avr-${AVR_VERSION}.tar.bz2 -> ${PN}-avr-${AVR_VERSION}.tar.bz2 https://github.com/arduino/arduino-examples/archive/refs/tags/${EXAMPLES_VERSION}.zip -> ${PN}-examples-${EXAMPLES_VERSION}.zip - https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v${PLUGIN_VERSION}/WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip -> ${PN}-WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip + https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/releases/download/v${PLUGIN_VERSION}/WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip -> ${PN}-WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip " LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"