commit:     7ba423669312bf14c64c1c957c368f03e5c6036a
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Oct 29 17:58:08 2025 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 19:24:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba42366

x11-plugins/wmweather+: update EAPI 7 -> 8

* Rebuild on windowmaker soname update.

Bug: https://bugs.gentoo.org/641740
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44437
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmweather+/wmweather+-2.18-r2.ebuild | 33 ++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/x11-plugins/wmweather+/wmweather+-2.18-r2.ebuild 
b/x11-plugins/wmweather+/wmweather+-2.18-r2.ebuild
new file mode 100644
index 000000000000..a8156a3869eb
--- /dev/null
+++ b/x11-plugins/wmweather+/wmweather+-2.18-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and 
MRF forecasts"
+HOMEPAGE="https://www.sourceforge.net/projects/wmweatherplus/";
+SRC_URI="https://downloads.sourceforge.net/wmweatherplus/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-libs/libpcre
+       >=net-misc/curl-7.17.1
+       x11-libs/libXpm
+       x11-libs/libXext
+       x11-libs/libX11
+       x11-wm/windowmaker:=
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+       "${FILESDIR}"/${P}-ar.patch
+       "${FILESDIR}"/${P}-configure-clang16.patch
+)
+
+src_prepare() {
+       default
+       eautoreconf
+}

Reply via email to