summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 20:22:31 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 21:36:04 -0500
commit1d496726dd834dbb945fec3360e2749feec55786 (patch)
tree39d511659f19045a268ca75a1bc641ab7003c8b8 /x11-apps/xisxwayland/xisxwayland-1.ebuild
parentx11-apps/xgc: Drop old versions (diff)
downloadgentoo-1d496726dd834dbb945fec3360e2749feec55786.tar.gz
gentoo-1d496726dd834dbb945fec3360e2749feec55786.tar.bz2
gentoo-1d496726dd834dbb945fec3360e2749feec55786.zip
x11-apps/xisxwayland: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xisxwayland/xisxwayland-1.ebuild')
-rw-r--r--x11-apps/xisxwayland/xisxwayland-1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
deleted file mode 100644
index 804cb52d3fb4..000000000000
--- a/x11-apps/xisxwayland/xisxwayland-1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXrandr"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"