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 411A7158094 for ; Fri, 23 Sep 2022 20:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11550E0DCA; Fri, 23 Sep 2022 20:07:42 +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 EBBA9E0DCA for ; Fri, 23 Sep 2022 20:07:41 +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 7ED51341052 for ; Fri, 23 Sep 2022 20:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466815F9 for ; Fri, 23 Sep 2022 20:07:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663963635.98ca5e1345e2e899a576d5fcb4683664f5024787.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/oxygen-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild X-VCS-Directories: media-fonts/oxygen-fonts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98ca5e1345e2e899a576d5fcb4683664f5024787 X-VCS-Branch: master Date: Fri, 23 Sep 2022 20:07:38 +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: 7d6a3b97-d81a-4f39-8a2d-3128d3f3a8ef X-Archives-Hash: 322909374d0d72bbbf7c985c0cc5beab commit: 98ca5e1345e2e899a576d5fcb4683664f5024787 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 23 19:53:31 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 23 20:07:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ca5e13 media-fonts/oxygen-fonts: update EAPI 7 -> 8, update SRC_URI Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild index 3e70dd2aa7a8..39afe78e437b 100644 --- a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild +++ b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake font kde.org xdg-utils DESCRIPTION="Desktop/GUI font family for integrated use with the KDE Plasma desktop" HOMEPAGE="https://invent.kde.org/unmaintained/oxygen-fonts" -SRC_URI="mirror://kde/unstable/plasma/$(ver_cut 1-3)/${P}.tar.xz" +SRC_URI="mirror://kde/Attic/plasma/${PV}/${P}.tar.xz" LICENSE="OFL-1.1" SLOT="5"