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 E995415800F for ; Mon, 20 Feb 2023 20:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13329E0A7C; 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 E95D2E0A7C for ; Mon, 20 Feb 2023 20:52:24 +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 087D8340E53 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 A18CD8C9 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: <1676926309.c42500db57fe7023c61ada6fec2d5afaa350b54a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild X-VCS-Directories: x11-themes/vertex-theme/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c42500db57fe7023c61ada6fec2d5afaa350b54a 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: 71995ec4-d3b2-448b-9c4f-a951d25b3ecd X-Archives-Hash: 806bb6ae98872db5a5ab680108204b40 commit: c42500db57fe7023c61ada6fec2d5afaa350b54a Author: David Seifert gentoo org> AuthorDate: Mon Feb 20 20:51:49 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 20 20:51:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42500db x11-themes/vertex-theme: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...me-20170128-r1.ebuild => vertex-theme-20170128-r2.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild similarity index 88% rename from x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild rename to x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild index ac632614a9fc..c116134a4cd2 100644 --- a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild +++ b/x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools DESCRIPTION="Vertex theme for GTK+ based desktops" HOMEPAGE="https://github.com/horst3180/vertex-theme" SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" @@ -17,11 +18,8 @@ RDEPEND=" x11-themes/gnome-themes-standard x11-themes/gtk-engines-murrine cinnamon? ( >=x11-libs/gtk+-3.22:3 ) - gnome-shell? ( >=x11-libs/gtk+-3.22:3 ) -" -DEPEND=" - virtual/pkgconfig -" + gnome-shell? ( >=x11-libs/gtk+-3.22:3 )" +BDEPEND="virtual/pkgconfig" PATCHES=( # Do not let configure try to figure out gtk+:3 version installed