Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wayv/
Date: Thu, 07 Jan 2021 11:33:37
Message-Id: 1610019200.9eefc9d1431e67a5883c93f9a7b277d135bc7b2d.sam@gentoo
1 commit: 9eefc9d1431e67a5883c93f9a7b277d135bc7b2d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 11:29:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 11:33:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eefc9d1
7
8 x11-misc/wayv: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-misc/wayv/wayv-0.3-r2.ebuild | 34 ----------------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/x11-misc/wayv/wayv-0.3-r2.ebuild b/x11-misc/wayv/wayv-0.3-r2.ebuild
17 deleted file mode 100644
18 index b7763a8fdc8..00000000000
19 --- a/x11-misc/wayv/wayv-0.3-r2.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X"
29 -HOMEPAGE="http://www.stressbunny.com/wayv"
30 -SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz"
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc x86"
34 -
35 -RDEPEND="
36 - x11-libs/libX11
37 - x11-libs/libXtst
38 -"
39 -DEPEND="
40 - ${RDEPEND}
41 - x11-base/xorg-proto
42 -"
43 -
44 -src_prepare() {
45 - sed -i -e 's| = -Wall -O2| += |g' src/Makefile* || die
46 - tc-export CC
47 -}
48 -
49 -src_install() {
50 - default
51 -
52 - cd doc
53 - default
54 - dodoc HOWTO*
55 -}