public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
Date: Wed, 25 Sep 2024 02:32:38 +0000 (UTC)	[thread overview]
Message-ID: <1727231551.367a333f8f911be67f8f4e42d51648e387fd3459.mattst88@gentoo> (raw)

commit:     367a333f8f911be67f8f4e42d51648e387fd3459
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 02:20:09 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 02:32:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367a333f

x11-apps/xisxwayland: Use xorg-3.eclass

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xisxwayland/xisxwayland-2.ebuild    | 25 ++++++++++---------------
 x11-apps/xisxwayland/xisxwayland-9999.ebuild | 27 +++++++++++----------------
 2 files changed, 21 insertions(+), 31 deletions(-)

diff --git a/x11-apps/xisxwayland/xisxwayland-2.ebuild b/x11-apps/xisxwayland/xisxwayland-2.ebuild
index c82f6bbc37cd..ea94facec6af 100644
--- a/x11-apps/xisxwayland/xisxwayland-2.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-2.ebuild
@@ -1,29 +1,24 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+XORG_TARBALL_SUFFIX="xz"
 
-if [[ ${PV} = 9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
-fi
-
-inherit ${GIT_ECLASS} meson
+inherit xorg-3 meson
 
-DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
-HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
-if [[ ${PV} = 9999* ]]; then
-	SRC_URI=""
-else
+if [[ ${PV} != *9999* ]]; then
 	KEYWORDS="amd64 ~loong"
-	SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
 fi
 
-LICENSE="MIT"
-SLOT="0"
+DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
 
 RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXrandr"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
+
+# Override xorg-3's src_prepare
+src_prepare() {
+	default
+}

diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
index c7f9d5034c09..ea94facec6af 100644
--- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
@@ -1,29 +1,24 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+XORG_TARBALL_SUFFIX="xz"
 
-if [[ ${PV} = 9999* ]]; then
-	GIT_ECLASS="git-r3"
-	EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
-fi
-
-inherit ${GIT_ECLASS} meson
+inherit xorg-3 meson
 
-DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
-HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
-if [[ ${PV} = 9999* ]]; then
-	SRC_URI=""
-else
-	KEYWORDS="~amd64 ~loong"
-	SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
+if [[ ${PV} != *9999* ]]; then
+	KEYWORDS="amd64 ~loong"
 fi
 
-LICENSE="MIT"
-SLOT="0"
+DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
 
 RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXrandr"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
+
+# Override xorg-3's src_prepare
+src_prepare() {
+	default
+}


             reply	other threads:[~2024-09-25  2:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-25  2:32 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-25  7:07 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/ WANG Xuerui
2022-08-25  7:07 WANG Xuerui
2022-08-24 14:14 Matt Turner
2022-08-24 14:14 Matt Turner
2020-06-15 15:00 Agostino Sarubbo
2020-05-22  2:16 Matt Turner
2020-05-20 17:44 Matt Turner

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=1727231551.367a333f8f911be67f8f4e42d51648e387fd3459.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --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