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 86DDF15800F for ; Fri, 3 Feb 2023 05:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C42AE0855; Fri, 3 Feb 2023 05:11:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 16FEBE0855 for ; Fri, 3 Feb 2023 05:11:16 +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 66DF433E690 for ; Fri, 3 Feb 2023 05:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E06198B8 for ; Fri, 3 Feb 2023 05:11:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1675401025.075c98946a93f58df883864d899c3fa9837d2e99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gkrellm-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gkrellm-themes/gkrellm-themes-0.1-r1.ebuild x11-themes/gkrellm-themes/gkrellm-themes-0.1-r2.ebuild X-VCS-Directories: x11-themes/gkrellm-themes/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 075c98946a93f58df883864d899c3fa9837d2e99 X-VCS-Branch: master Date: Fri, 3 Feb 2023 05:11:10 +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: 00efebe2-534c-470d-8857-1056e00b9fcd X-Archives-Hash: 91d929fbb4dd478b7fcd9229e3704200 commit: 075c98946a93f58df883864d899c3fa9837d2e99 Author: Sam James gentoo org> AuthorDate: Fri Feb 3 05:05:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 3 05:10:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075c9894 x11-themes/gkrellm-themes: EAPI 8 Bug: https://bugs.gentoo.org/892251 Signed-off-by: Sam James gentoo.org> .../{gkrellm-themes-0.1-r1.ebuild => gkrellm-themes-0.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/gkrellm-themes/gkrellm-themes-0.1-r1.ebuild b/x11-themes/gkrellm-themes/gkrellm-themes-0.1-r2.ebuild similarity index 93% rename from x11-themes/gkrellm-themes/gkrellm-themes-0.1-r1.ebuild rename to x11-themes/gkrellm-themes/gkrellm-themes-0.1-r2.ebuild index 58a713703525..422b1358786e 100644 --- a/x11-themes/gkrellm-themes/gkrellm-themes-0.1-r1.ebuild +++ b/x11-themes/gkrellm-themes/gkrellm-themes-0.1-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A pack of ~200 themes for GKrellM" HOMEPAGE="http://www.muhri.net/gkrellm/"