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 5102515800F for ; Mon, 20 Feb 2023 20:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E0CE0ADA; Mon, 20 Feb 2023 20:52:25 +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 71562E0A8D for ; Mon, 20 Feb 2023 20:52: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 924E3340E9C for ; Mon, 20 Feb 2023 20:52:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6A7F8CC for ; Mon, 20 Feb 2023 20:52:20 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1676926311.c2021c28e39ce56cb3cade430e493e32c9d74827.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/xfwm4-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild X-VCS-Directories: x11-themes/xfwm4-themes/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c2021c28e39ce56cb3cade430e493e32c9d74827 X-VCS-Branch: master Date: Mon, 20 Feb 2023 20:52:20 +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: b0fe47cc-9262-4623-a2f5-969f362ffca6 X-Archives-Hash: b2216ca8578647855ff6e97d08abd9f5 commit: c2021c28e39ce56cb3cade430e493e32c9d74827 Author: David Seifert gentoo org> AuthorDate: Mon Feb 20 20:51:51 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 20 20:51:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2021c28 x11-themes/xfwm4-themes: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...hemes-4.10.0-r1.ebuild => xfwm4-themes-4.10.0-r2.ebuild} | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild similarity index 77% rename from x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild rename to x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild index 2ed4112e3948..e11767639f2f 100644 --- a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild +++ b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Additional themes for the Xfce window manager" HOMEPAGE="https://www.xfce.org/projects/" @@ -10,13 +10,6 @@ SRC_URI="https://archive.xfce.org/src/art/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/xfwm4-4.10" -DEPEND="" - RESTRICT="binchecks strip" -pkg_setup() { - DOCS=( AUTHORS ChangeLog README TODO ) -} +RDEPEND=">=xfce-base/xfwm4-4.10"