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/wmdiskmon/
Date: Tue, 11 Dec 2018 14:29:39
Message-Id: 1544538475.db530cc499d4c76088336024a6e8198d123e2fd5.voyageur@gentoo
1 commit: db530cc499d4c76088336024a6e8198d123e2fd5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:08:23 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db530cc4
7
8 x11-plugins/wmdiskmon: 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/wmdiskmon/wmdiskmon-0.0.2.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
17 deleted file mode 100644
18 index 86e2770cfb0..00000000000
19 --- a/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
20 +++ /dev/null
21 @@ -1,24 +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 -DESCRIPTION="a dockapp to display disk space usage"
27 -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
28 -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="x11-libs/libX11
36 - x11-libs/libXext
37 - x11-libs/libXpm"
38 -DEPEND="${RDEPEND}
39 - x11-base/xorg-proto
40 - x11-libs/libXt"
41 -
42 -src_install() {
43 - emake DESTDIR="${D}" install
44 - dodoc AUTHORS ChangeLog THANKS TODO
45 -}