diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-09-18 18:54:51 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-09-19 22:37:30 +0200 |
commit | 0e08291b01c48711717531816dde0e8ce23ace0d (patch) | |
tree | 4b39ae9eb9974a4a24d133a7a6a65be4fdbfb45a /x11-plugins | |
parent | x11-plugins/wmlongrun: EAPI8 bump (diff) | |
download | gentoo-0e08291b01c48711717531816dde0e8ce23ace0d.tar.gz gentoo-0e08291b01c48711717531816dde0e8ce23ace0d.tar.bz2 gentoo-0e08291b01c48711717531816dde0e8ce23ace0d.zip |
x11-plugins/wmmand: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild index 02b4de944df1..567a44d7ea36 100644 --- a/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild +++ b/x11-plugins/wmmand/wmmand-1.3.2-r1.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit desktop toolchain-funcs -MY_P=wmMand-${PV} +MY_P="wmMand-${PV}" DESCRIPTION="a dockable mandelbrot browser" HOMEPAGE="https://sourceforge.net/projects/wmmand/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}/wmMand" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext @@ -21,8 +22,6 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-base/xorg-proto" -S=${WORKDIR}/${MY_P}/wmMand - DOCS=( ../{BUGS,changelog,TODO} ) src_prepare() { |