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: Thu, 26 Jul 2018 20:30:32
Message-Id: 1532636918.569c573fa2b5bc47e30c39cc20b4e460396e9027.voyageur@gentoo
1 commit: 569c573fa2b5bc47e30c39cc20b4e460396e9027
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 22 10:56:22 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 20:28:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569c573f
7
8 x11-plugins/wmdiskmon: EAPI7, improve ebuild
9
10 x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r1.ebuild | 19 +++++++++++++++++++
11 1 file changed, 19 insertions(+)
12
13 diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r1.ebuild
14 new file mode 100644
15 index 00000000000..3c0f435a628
16 --- /dev/null
17 +++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.2-r1.ebuild
18 @@ -0,0 +1,19 @@
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="a dockapp to display disk space usage"
25 +HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
26 +SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
27 +
28 +LICENSE="GPL-2"
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
31 +
32 +RDEPEND="x11-libs/libX11
33 + x11-libs/libXext
34 + x11-libs/libXpm"
35 +DEPEND="${RDEPEND}
36 + x11-base/xorg-proto
37 + x11-libs/libXt"