public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/
Date: Thu, 10 Sep 2020 12:17:26 +0000 (UTC)	[thread overview]
Message-ID: <1599740125.fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2.coppens.matthias@gentoo> (raw)

commit:     fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Thu Sep 10 11:43:14 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> 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 <coppens.matthias.abc <AT> 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")


             reply	other threads:[~2020-09-10 12:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-10 12:17 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:15 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/ Joe Kappus
2024-05-25 12:05 Joe Kappus
2021-05-15 14:19 Matthias Coppens
2021-05-04 16:12 Haelwenn Monnier
2021-03-10 12:38 Aisha Tammy
2021-03-10 12:38 Aisha Tammy
2020-06-30 20:23 Matthias Coppens
2020-06-29 20:53 Matthias Coppens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599740125.fb574fa21e6a0c2ff3cdca7313c6b7ca431507c2.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox