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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EA2A138334 for ; Wed, 3 Apr 2019 20:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E6CBE099B; Wed, 3 Apr 2019 20:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31391E099B for ; Wed, 3 Apr 2019 20:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9DCE335CB7 for ; Wed, 3 Apr 2019 20:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30655570 for ; Wed, 3 Apr 2019 20:27:35 +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: <1554323240.3546ecd8dbf2f207361334b7b41b9b9c708be632.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: 3546ecd8dbf2f207361334b7b41b9b9c708be632 X-VCS-Branch: master Date: Wed, 3 Apr 2019 20:27:35 +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: 33f0ed2f-d3dd-43f2-b806-279871e7b2cf X-Archives-Hash: 4c3fc7f092de6ffa69acad62f46e1caa commit: 3546ecd8dbf2f207361334b7b41b9b9c708be632 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 3 19:43:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 3 20:27:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3546ecd8 x11-themes/oxygen-gtk: EAPI-7 bump, fix HOMEPAGE Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/oxygen-gtk/oxygen-gtk-1.4.1-r1.ebuild | 15 ++++++--------- x11-themes/oxygen-gtk/oxygen-gtk-1.4.6-r1.ebuild | 15 ++++++--------- 2 files changed, 12 insertions(+), 18 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 757eb755341..803e8e61400 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,15 +1,14 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_PN=${PN}3 MY_P=${MY_PN}-${PV} - inherit cmake-multilib DESCRIPTION="Official GTK+:3 port of KDE's Oxygen widget style" -HOMEPAGE="https://store.kde.org/content/show.php/?content=136216" +HOMEPAGE="https://store.kde.org/p/1005553/" SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" @@ -17,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86" SLOT="3" IUSE="debug" -COMMON_DEPEND=" +BDEPEND="virtual/pkgconfig" +DEPEND=" dev-libs/dbus-glib[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}] x11-libs/cairo[${MULTILIB_USEDEP}] @@ -26,10 +26,7 @@ COMMON_DEPEND=" x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/pango[${MULTILIB_USEDEP}] " -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !x11-themes/oxygen-gtk:0 " 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 9c643ec4e76..9b9e4ced8f7 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,15 +1,14 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_PN=${PN}2 MY_P=${MY_PN}-${PV} - inherit cmake-multilib DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style" -HOMEPAGE="https://store.kde.org/content/show.php/?content=136216" +HOMEPAGE="https://store.kde.org/p/1005553/" SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" @@ -17,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86" SLOT="2" IUSE="debug" -COMMON_DEPEND=" +BDEPEND="virtual/pkgconfig" +DEPEND=" dev-libs/dbus-glib[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}] x11-libs/cairo[${MULTILIB_USEDEP}] @@ -26,10 +26,7 @@ COMMON_DEPEND=" x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/pango[${MULTILIB_USEDEP}] " -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !x11-themes/oxygen-gtk:0 "