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, 01 Apr 2017 10:24:37
Message-Id: 1491042241.8fbfc70f3b2f8be84bc4f8fbf552cda659a53954.soap@gentoo
1 commit: 8fbfc70f3b2f8be84bc4f8fbf552cda659a53954
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:38:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:24:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbfc70f
7
8 x11-misc/xwrits: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/xwrits/xwrits-2.26.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/x11-misc/xwrits/xwrits-2.26.ebuild b/x11-misc/xwrits/xwrits-2.26.ebuild
17 deleted file mode 100644
18 index 07dc35be67d..00000000000
19 --- a/x11-misc/xwrits/xwrits-2.26.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -DESCRIPTION="Reminds you to take wrist breaks to help you prevent repetitive stress injury"
26 -HOMEPAGE="http://www.lcdf.org/xwrits/"
27 -SRC_URI="http://www.lcdf.org/${PN}/${P}.tar.gz"
28 -
29 -LICENSE="GPL-2"
30 -SLOT="0"
31 -KEYWORDS="amd64 ppc x86 ~x86-fbsd"
32 -IUSE=""
33 -
34 -RDEPEND="x11-libs/libX11
35 - x11-libs/libXext
36 - x11-libs/libXinerama"
37 -DEPEND="${RDEPEND}
38 - x11-proto/xproto
39 - x11-proto/xineramaproto"
40 -
41 -src_install() {
42 - emake DESTDIR="${D}" install || die
43 - dodoc GESTURES NEWS README TODO
44 -}