commit:     d3a9d4ea0f13570d110b71a591b7418918cc24c6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Sep  4 18:05:45 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 07:01:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a9d4ea

x11-wm/wmfs: remove live ebuild

Remove live ebuild since upstream wasn't updated for a couple of years.
I think it makes no sense to keep these ebuilds, especially when the
non-live ebuild is already at HEAD.

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38439
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-wm/wmfs/wmfs-99999999.ebuild | 56 ----------------------------------------
 1 file changed, 56 deletions(-)

diff --git a/x11-wm/wmfs/wmfs-99999999.ebuild b/x11-wm/wmfs/wmfs-99999999.ebuild
deleted file mode 100644
index 4d856eab612c..000000000000
--- a/x11-wm/wmfs/wmfs-99999999.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit git-r3 toolchain-funcs
-
-DESCRIPTION="Window Manager From Scratch, A tiling window manager highly 
configurable"
-HOMEPAGE="https://github.com/xorg62/wmfs";
-EGIT_REPO_URI="https://github.com/xorg62/wmfs";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="+imlib2 +xinerama"
-
-RDEPEND="
-       media-libs/freetype
-       media-libs/imlib2[X]
-       x11-libs/libX11
-       x11-libs/libXft
-       x11-libs/libXinerama
-       x11-libs/libXrandr
-"
-DEPEND="
-       ${RDEPEND}
-       x11-base/xorg-proto
-       elibc_musl? ( sys-libs/queue-standalone )
-"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-99999999-Debian.patch
-       "${FILESDIR}"/${PN}-99999999-desktop.patch
-       "${FILESDIR}"/${PN}-99999999-fno-common.patch
-       "${FILESDIR}"/${PN}-99999999-strncat.patch
-)
-DOCS=(
-       README
-       scripts/keybind_help.sh
-       scripts/status.sh
-)
-
-src_configure() {
-       tc-export CC
-       # not autotools based
-       local ECHO
-       for ECHO in echo ''; do
-               ${ECHO} sh configure \
-                       $(usex xinerama '' --without-xinerama) \
-                       $(usex imlib2 '' --without-imlib2) \
-                       --prefix /usr \
-                       --man-prefix /usr/share/man \
-                       --xdg-config-dir /etc/xdg \
-                       || die
-       done
-}

Reply via email to