[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

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

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

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xisxwayland/xisxwayland-2.ebuild| 25 ++---
 x11-apps/xisxwayland/xisxwayland-.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} = * ]]; 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} = * ]]; then
-   SRC_URI=""
-else
+if [[ ${PV} != ** ]]; 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-.ebuild 
b/x11-apps/xisxwayland/xisxwayland-.ebuild
index c7f9d5034c09..ea94facec6af 100644
--- a/x11-apps/xisxwayland/xisxwayland-.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-.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} = * ]]; 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} = * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~loong"
-   
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz";
+if [[ ${PV} != ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2022-08-25 Thread WANG Xuerui
commit: b16df6346f1f4901d05fea2fbd09d0737a41849a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Aug 25 06:49:19 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Aug 25 06:49:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16df634

x11-apps/xisxwayland: keyword 2 for ~loong

Signed-off-by: WANG Xuerui  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} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~loong"

SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz";
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2022-08-25 Thread WANG Xuerui
commit: eec626322f03a419fbca33e8cddb8f266bae1c32
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Aug 25 06:49:24 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Aug 25 06:49:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec62632

x11-apps/xisxwayland: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 x11-apps/xisxwayland/xisxwayland-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xisxwayland/xisxwayland-.ebuild 
b/x11-apps/xisxwayland/xisxwayland-.ebuild
index aaa53f42f155..c7f9d5034c09 100644
--- a/x11-apps/xisxwayland/xisxwayland-.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland";
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~loong"

SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz";
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2022-08-24 Thread Matt Turner
commit: cfa9c314548364dde2307760fec6f40b7cfb7ab2
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 24 14:07:42 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 24 14:08:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa9c314

x11-apps/xisxwayland: Bump to EAPI=8

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xisxwayland/xisxwayland-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-apps/xisxwayland/xisxwayland-.ebuild 
b/x11-apps/xisxwayland/xisxwayland-.ebuild
index 9ecc6cb03fe4..aaa53f42f155 100644
--- a/x11-apps/xisxwayland/xisxwayland-.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-.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} = * ]]; then
GIT_ECLASS="git-r3"
@@ -21,7 +21,6 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2022-08-24 Thread Matt Turner
commit: 8c82714f7c5a4803039aa05717d10143c125aaa5
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 24 14:06:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 24 14:08:25 2022 +
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  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 ..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} = * ]]; 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} = * ]]; 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"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2020-06-15 Thread Agostino Sarubbo
commit: 0d32611c990a5668e7f6ce31bb0701f4c13fe7ca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 15 14:59:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 15 14:59:04 2020 +
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  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} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"

SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz";
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2020-05-21 Thread Matt Turner
commit: 66a5da35478de9a1edb0866201528523910548a6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 22 02:13:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 22 02:15:42 2020 +
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  gentoo.org>

 x11-apps/xisxwayland/xisxwayland-1.ebuild| 6 ++
 x11-apps/xisxwayland/xisxwayland-.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-.ebuild 
b/x11-apps/xisxwayland/xisxwayland-.ebuild
index 13f4c99748f..9ecc6cb03fe 100644
--- a/x11-apps/xisxwayland/xisxwayland-.ebuild
+++ b/x11-apps/xisxwayland/xisxwayland-.ebuild
@@ -22,3 +22,9 @@ fi
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/

2020-05-20 Thread Matt Turner
commit: 1739fd23bf2fa5d49730ecb997f0e353c213a650
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 20 17:32:23 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 20 17:43:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1739fd23

x11-apps/xisxwayland: New package

Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xisxwayland/Manifest|  1 +
 x11-apps/xisxwayland/metadata.xml|  8 
 x11-apps/xisxwayland/xisxwayland-1.ebuild| 24 
 x11-apps/xisxwayland/xisxwayland-.ebuild | 24 
 4 files changed, 57 insertions(+)

diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest
new file mode 100644
index 000..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 000..e943b72b8a4
--- /dev/null
+++ b/x11-apps/xisxwayland/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   x...@gentoo.org
+   X11
+
+

diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild 
b/x11-apps/xisxwayland/xisxwayland-1.ebuild
new file mode 100644
index 000..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} = * ]]; 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} = * ]]; 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-.ebuild 
b/x11-apps/xisxwayland/xisxwayland-.ebuild
new file mode 100644
index 000..13f4c99748f
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = * ]]; 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} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64"
+   
SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz";
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""