From 1d496726dd834dbb945fec3360e2749feec55786 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 3 Dec 2022 20:22:31 -0500 Subject: x11-apps/xisxwayland: Drop old versions Signed-off-by: Matt Turner --- x11-apps/xisxwayland/Manifest | 1 - x11-apps/xisxwayland/xisxwayland-1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 x11-apps/xisxwayland/xisxwayland-1.ebuild (limited to 'x11-apps/xisxwayland') diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest index 471cf332ef8b..3b33d005048b 100644 --- a/x11-apps/xisxwayland/Manifest +++ b/x11-apps/xisxwayland/Manifest @@ -1,2 +1 @@ -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-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" -- cgit v1.2.3-65-gdbad