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 E4A41138359 for ; Mon, 14 Sep 2020 01:52:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25EC7E0C9F; Mon, 14 Sep 2020 01:52:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 09AF3E0C89 for ; Mon, 14 Sep 2020 01:52:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BD7D7335DC6 for ; Mon, 14 Sep 2020 01:52:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DADB2EE for ; Mon, 14 Sep 2020 01:52:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600048363.ea69e24ce5d887004269e25c7d8d73b23ceebb6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild gui-apps/gtkgreet/gtkgreet-0.6.ebuild gui-apps/gtkgreet/gtkgreet-9999.ebuild X-VCS-Directories: gui-apps/gtkgreet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea69e24ce5d887004269e25c7d8d73b23ceebb6b X-VCS-Branch: master Date: Mon, 14 Sep 2020 01:52:55 +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: 6391d607-fc24-4e21-bff2-c83a5780d05a X-Archives-Hash: 35cf622f9cdc60c0f98a287d913683c9 commit: ea69e24ce5d887004269e25c7d8d73b23ceebb6b Author: Kirill Chibisov kchibisov com> AuthorDate: Tue Sep 1 14:45:37 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 14 01:52:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea69e24c gui-apps/gtkgreet: various fixes This commit fixes the git url for live ebuild, since the one that was there before was giving 404, and it also makes 'gtk-layer-shell' optional via existing 'layershell' use flag. Signed-off-by: Kirill Chibisov kchibisov.com> Package-Manager: Portage-3.0.5, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/17360 Signed-off-by: Sam James gentoo.org> gui-apps/gtkgreet/{gtkgreet-0.6.ebuild => gtkgreet-0.6-r1.ebuild} | 7 ++++--- gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild similarity index 74% rename from gui-apps/gtkgreet/gtkgreet-0.6.ebuild rename to gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild index 9bd30fd0243..8cbbbaaad70 100644 --- a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild @@ -10,9 +10,10 @@ inherit meson if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git" + EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet" else - SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz" + MY_PV=${PV/_rc/-rc} + SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" fi @@ -22,7 +23,7 @@ IUSE="+layershell +man" DEPEND=" dev-libs/json-c:= - gui-libs/gtk-layer-shell + layershell? ( gui-libs/gtk-layer-shell ) x11-libs/gtk+:3 " RDEPEND=" diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild index 9bd30fd0243..bc41aaec11f 100644 --- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild @@ -10,7 +10,7 @@ inherit meson if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git" + EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet" else SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" @@ -22,7 +22,7 @@ IUSE="+layershell +man" DEPEND=" dev-libs/json-c:= - gui-libs/gtk-layer-shell + layershell? ( gui-libs/gtk-layer-shell ) x11-libs/gtk+:3 " RDEPEND="