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: Tue, 11 Dec 2018 14:29:41
Message-Id: 1544538477.9e16346ca86ea350d463bca17de34d59d1c58e58.voyageur@gentoo
1 commit: 9e16346ca86ea350d463bca17de34d59d1c58e58
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:09:50 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e16346c
7
8 x11-plugins/wmnd: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmnd/wmnd-0.4.17.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/x11-plugins/wmnd/wmnd-0.4.17.ebuild b/x11-plugins/wmnd/wmnd-0.4.17.ebuild
17 deleted file mode 100644
18 index 916145e491f..00000000000
19 --- a/x11-plugins/wmnd/wmnd-0.4.17.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -DESCRIPTION="WindowMaker Network Devices (dockapp)"
28 -HOMEPAGE="https://www.thregr.org/~wavexx/software/wmnd/"
29 -SRC_URI="https://www.thregr.org/~wavexx/software/wmnd/releases/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
34 -IUSE="snmp"
35 -
36 -RDEPEND="x11-libs/libX11
37 - x11-libs/libXext
38 - x11-libs/libXt
39 - x11-libs/libXpm
40 - snmp? ( >=net-analyzer/net-snmp-5.2.1 )"
41 -DEPEND="${RDEPEND}
42 - x11-base/xorg-proto"
43 -
44 -src_install() {
45 - emake DESTDIR="${D}" install
46 -
47 - dodoc README AUTHORS ChangeLog NEWS TODO
48 -}