Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwork/
Date: Thu, 26 Jul 2018 03:58:38
Message-Id: 1532576615.2d4a8c4328b04a6deae80461997744422a0bf48c.soap@gentoo
1 commit: 2d4a8c4328b04a6deae80461997744422a0bf48c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 24 18:36:46 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 03:43:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4a8c43
7
8 x11-plugins/wmwork: EAPI7, improve ebuild
9
10 x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild | 22 ++++++++++++++++++++++
11 1 file changed, 22 insertions(+)
12
13 diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
14 new file mode 100644
15 index 00000000000..685729961fd
16 --- /dev/null
17 +++ b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
18 @@ -0,0 +1,22 @@
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 that lets you easily track time spent on different projects"
25 +HOMEPAGE="https://www.dockapps.net/wmwork"
26 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
27 +
28 +LICENSE="GPL-2"
29 +SLOT="0"
30 +KEYWORDS="~amd64 ~x86"
31 +
32 +RDEPEND=">=x11-libs/libXext-1.0.3
33 + >=x11-libs/libX11-1.1.1-r1
34 + >=x11-libs/libXpm-3.5.6"
35 +DEPEND="${RDEPEND}
36 + x11-base/xorg-proto"
37 +
38 +S="${WORKDIR}/${P}/src"
39 +
40 +DOCS=( ../{CHANGES,README} )