commit:     352b1311040af14de90d02b7ee9fc3e5e5424655
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 15:29:03 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 15:31:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352b1311

x11-plugins/wmfire: drop 1.2.4-r3, EAPI=7--

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

 x11-plugins/wmfire/Manifest               |  1 -
 x11-plugins/wmfire/metadata.xml           |  7 ++----
 x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild | 39 -------------------------------
 3 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/x11-plugins/wmfire/Manifest b/x11-plugins/wmfire/Manifest
index eb22c7341ea1..7611cf308bc2 100644
--- a/x11-plugins/wmfire/Manifest
+++ b/x11-plugins/wmfire/Manifest
@@ -1,2 +1 @@
-DIST wmfire-1.2.4.tar.gz 91144 BLAKE2B 
b51595dfbafefb26cfb28c729683e01e8eee5683c0379bc831fd5c9172576c4375b3262da9a167ce157a67317e15d25179d6fba067c70d04ebe3e362fc3db315
 SHA512 
391a76c5f7292751591becebdb6267c29270e24cf9faff7e748431ffa51e74806a7b407a6493f9d4cfdc7865e4d8e8b803567b0a54caddb9b42f82160938c82b
 DIST wmfire-1.2.7.tar.gz 49456 BLAKE2B 
db86656d9562893799521b55af703c615d620bd1cd82afe8ab3c2418c90df92c7e2bbd209b55fd6ebe440818a6a18df1e2b4feb626e854a9c0f4b102a7e3c371
 SHA512 
46843ebde585ec547e8836e677e42bc9dc743d19a01adf15d4e08a6cebfb5f9b5d39d0937028907863fcf3eb44e6b215068999e64e29b6488cc9185cdd05845a

diff --git a/x11-plugins/wmfire/metadata.xml b/x11-plugins/wmfire/metadata.xml
index 41a9270d3c5f..aca51c6f8109 100644
--- a/x11-plugins/wmfire/metadata.xml
+++ b/x11-plugins/wmfire/metadata.xml
@@ -7,13 +7,10 @@
 </maintainer>
 
 <longdescription>
-wmfire is an eye-candy dock applet for Window Maker that displays generated 
-fire, possibly according to how much load the system is experiencing, or from 
a 
+wmfire is an eye-candy dock applet for Window Maker that displays generated
+fire, possibly according to how much load the system is experiencing, or from a
 number somewhere in a file. wmfire requires very little CPU.
 </longdescription>
-<use>
-       <flag name="session">Enable session management</flag>
-</use>
 <upstream>
        <remote-id type="github">kennbr34/wmfire</remote-id>
 </upstream>

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild 
b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
deleted file mode 100644
index 5e83618ae434..000000000000
--- a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Load monitoring dockapp displaying dancing flame"
-HOMEPAGE="http://www.improbability.net/#wmfire";
-SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="+session"
-
-RDEPEND="x11-libs/gtk+:2
-       gnome-base/libgtop:2
-       x11-libs/libX11
-       x11-libs/libXext
-       session? ( x11-libs/libSM
-               x11-libs/libICE )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ALL_I_GET_IS_A_GREY_BOX AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-       default
-       eapply "${FILESDIR}"/${PN}-1.2.3-stringh.patch
-       eapply "${FILESDIR}"/${P}-no_display.patch
-       eapply "${FILESDIR}"/${P}-lastprocessor_SMP.patch
-       eapply "${FILESDIR}"/${P}-inline_c99.patch
-       eautoreconf
-}
-
-src_configure() {
-       econf $(usex session --enable-session '')
-}

Reply via email to