From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1705167-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E8C315800A for <garchives@archives.gentoo.org>; Fri, 03 Jan 2025 00:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A48E0866; Fri, 03 Jan 2025 00:59:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DEDBE0866 for <gentoo-commits@lists.gentoo.org>; Fri, 03 Jan 2025 00:59:09 +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 8B84033BE3B for <gentoo-commits@lists.gentoo.org>; Fri, 03 Jan 2025 00:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89617AED for <gentoo-commits@lists.gentoo.org>; Fri, 03 Jan 2025 00:59:06 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1735865920.d4c6bbd84b8380a1baba220e0a7f2bdfe4318137.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avr-libc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/avr-libc/avr-libc-2.1.0.ebuild X-VCS-Directories: dev-embedded/avr-libc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4c6bbd84b8380a1baba220e0a7f2bdfe4318137 X-VCS-Branch: master Date: Fri, 03 Jan 2025 00:59:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ebd2701-6380-4666-924f-cc650f3365c2 X-Archives-Hash: 034cb38218bb7c63356da5c0f2bd58b2 commit: d4c6bbd84b8380a1baba220e0a7f2bdfe4318137 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 23:51:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 00:58:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c6bbd8 dev-embedded/avr-libc: HTTPSify HOMEPAGE Signed-off-by: Sam James <sam <AT> gentoo.org> dev-embedded/avr-libc/avr-libc-2.1.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild b/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild index af637bbc7ebc..46b7dfddf19c 100644 --- a/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild +++ b/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,9 +9,11 @@ CTARGET="avr" inherit flag-o-matic DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2" +HOMEPAGE="https://www.nongnu.org/avr-libc/" +SRC_URI=" + https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 + https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2 +" LICENSE="BSD" SLOT="0"