commit:     ccfffeb2d65f5bb8f6ff275fb54519bce93d4858
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:31:39 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:31:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfffeb2

x11-plugins/wmbio: drop 1.02, EAPI6--

Closes: https://bugs.gentoo.org/929936
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmbio/wmbio-1.02.ebuild | 41 -------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild 
b/x11-plugins/wmbio/wmbio-1.02.ebuild
deleted file mode 100644
index d6503e0048f2..000000000000
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A Window Maker applet that shows your biorhythm"
-HOMEPAGE="https://wmbio.sourceforge.net/";
-SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto"
-
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
-       default
-       # Honour Gentoo CFLAGS, LDFLAGS, CC
-       sed -i -e "s/-g -O2/\$(CFLAGS)/" \
-               -e "s/-o wmbio/\$(LDFLAGS) -o wmbio/" \
-               -e "s/cc /\$(CC) /" Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       dobin wmbio
-       dodoc ../{AUTHORS,Changelog,NEWS,README}
-}

Reply via email to