diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-15 10:31:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-15 10:31:39 +0300 |
commit | ccfffeb2d65f5bb8f6ff275fb54519bce93d4858 (patch) | |
tree | 1da74bf24f82382ef839e6e864ac8b4caf79974e /x11-plugins/wmbio | |
parent | sys-apps/moar: Stabilize 1.23.9 arm64, #930050 (diff) | |
download | gentoo-ccfffeb2d65f5bb8f6ff275fb54519bce93d4858.tar.gz gentoo-ccfffeb2d65f5bb8f6ff275fb54519bce93d4858.tar.bz2 gentoo-ccfffeb2d65f5bb8f6ff275fb54519bce93d4858.zip |
x11-plugins/wmbio: drop 1.02, EAPI6--
Closes: https://bugs.gentoo.org/929936
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.02.ebuild | 41 |
1 files changed, 0 insertions, 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} -} |