* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2020-05-20 17:44 Matt Turner
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2020-05-20 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 1739fd23bf2fa5d49730ecb997f0e353c213a650
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 17:32:23 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 20 17:43:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1739fd23
x11-apps/xisxwayland: New package
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xisxwayland/Manifest | 1 +
x11-apps/xisxwayland/metadata.xml | 8 ++++++++
x11-apps/xisxwayland/xisxwayland-1.ebuild | 24 ++++++++++++++++++++++++
x11-apps/xisxwayland/xisxwayland-9999.ebuild | 24 ++++++++++++++++++++++++
4 files changed, 57 insertions(+)
diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest
new file mode 100644
index 00000000000..b38a23609e7
--- /dev/null
+++ b/x11-apps/xisxwayland/Manifest
@@ -0,0 +1 @@
+DIST xisxwayland-1.tar.xz 4168 BLAKE2B a8e4a658427f5b03e3d05b25772c4f136c13be47a68619a6beab3db72a70e836e495fcbc8a19d5f9347f3336a1dc9b353f483fb75e47ebfdbb9b8409e63444f0 SHA512 9514442313cff4df0c71fed445ba0e3fe52f3c84ebbec81725a590f68cc42ea01ac96b23736a0108fe206da3aee48434c5c30d1c58905bfc75db35205c288bca
diff --git a/x11-apps/xisxwayland/metadata.xml b/x11-apps/xisxwayland/metadata.xml
new file mode 100644
index 00000000000..e943b72b8a4
--- /dev/null
+++ b/x11-apps/xisxwayland/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
new file mode 100644
index 00000000000..13f4c99748f
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = 9999* ]]; then
+ GIT_ECLASS="git-r3"
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
+fi
+
+inherit ${GIT_ECLASS} 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"
+ SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
new file mode 100644
index 00000000000..13f4c99748f
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = 9999* ]]; then
+ GIT_ECLASS="git-r3"
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
+fi
+
+inherit ${GIT_ECLASS} 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"
+ SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2020-05-22 2:16 Matt Turner
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2020-05-22 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 66a5da35478de9a1edb0866201528523910548a6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 02:13:12 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 22 02:15:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a5da35
x11-apps/xisxwayland: Fix dependencies
Closes: https://bugs.gentoo.org/724490
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xisxwayland/xisxwayland-1.ebuild | 6 ++++++
x11-apps/xisxwayland/xisxwayland-9999.ebuild | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
index 13f4c99748f..9ecc6cb03fe 100644
--- a/x11-apps/xisxwayland/xisxwayland-1.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
@@ -22,3 +22,9 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
index 13f4c99748f..9ecc6cb03fe 100644
--- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
@@ -22,3 +22,9 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2020-06-15 15:00 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 0d32611c990a5668e7f6ce31bb0701f4c13fe7ca
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 14:59:04 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 14:59:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d32611c
x11-apps/xisxwayland: amd64 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-apps/xisxwayland/xisxwayland-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
index 9ecc6cb03fe..804cb52d3fb 100644
--- a/x11-apps/xisxwayland/xisxwayland-1.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
if [[ ${PV} = 9999* ]]; then
SRC_URI=""
else
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
fi
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2022-08-24 14:14 Matt Turner
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2022-08-24 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 8c82714f7c5a4803039aa05717d10143c125aaa5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 14:06:47 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 14:08:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c82714f
x11-apps/xisxwayland: Version bump to 2
Closes: https://bugs.gentoo.org/864136
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xisxwayland/Manifest | 1 +
x11-apps/xisxwayland/xisxwayland-2.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest
index b38a23609e7c..471cf332ef8b 100644
--- a/x11-apps/xisxwayland/Manifest
+++ b/x11-apps/xisxwayland/Manifest
@@ -1 +1,2 @@
DIST xisxwayland-1.tar.xz 4168 BLAKE2B a8e4a658427f5b03e3d05b25772c4f136c13be47a68619a6beab3db72a70e836e495fcbc8a19d5f9347f3336a1dc9b353f483fb75e47ebfdbb9b8409e63444f0 SHA512 9514442313cff4df0c71fed445ba0e3fe52f3c84ebbec81725a590f68cc42ea01ac96b23736a0108fe206da3aee48434c5c30d1c58905bfc75db35205c288bca
+DIST xisxwayland-2.tar.xz 5220 BLAKE2B 47bd626ad2cbeb5b0e114a4f603858c82f4f870f16de038bcadd3010f90e140fb8a3b0531e4102da7527c49bcc6bae6039aa6b42c6182da80467d5a3f040b817 SHA512 b89e19c85a5cd7e62a52e22772f80f03bfea069e31412ca11ac38174c4a2994be559e9d5fb49e6d1921b3f1b06ee71b50ede48990a1e7804a96207b08fc7827f
diff --git a/x11-apps/xisxwayland/xisxwayland-2.ebuild b/x11-apps/xisxwayland/xisxwayland-2.ebuild
new file mode 100644
index 000000000000..aaa53f42f155
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} = 9999* ]]; then
+ GIT_ECLASS="git-r3"
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
+fi
+
+inherit ${GIT_ECLASS} 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"
+ SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2022-08-24 14:14 Matt Turner
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2022-08-24 14:14 UTC (permalink / raw
To: gentoo-commits
commit: cfa9c314548364dde2307760fec6f40b7cfb7ab2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 14:07:42 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 14:08:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa9c314
x11-apps/xisxwayland: Bump to EAPI=8
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xisxwayland/xisxwayland-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
index 9ecc6cb03fe4..aaa53f42f155 100644
--- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
@@ -21,7 +21,6 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE=""
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2022-08-25 7:07 WANG Xuerui
0 siblings, 0 replies; 8+ messages in thread
From: WANG Xuerui @ 2022-08-25 7:07 UTC (permalink / raw
To: gentoo-commits
commit: b16df6346f1f4901d05fea2fbd09d0737a41849a
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 06:49:19 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 06:49:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16df634
x11-apps/xisxwayland: keyword 2 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
x11-apps/xisxwayland/xisxwayland-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xisxwayland/xisxwayland-2.ebuild b/x11-apps/xisxwayland/xisxwayland-2.ebuild
index aaa53f42f155..c7f9d5034c09 100644
--- a/x11-apps/xisxwayland/xisxwayland-2.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
if [[ ${PV} = 9999* ]]; then
SRC_URI=""
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~loong"
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
fi
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2022-08-25 7:07 WANG Xuerui
0 siblings, 0 replies; 8+ messages in thread
From: WANG Xuerui @ 2022-08-25 7:07 UTC (permalink / raw
To: gentoo-commits
commit: eec626322f03a419fbca33e8cddb8f266bae1c32
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 06:49:24 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 06:49:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec62632
x11-apps/xisxwayland: forward ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
x11-apps/xisxwayland/xisxwayland-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
index aaa53f42f155..c7f9d5034c09 100644
--- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
if [[ ${PV} = 9999* ]]; then
SRC_URI=""
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~loong"
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
fi
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
@ 2024-09-25 2:32 Matt Turner
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2024-09-25 2:32 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-09-25 2:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-20 17:44 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2020-05-22 2:16 Matt Turner
2020-06-15 15:00 Agostino Sarubbo
2022-08-24 14:14 Matt Turner
2022-08-24 14:14 Matt Turner
2022-08-25 7:07 WANG Xuerui
2022-08-25 7:07 WANG Xuerui
2024-09-25 2:32 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox