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 24DA913835A for ; Fri, 12 Mar 2021 20:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB53E0B17; Fri, 12 Mar 2021 20:49:35 +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 65945E0B17 for ; Fri, 12 Mar 2021 20:49:35 +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 7CDD9340A38 for ; Fri, 12 Mar 2021 20:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0C295AA for ; Fri, 12 Mar 2021 20:49:30 +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: <1615582162.948fced20603aa6a5f01fecb8d2e30226f1568c5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/xcursor-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild X-VCS-Directories: x11-themes/xcursor-themes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 948fced20603aa6a5f01fecb8d2e30226f1568c5 X-VCS-Branch: master Date: Fri, 12 Mar 2021 20:49:30 +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: 24c017f8-752e-471d-ac71-18790a75ac34 X-Archives-Hash: 6bc0cbe050e274b1111fa4bedc8a0437 commit: 948fced20603aa6a5f01fecb8d2e30226f1568c5 Author: Aisha Tammy aisha cc> AuthorDate: Thu Feb 4 17:32:08 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 12 20:49:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948fced2 x11-themes/xcursor-themes: move to xorg-3 only need BDEPENDS Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Signed-off-by: Andreas Sturmlechner gentoo.org> ...or-themes-1.0.6.ebuild => xcursor-themes-1.0.6-r1.ebuild} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild similarity index 72% rename from x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild rename to x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild index 73f31c6d4b0..5ee511d9e43 100644 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 XORG_MODULE=data/ -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" +BDEPEND=" + x11-apps/xcursorgen +" RDEPEND=" x11-libs/libX11 x11-libs/libXcursor " -DEPEND="${RDEPEND} - x11-apps/xcursorgen"