Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
Date: Wed, 20 May 2020 17:44:25
Message-Id: 1589996601.1739fd23bf2fa5d49730ecb997f0e353c213a650.mattst88@gentoo
1 commit: 1739fd23bf2fa5d49730ecb997f0e353c213a650
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 17:32:23 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 17:43:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1739fd23
7
8 x11-apps/xisxwayland: New package
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xisxwayland/Manifest | 1 +
13 x11-apps/xisxwayland/metadata.xml | 8 ++++++++
14 x11-apps/xisxwayland/xisxwayland-1.ebuild | 24 ++++++++++++++++++++++++
15 x11-apps/xisxwayland/xisxwayland-9999.ebuild | 24 ++++++++++++++++++++++++
16 4 files changed, 57 insertions(+)
17
18 diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest
19 new file mode 100644
20 index 00000000000..b38a23609e7
21 --- /dev/null
22 +++ b/x11-apps/xisxwayland/Manifest
23 @@ -0,0 +1 @@
24 +DIST xisxwayland-1.tar.xz 4168 BLAKE2B a8e4a658427f5b03e3d05b25772c4f136c13be47a68619a6beab3db72a70e836e495fcbc8a19d5f9347f3336a1dc9b353f483fb75e47ebfdbb9b8409e63444f0 SHA512 9514442313cff4df0c71fed445ba0e3fe52f3c84ebbec81725a590f68cc42ea01ac96b23736a0108fe206da3aee48434c5c30d1c58905bfc75db35205c288bca
25
26 diff --git a/x11-apps/xisxwayland/metadata.xml b/x11-apps/xisxwayland/metadata.xml
27 new file mode 100644
28 index 00000000000..e943b72b8a4
29 --- /dev/null
30 +++ b/x11-apps/xisxwayland/metadata.xml
31 @@ -0,0 +1,8 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 +<maintainer type="project">
36 + <email>x11@g.o</email>
37 + <name>X11</name>
38 +</maintainer>
39 +</pkgmetadata>
40
41 diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
42 new file mode 100644
43 index 00000000000..13f4c99748f
44 --- /dev/null
45 +++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
46 @@ -0,0 +1,24 @@
47 +# Copyright 2020 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=7
51 +
52 +if [[ ${PV} = 9999* ]]; then
53 + GIT_ECLASS="git-r3"
54 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
55 +fi
56 +
57 +inherit ${GIT_ECLASS} meson
58 +
59 +DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
60 +HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
61 +if [[ ${PV} = 9999* ]]; then
62 + SRC_URI=""
63 +else
64 + KEYWORDS="~amd64"
65 + SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
66 +fi
67 +
68 +LICENSE="MIT"
69 +SLOT="0"
70 +IUSE=""
71
72 diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
73 new file mode 100644
74 index 00000000000..13f4c99748f
75 --- /dev/null
76 +++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
77 @@ -0,0 +1,24 @@
78 +# Copyright 2020 Gentoo Authors
79 +# Distributed under the terms of the GNU General Public License v2
80 +
81 +EAPI=7
82 +
83 +if [[ ${PV} = 9999* ]]; then
84 + GIT_ECLASS="git-r3"
85 + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
86 +fi
87 +
88 +inherit ${GIT_ECLASS} meson
89 +
90 +DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
91 +HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
92 +if [[ ${PV} = 9999* ]]; then
93 + SRC_URI=""
94 +else
95 + KEYWORDS="~amd64"
96 + SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
97 +fi
98 +
99 +LICENSE="MIT"
100 +SLOT="0"
101 +IUSE=""