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/wmsystemtray/
Date: Thu, 02 Aug 2018 20:24:51
Message-Id: 1533241291.715737ac8e8f5ac5359c2d21b9ff4de8e6e41683.voyageur@gentoo
1 commit: 715737ac8e8f5ac5359c2d21b9ff4de8e6e41683
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 24 17:55:48 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 20:21:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715737ac
7
8 x11-plugins/wmsystemtray: add EAPI7 ebuild
9
10 x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
14 new file mode 100644
15 index 00000000000..5493356704f
16 --- /dev/null
17 +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r1.ebuild
18 @@ -0,0 +1,17 @@
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 system tray dockapp with the ability to display more than just four tray icons"
25 +HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/"
26 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27 +
28 +LICENSE="GPL-2"
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~x86"
31 +
32 +DEPEND="x11-libs/libXext
33 + x11-libs/libXfixes
34 + x11-libs/libXmu
35 + x11-libs/libXpm"