commit:     f1f32b540ee9bd3e605fa8d92d59d619614bcb9a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 06:45:20 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 06:45:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f32b54

x11-wm/windowmaker: drop 0.95.9-r4, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-wm/windowmaker/Manifest                     |   1 -
 x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild | 118 ------------------------
 2 files changed, 119 deletions(-)

diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest
index 46c63484b909..903c6f1a6777 100644
--- a/x11-wm/windowmaker/Manifest
+++ b/x11-wm/windowmaker/Manifest
@@ -1,3 +1,2 @@
-DIST WindowMaker-0.95.9.tar.gz 3397167 BLAKE2B 
ec751fe0139b359933f4388f8dac3f2bf18db1f28fb4cb290d86db1ded9ffdab0cf51b451e28475bc51ee2735cb71c7fd2b01fa7472f5f0f4f1a1e00e1509339
 SHA512 
ca3ddc863f5b5b782e90f38c0019fe14d1109d6b11d0a3d5d6c728ddc1817747eea92e22e36933d445e72c70661e039ee56efa70f2654657c8980269fd5b4584
 DIST WindowMaker-0.96.0.tar.gz 3443048 BLAKE2B 
75fd73cfcf7a57f68120bdc1ac50781bb460da54641b5f42e369008b9066b9183cb7ef60f436627edf8c241ea24ca5c44ef894c1ff0cae64f3a5b2d24df8db93
 SHA512 
cca1796722803922aa28ea20534f10566b594b7a69eba8c1da6bd1305654583f39ef67f10fd6a550730714e728d876f807aee50968e9392190bb9dc7ffe8409a
 DIST WindowMaker-extra-0.1.tar.gz 238018 BLAKE2B 
865b12975d0cdefc1f05a76344b449fdcf8a2841d6a7adf1ab6435857d89cbc4fda22bb62432a1bbba921267380d00a0cded718bfbd344bbb5e6207e59b76096
 SHA512 
0fe9b3ffc093942db167d8a01e15c0f6741f3a40959d1434ea4f23e7b9d4a9c13935a61eabef9691e5fdfd4e407564caafce15c2d65d66499960a6764a874ab8

diff --git a/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild 
b/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild
deleted file mode 100644
index a3cb69c8675c..000000000000
--- a/x11-wm/windowmaker/windowmaker-0.95.9-r4.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools desktop
-
-DESCRIPTION="The fast and light GNUstep window manager"
-HOMEPAGE="https://www.windowmaker.org/";
-SRC_URI="https://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz
-       
https://www.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-solaris"
-
-DEPEND="media-libs/fontconfig
-       >=x11-libs/libXft-2.1.0
-       x11-libs/libXmu
-       x11-libs/libXpm
-       x11-libs/libXt
-       x11-libs/libXv
-       gif? ( >=media-libs/giflib-4.1.0-r3 )
-       imagemagick? ( >=media-gfx/imagemagick-7:0= )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       nls? ( virtual/libintl )
-       png? ( media-libs/libpng:= )
-       tiff? ( media-libs/tiff:= )
-       webp? ( media-libs/libwebp:= )
-       xinerama? ( x11-libs/libXinerama )
-       xrandr? ( x11-libs/libXrandr )"
-RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )"
-
-S=${WORKDIR}/${P/windowm/WindowM}
-
-DOCS=( AUTHORS BUGFORM BUGS ChangeLog INSTALL-WMAKER FAQ
-       NEWS README README.definable-cursor README.i18n TODO )
-PATCHES=( "${FILESDIR}"/${PN}-0.95.8-configure_default_search_paths.patch )
-
-src_prepare() {
-       # Fix some paths
-       for file in WindowMaker/*menu* util/wmgenmenu.c; do
-               if [[ -r $file ]] ; then
-                       sed -i -e 
"s|/usr/local/GNUstep/Applications/WPrefs.app|${EPREFIX}/usr/bin/|g;" "$file" 
|| die
-                       sed -i -e 
"s|/usr/local/share/WindowMaker|${EPREFIX}/usr/share/WindowMaker|g;" "$file" || 
die
-                       sed -i -e 
"s|/opt/share/WindowMaker|${EPREFIX}/usr/share/WindowMaker|g;" "$file" || die
-               fi
-       done
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local -a myeconfargs=(
-               # image format types
-               $(use_enable gif)
-               $(use_enable imagemagick magick)
-               $(use_enable jpeg)
-               $(use_enable png)
-               $(use_enable tiff)
-               $(use_enable webp)
-               $(use_enable xpm)
-
-               # optional X capabilities
-               $(use_enable modelock)
-               $(use_enable xinerama)
-               $(use_enable xrandr randr)
-       )
-
-       # NLS depends on whether LINGUAS is empty
-       if use nls; then
-               myeconfargs+=( LINGUAS="${LINGUAS:-$(cd po; x=(*.po); echo 
${x[*]%.po})}" )
-       else
-               myeconfargs+=( LINGUAS= )
-       fi
-
-       econf \
-               --localedir="${EPREFIX}"/usr/share/locale \
-               --sysconfdir="${EPREFIX}"/etc/X11 \
-               --disable-static \
-               --enable-usermenu \
-               --with-{incs,libs}-from= \
-               --with-pixmapdir="${EPREFIX}"/usr/share/pixmaps \
-               --with-x \
-               "${myeconfargs[@]}"
-
-       pushd ../WindowMaker-extra-0.1 &>/dev/null || die
-       econf
-}
-
-src_compile() {
-       emake
-
-       # WindowMaker Extra Package (themes and icons)
-       emake -C ../WindowMaker-extra-0.1
-}
-
-src_install() {
-       default
-
-       # WindowMaker Extra
-       emake -C ../WindowMaker-extra-0.1 DESTDIR="${D}" install
-       newdoc ../WindowMaker-extra-0.1/README README.extra
-
-       # create wmaker session shell script
-       echo "#!/usr/bin/env bash" > wmaker
-       echo "${EPREFIX}/usr/bin/wmaker" >> wmaker
-       exeinto /etc/X11/Sessions/
-       doexe wmaker
-
-       insinto /usr/share/xsessions
-       doins "${FILESDIR}"/wmaker.desktop
-       make_desktop_entry /usr/bin/wmaker
-
-       find "${ED}" -type f -name '*.la' -delete || die
-}

Reply via email to