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-misc/xwrits/
Date: Sat, 11 Feb 2017 20:28:41
Message-Id: 1486844366.88da582a13871d1e64a67d8c9d86c9db8550d179.soap@gentoo
1 commit: 88da582a13871d1e64a67d8c9d86c9db8550d179
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 11 16:52:47 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 20:19:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88da582a
7
8 x11-misc/xwrits: EAPI bump 0 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3918
12
13 x11-misc/xwrits/xwrits-2.26-r1.ebuild | 23 +++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/x11-misc/xwrits/xwrits-2.26-r1.ebuild b/x11-misc/xwrits/xwrits-2.26-r1.ebuild
17 new file mode 100644
18 index 0000000000..ed11359e87
19 --- /dev/null
20 +++ b/x11-misc/xwrits/xwrits-2.26-r1.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="Reminds you to take wrist breaks to help you prevent repetitive stress injury"
29 +HOMEPAGE="http://www.lcdf.org/xwrits/"
30 +SRC_URI="http://www.lcdf.org/${PN}/${P}.tar.gz"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
35 +IUSE=""
36 +
37 +RDEPEND="x11-libs/libX11
38 + x11-libs/libXext
39 + x11-libs/libXinerama"
40 +DEPEND="${RDEPEND}
41 + x11-proto/xineramaproto
42 + x11-proto/xproto"
43 +
44 +DOCS=( GESTURES NEWS README TODO )