Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/joymouse/
Date: Sat, 26 Sep 2020 19:40:37
Message-Id: 1601149213.53649e735da9055a498012cb98a3db2a5f404596.bman@gentoo
1 commit: 53649e735da9055a498012cb98a3db2a5f404596
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:15:00 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53649e73
7
8 app-misc/joymouse: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-misc/joymouse/joymouse-0.5.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/app-misc/joymouse/joymouse-0.5.ebuild b/app-misc/joymouse/joymouse-0.5.ebuild
16 deleted file mode 100644
17 index a34fee3f186..00000000000
18 --- a/app-misc/joymouse/joymouse-0.5.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -DESCRIPTION="An application that translates joystick events to mouse events"
26 -HOMEPAGE="https://sourceforge.net/projects/joymouse-linux"
27 -SRC_URI="mirror://sourceforge/joymouse-linux/${P}.tar.gz"
28 -
29 -LICENSE="GPL-2"
30 -SLOT="0"
31 -KEYWORDS="amd64 ~mips ~ppc x86"
32 -IUSE=""
33 -
34 -RDEPEND="x11-libs/libX11
35 - x11-libs/libXtst"
36 -DEPEND="${RDEPEND}
37 - x11-base/xorg-proto"
38 -
39 -src_prepare() {
40 - sed -i 's/printf(message/fputs(message, stdout/g' src/joymouse.c || die
41 -}
42 -
43 -src_install() {
44 - default
45 -}