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 EF68313835A for ; Thu, 10 Sep 2020 12:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B923E0828; Thu, 10 Sep 2020 12:17:30 +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 E7125E0828 for ; Thu, 10 Sep 2020 12:17:29 +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 8865733FA71 for ; Thu, 10 Sep 2020 12:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6E7B315 for ; Thu, 10 Sep 2020 12:17:26 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1599740125.fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wdisplays/wdisplays-1.0-r2.ebuild gui-apps/wdisplays/wdisplays-9999.ebuild X-VCS-Directories: gui-apps/wdisplays/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2 X-VCS-Branch: dev Date: Thu, 10 Sep 2020 12:17:26 +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: f827b260-c931-4538-8065-104f71d1d1e4 X-Archives-Hash: aaba65ae02350000663d258499f9d1e6 commit: fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2 Author: Matthias Coppens gmail com> AuthorDate: Thu Sep 10 11:43:14 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Thu Sep 10 12:15:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb574fa2 gui-apps/wdisplays: Port patch to 9999 Port patch for version 1.0 to the live ebuild, I thought upstream would've pulled the PR already. Add GitHub link to HOMEPAGE. Fixed style to recommendations for proxy-maint ebuilds. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Matthias Coppens gmail.com> gui-apps/wdisplays/wdisplays-1.0-r2.ebuild | 21 ++++++++++----------- gui-apps/wdisplays/wdisplays-9999.ebuild | 21 +++++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild index f77ab59f..3959f430 100644 --- a/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild +++ b/gui-apps/wdisplays/wdisplays-1.0-r2.ebuild @@ -3,19 +3,18 @@ EAPI=7 -EGIT_REPO_URI="https://github.com/cyclopsian/${PN}" -case "${PV}" in - "9999") - inherit git-r3 - ;; - *) - SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -esac +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git" +else + SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi inherit meson xdg DESCRIPTION="GUI display configurator for wlroots compositors" -HOMEPAGE="https://cyclopsian.github.io/${PN}" +HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays" BDEPEND=" x11-libs/gtk+:3[wayland] @@ -25,4 +24,4 @@ DEPEND="${BDEPEND}" LICENSE="GPL-3+" SLOT="0" -PATCHES=("${FILESDIR}/${P}-pull20.patch") +PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch") diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild index e277e11a..3959f430 100644 --- a/gui-apps/wdisplays/wdisplays-9999.ebuild +++ b/gui-apps/wdisplays/wdisplays-9999.ebuild @@ -3,19 +3,18 @@ EAPI=7 -EGIT_REPO_URI="https://github.com/cyclopsian/${PN}" -case "${PV}" in - "9999") - inherit git-r3 - ;; - *) - SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -esac +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git" +else + SRC_URI="https://github.com/cyclopsian/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi inherit meson xdg DESCRIPTION="GUI display configurator for wlroots compositors" -HOMEPAGE="https://cyclopsian.github.io/${PN}" +HOMEPAGE="https://cyclopsian.github.io/wdisplays https://github.com/cyclopsian/wdisplays" BDEPEND=" x11-libs/gtk+:3[wayland] @@ -24,3 +23,5 @@ DEPEND="${BDEPEND}" LICENSE="GPL-3+" SLOT="0" + +PATCHES=("${FILESDIR}/${PN}-1.0-pull20.patch")