commit: c7568f523f683cf84f1867b56eee1e9893292adc Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Sep 18 16:49:23 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 20:37:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7568f52
x11-plugins/wmifs: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> x11-plugins/wmifs/wmifs-1.8-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/x11-plugins/wmifs/wmifs-1.8-r1.ebuild b/x11-plugins/wmifs/wmifs-1.8-r1.ebuild new file mode 100644 index 000000000000..b39f86c6541e --- /dev/null +++ b/x11-plugins/wmifs/wmifs-1.8-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Network monitoring dockapp" +HOMEPAGE="https://www.dockapps.net/wmifs" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:= + x11-libs/libX11 + x11-libs/libXpm" +DEPEND="${RDEPEND}" + +DOCS=( BUGS CHANGES HINTS README TODO )
