commit:     2d4a8c4328b04a6deae80461997744422a0bf48c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jul 24 18:36:46 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 03:43:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4a8c43

x11-plugins/wmwork: EAPI7, improve ebuild

 x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild 
b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
new file mode 100644
index 00000000000..685729961fd
--- /dev/null
+++ b/x11-plugins/wmwork/wmwork-0.2.5-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a dockapp that lets you easily track time spent on different 
projects"
+HOMEPAGE="https://www.dockapps.net/wmwork";
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-libs/libXext-1.0.3
+       >=x11-libs/libX11-1.1.1-r1
+       >=x11-libs/libXpm-3.5.6"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+S="${WORKDIR}/${P}/src"
+
+DOCS=( ../{CHANGES,README} )

Reply via email to