commit: d885bc32f87d1e1f9bdbc45eed8008981d0ff867 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Jul 21 20:12:14 2018 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sat Jul 28 10:00:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d885bc32
x11-plugins/wmappl: EAPI7, improve ebuild x11-plugins/wmappl/wmappl-0.71-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild new file mode 100644 index 00000000000..07b7a30bf58 --- /dev/null +++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Simple application launcher for the Window Maker dock" +HOMEPAGE="https://www.dockapps.net/wmappl" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
