commit: 7fa2550bd691febbb1ee8f00d322860bca1854b8 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 20 15:29:22 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=7fa2550b
x11-plugins/wminet: drop 3.0.0-r2, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> x11-plugins/wminet/wminet-3.0.0-r2.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild deleted file mode 100644 index 55bb40840be9..000000000000 --- a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="dockapp for monitoring internet connections to and from your computer" -HOMEPAGE="http://www.improbability.net/#wminet" -SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -PATCHES=( "${FILESDIR}"/${P}-list.patch - "${FILESDIR}"/${P}-fno-common.patch - ) - -DOCS=( AUTHORS ChangeLog NEWS README wminetrc ) - -src_compile() { - tc-export CC - emake LDFLAGS="${LDFLAGS}" -}
