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 EEF51158451 for ; Sat, 13 Jan 2024 13:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C7FE2A38; Sat, 13 Jan 2024 13:09:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77363E2A38 for ; Sat, 13 Jan 2024 13:09:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82DB6343198 for ; Sat, 13 Jan 2024 13:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0728613AA for ; Sat, 13 Jan 2024 13:09:25 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1705151337.ab05de83a988f2a7983ca9dd1dc9e57efed2a24e.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/fontawesome/fontawesome-9999.ebuild X-VCS-Directories: media-fonts/fontawesome/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ab05de83a988f2a7983ca9dd1dc9e57efed2a24e X-VCS-Branch: master Date: Sat, 13 Jan 2024 13:09:25 +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: ed640354-fc15-4ba3-9efc-7632873d8e28 X-Archives-Hash: 19824772c7f1901f6c570756404969a5 commit: ab05de83a988f2a7983ca9dd1dc9e57efed2a24e Author: Alfred Wingate protonmail com> AuthorDate: Wed Dec 20 12:07:09 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Jan 13 13:08:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05de83 media-fonts/fontawesome: update live ebuild Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Florian Schmaus gentoo.org> media-fonts/fontawesome/fontawesome-9999.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-fonts/fontawesome/fontawesome-9999.ebuild b/media-fonts/fontawesome/fontawesome-9999.ebuild index efd5097148f5..e81a305a0785 100644 --- a/media-fonts/fontawesome/fontawesome-9999.ebuild +++ b/media-fonts/fontawesome/fontawesome-9999.ebuild @@ -1,24 +1,23 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -MY_PN="Font-Awesome" inherit font DESCRIPTION="The iconic font" HOMEPAGE="https://fontawesome.com" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git" + EGIT_REPO_URI="https://github.com/FortAwesome/Font-Awesome.git" else - SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" + SRC_URI="https://github.com/FortAwesome/Font-Awesome/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + S="${WORKDIR}/Font-Awesome-${PV}" fi LICENSE="CC-BY-4.0 OFL-1.1" -SLOT="0/5" +SLOT="0/6" IUSE="+otf ttf" REQUIRED_USE="|| ( otf ttf )"