* [gentoo-commits] repo/gentoo:master commit in: app-misc/joymouse/
@ 2020-07-03 23:22 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-07-03 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 720def6b74332ed8ee8d15425ff4dc45dc4e7ba5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jul 1 17:36:08 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jul 3 23:22:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720def6b
app-misc/joymouse: EAPI7, fix LICENSE
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16537
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-misc/joymouse/joymouse-0.5-r1.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/app-misc/joymouse/joymouse-0.5-r1.ebuild b/app-misc/joymouse/joymouse-0.5-r1.ebuild
new file mode 100644
index 00000000000..1d376462050
--- /dev/null
+++ b/app-misc/joymouse/joymouse-0.5-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An application that translates joystick events to mouse events"
+HOMEPAGE="https://sourceforge.net/projects/joymouse-linux"
+SRC_URI="mirror://sourceforge/joymouse-linux/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXtst"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+src_prepare() {
+ default
+ sed -i 's/printf(message/fputs(message, stdout/g' src/joymouse.c || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/joymouse/
@ 2020-09-26 19:40 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-09-26 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 53649e735da9055a498012cb98a3db2a5f404596
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:15:00 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53649e73
app-misc/joymouse: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-misc/joymouse/joymouse-0.5.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/app-misc/joymouse/joymouse-0.5.ebuild b/app-misc/joymouse/joymouse-0.5.ebuild
deleted file mode 100644
index a34fee3f186..00000000000
--- a/app-misc/joymouse/joymouse-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-DESCRIPTION="An application that translates joystick events to mouse events"
-HOMEPAGE="https://sourceforge.net/projects/joymouse-linux"
-SRC_URI="mirror://sourceforge/joymouse-linux/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXtst"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_prepare() {
- sed -i 's/printf(message/fputs(message, stdout/g' src/joymouse.c || die
-}
-
-src_install() {
- default
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/joymouse/
@ 2020-09-26 19:40 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-09-26 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 74bb1db6b5114a31099a88c3fb125e24921bf13c
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:14:40 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bb1db6
app-misc/joymouse: forward port keywords
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-misc/joymouse/joymouse-0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/joymouse/joymouse-0.5-r1.ebuild b/app-misc/joymouse/joymouse-0.5-r1.ebuild
index 1d376462050..4606544b0af 100644
--- a/app-misc/joymouse/joymouse-0.5-r1.ebuild
+++ b/app-misc/joymouse/joymouse-0.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/joymouse-linux/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~mips ~ppc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXtst"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/joymouse/
@ 2023-03-10 13:55 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-03-10 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 115a69798d2256d085e2c6ea7a0d03d4960af5d8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 13:49:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 13:55:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115a6979
app-misc/joymouse: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/900473
Signed-off-by: Sam James <sam <AT> gentoo.org>
...ymouse-0.5-r1.ebuild => joymouse-0.5-r2.ebuild} | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/app-misc/joymouse/joymouse-0.5-r1.ebuild b/app-misc/joymouse/joymouse-0.5-r2.ebuild
similarity index 68%
rename from app-misc/joymouse/joymouse-0.5-r1.ebuild
rename to app-misc/joymouse/joymouse-0.5-r2.ebuild
index 4606544b0afb..b838c7b4152e 100644
--- a/app-misc/joymouse/joymouse-0.5-r1.ebuild
+++ b/app-misc/joymouse/joymouse-0.5-r2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+inherit autotools
DESCRIPTION="An application that translates joystick events to mouse events"
HOMEPAGE="https://sourceforge.net/projects/joymouse-linux"
@@ -11,12 +13,20 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~mips ~ppc x86"
-RDEPEND="x11-libs/libX11
- x11-libs/libXtst"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXtst
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+"
src_prepare() {
default
+
sed -i 's/printf(message/fputs(message, stdout/g' src/joymouse.c || die
+
+ # Clang 16, bug #900473
+ eautoreconf
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-10 13:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-26 19:40 [gentoo-commits] repo/gentoo:master commit in: app-misc/joymouse/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2023-03-10 13:55 Sam James
2020-09-26 19:40 Aaron Bauman
2020-07-03 23:22 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox