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 BEF6D158088 for ; Sat, 15 Jan 2022 13:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F6452BC01C; Sat, 15 Jan 2022 13:23: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB9C92BC01E for ; Sat, 15 Jan 2022 13:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94771343537 for ; Sat, 15 Jan 2022 13:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1978321E for ; Sat, 15 Jan 2022 13:23:22 +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: <1642252937.2b5890e83c87fca4de755fbb33b0965f49a1737c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/oxygen-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild X-VCS-Directories: x11-themes/oxygen-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b5890e83c87fca4de755fbb33b0965f49a1737c X-VCS-Branch: master Date: Sat, 15 Jan 2022 13:23:22 +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: d313d7ec-c816-4457-ae1d-e9ab0a4b7d80 X-Archives-Hash: d6889429bdb89246fd0ff158fe659f28 commit: 2b5890e83c87fca4de755fbb33b0965f49a1737c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 12:21:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 13:22:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5890e8 x11-themes/oxygen-gtk: EAPI-8 bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild | 13 +++++-------- x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild index 8f1e41d55b76..c521d8ddc331 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_ECLASS=cmake MY_PN=${PN}3 MY_P=${MY_PN}-${PV} inherit cmake-multilib @@ -11,13 +10,12 @@ inherit cmake-multilib DESCRIPTION="Official GTK+:3 port of KDE's Oxygen widget style" HOMEPAGE="https://store.kde.org/p/1005553/" SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~ppc x86" SLOT="3" -IUSE="debug" +KEYWORDS="amd64 ~ppc x86" -BDEPEND="virtual/pkgconfig" DEPEND=" dev-libs/dbus-glib[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}] @@ -30,6 +28,7 @@ DEPEND=" RDEPEND="${DEPEND} !x11-themes/oxygen-gtk:0 " +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}-gtk-3.14.patch" @@ -37,8 +36,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.4.6-tabstyle.patch" ) -S=${WORKDIR}/${MY_P} - multilib_src_configure() { if ! multilib_is_native_abi; then local mycmakeargs=( diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild index deac2e20f0e3..c10ba3f64989 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_ECLASS=cmake MY_PN=${PN}2 MY_P=${MY_PN}-${PV} inherit cmake-multilib @@ -11,13 +10,12 @@ inherit cmake-multilib DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style" HOMEPAGE="https://store.kde.org/p/1005553/" SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~ppc x86" SLOT="2" -IUSE="debug" +KEYWORDS="amd64 ~ppc x86" -BDEPEND="virtual/pkgconfig" DEPEND=" dev-libs/dbus-glib[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}] @@ -30,6 +28,7 @@ DEPEND=" RDEPEND="${DEPEND} !x11-themes/oxygen-gtk:0 " +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${P}-xul.patch" @@ -40,8 +39,6 @@ PATCHES=( "${FILESDIR}/${P}-tabstyle.patch" ) -S=${WORKDIR}/${MY_P} - multilib_src_configure() { if ! multilib_is_native_abi; then local mycmakeargs=(