Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmnd/
Date: Thu, 02 Aug 2018 20:17:06
Message-Id: 1533240942.d6f9a2fdf86aed9ba627bd96840135fe2877292f.voyageur@gentoo
1 commit: d6f9a2fdf86aed9ba627bd96840135fe2877292f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 22 17:46:21 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 20:15:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f9a2fd
7
8 x11-plugins/wmnd: EAPI7, improve ebuild
9
10 x11-plugins/wmnd/wmnd-0.4.17-r1.ebuild | 21 +++++++++++++++++++++
11 1 file changed, 21 insertions(+)
12
13 diff --git a/x11-plugins/wmnd/wmnd-0.4.17-r1.ebuild b/x11-plugins/wmnd/wmnd-0.4.17-r1.ebuild
14 new file mode 100644
15 index 00000000000..2ff4dd22db8
16 --- /dev/null
17 +++ b/x11-plugins/wmnd/wmnd-0.4.17-r1.ebuild
18 @@ -0,0 +1,21 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=7
23 +
24 +DESCRIPTION="WindowMaker Network Devices (dockapp)"
25 +HOMEPAGE="https://www.thregr.org/~wavexx/software/wmnd/"
26 +SRC_URI="https://www.thregr.org/~wavexx/software/wmnd/releases/${P}.tar.gz"
27 +
28 +LICENSE="GPL-2"
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
31 +IUSE="snmp"
32 +
33 +RDEPEND="x11-libs/libX11
34 + x11-libs/libXext
35 + x11-libs/libXt
36 + x11-libs/libXpm
37 + snmp? ( >=net-analyzer/net-snmp-5.2.1 )"
38 +DEPEND="${RDEPEND}
39 + x11-base/xorg-proto"