From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/lswt/
Date: Sat, 23 Mar 2024 13:16:14 +0000 (UTC) [thread overview]
Message-ID: <1711152567.889fd0b3571bdfa856e42af68cf827e0a8c7e674.julien@gentoo> (raw)
commit: 889fd0b3571bdfa856e42af68cf827e0a8c7e674
Author: Ben Buhse <me <AT> benbuhse <DOT> com>
AuthorDate: Sat Mar 23 00:09:27 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Mar 23 00:09:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=889fd0b3
gui-apps/lswt: add 9999
Signed-off-by: Ben Buhse <me <AT> benbuhse.com>
gui-apps/lswt/lswt-1.0.4.ebuild | 11 ++++++++---
gui-apps/lswt/{lswt-1.0.4.ebuild => lswt-9999.ebuild} | 11 ++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/gui-apps/lswt/lswt-1.0.4.ebuild b/gui-apps/lswt/lswt-1.0.4.ebuild
index 5b54e25b05..083438fff0 100644
--- a/gui-apps/lswt/lswt-1.0.4.ebuild
+++ b/gui-apps/lswt/lswt-1.0.4.ebuild
@@ -5,13 +5,18 @@ EAPI=8
DESCRIPTION="List Wayland toplevels"
HOMEPAGE="https://git.sr.ht/~leon_plickat/lswt/"
-SRC_URI="https://git.sr.ht/~leon_plickat/lswt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-v${PV}"
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/lswt"
+else
+ SRC_URI="https://git.sr.ht/~leon_plickat/lswt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64"
+fi
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
DEPEND="dev-libs/wayland"
RDEPEND="${DEPEND}"
diff --git a/gui-apps/lswt/lswt-1.0.4.ebuild b/gui-apps/lswt/lswt-9999.ebuild
similarity index 65%
copy from gui-apps/lswt/lswt-1.0.4.ebuild
copy to gui-apps/lswt/lswt-9999.ebuild
index 5b54e25b05..083438fff0 100644
--- a/gui-apps/lswt/lswt-1.0.4.ebuild
+++ b/gui-apps/lswt/lswt-9999.ebuild
@@ -5,13 +5,18 @@ EAPI=8
DESCRIPTION="List Wayland toplevels"
HOMEPAGE="https://git.sr.ht/~leon_plickat/lswt/"
-SRC_URI="https://git.sr.ht/~leon_plickat/lswt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-v${PV}"
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/lswt"
+else
+ SRC_URI="https://git.sr.ht/~leon_plickat/lswt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64"
+fi
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
DEPEND="dev-libs/wayland"
RDEPEND="${DEPEND}"
next reply other threads:[~2024-03-23 13:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-23 13:16 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 0:43 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/lswt/ Julien Roy
2024-03-22 21:28 Julien Roy
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=1711152567.889fd0b3571bdfa856e42af68cf827e0a8c7e674.julien@gentoo \
--to=julien@jroy.ca \
--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