[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/files/, games-util/joystick/

2022-05-23 Thread Ionen Wolkens
commit: 853494a9b3b099ca42592febc57c3f299d2995a7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon May 23 09:07:00 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon May 23 09:08:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853494a9

games-util/joystick: drop 1.7.1

Closes: https://bugs.gentoo.org/847046
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/joystick/Manifest   |  1 -
 .../joystick/files/joystick-1.6.0-build.patch  | 34 
 games-util/joystick/joystick-1.7.1.ebuild  | 46 --
 3 files changed, 81 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index e8f84bd806b1..52205e499f85 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1 @@
-DIST linuxconsoletools-1.7.1.tar.bz2 53153 BLAKE2B 
e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5
 SHA512 
2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349
 DIST linuxconsoletools-1.8.1.tar.bz2 53715 BLAKE2B 
a0fab44762d9f4edcc1e85037efada2dac617873548579a83c3e7791e5a047e1c88243978fee562992f363102a0cb415c75d1286a3eb46a42dfe6afc7e9a0594
 SHA512 
407fcba552a3e45c60fb4f08217fe17106bedd6fde2fbce84aa6f4fa68ffc032f1683c6154f79daacaf1dcaf484fe943dd7391e787f0290d5bf42c7089c7c20c

diff --git a/games-util/joystick/files/joystick-1.6.0-build.patch 
b/games-util/joystick/files/joystick-1.6.0-build.patch
deleted file mode 100644
index fa60ec719917..
--- a/games-util/joystick/files/joystick-1.6.0-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 linuxconsoletools-1.6.0/docs/Makefile
-+++ linuxconsoletools-1.6.0/docs/Makefile
-@@ -20,9 +20,13 @@
- # 02110-1301 USA.
- 
- MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
--ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
-+ffset.1 ffcfstress.1 jscal-store.1 \
- jscal-restore.1 evdev-joystick.1
- 
-+ifneq ($(USE_SDL),no)
-+MANPAGES += ffmvforce.1
-+endif
-+
- PREFIX  ?= /usr/local
- 
- install:
 linuxconsoletools-1.6.0/utils/Makefile
-+++ linuxconsoletools-1.6.0/utils/Makefile
-@@ -27,9 +27,13 @@
- 
- CFLAGS?= -g -O2 -Wall
- 
--PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
-+PROGRAMS  = inputattach jstest jscal fftest ffset \
- ffcfstress jscal-restore jscal-store evdev-joystick
- 
-+ifneq ($(USE_SDL),no)
-+PROGRAMS += ffmvforce
-+endif
-+
- PREFIX  ?= /usr/local
- 
- compile: $(PROGRAMS)

diff --git a/games-util/joystick/joystick-1.7.1.ebuild 
b/games-util/joystick/joystick-1.7.1.ebuild
deleted file mode 100644
index 2f1e8014e508..
--- a/games-util/joystick/joystick-1.7.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-
-DESCRIPTION="Joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl2[video] )"
-RDEPEND="
-   ${DEPEND}
-   udev? ( virtual/udev )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.6.0-build.patch
-)
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-   export PREFIX="${EPREFIX}"/usr
-   export USE_SDL=$(usex sdl)
-}
-
-src_install() {
-   default
-
-   if ! use udev; then
-   rm "${ED}"/usr/bin/jscal-{re,}store || die
-   fi
-
-   if [[ ${EPREFIX} ]]; then
-   mv {"${D}","${ED}"}/lib || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/, games-util/joystick/files/

2022-05-21 Thread Ionen Wolkens
commit: b089271d263ab38925cc448ea7b2c674f616017e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May 21 20:10:38 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat May 21 20:26:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b089271d

games-util/joystick: add 1.8.1

Reworked ebuild a bit and removed USE=udev which only exists because
jscal-* scripts use udevadm (rules installed either way), but it's tiny
scripts that will themselves warn that they need udev if used.

Upstream also fixed clang issues wrt bug #830626

Closes: https://bugs.gentoo.org/830626
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/joystick/Manifest   |  1 +
 .../files/joystick-1.8.1-optional-ffmvforce.patch  | 22 +++
 games-util/joystick/joystick-1.8.1.ebuild  | 46 ++
 3 files changed, 69 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 8eff0bee1478..e8f84bd806b1 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1 +1,2 @@
 DIST linuxconsoletools-1.7.1.tar.bz2 53153 BLAKE2B 
e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5
 SHA512 
2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349
+DIST linuxconsoletools-1.8.1.tar.bz2 53715 BLAKE2B 
a0fab44762d9f4edcc1e85037efada2dac617873548579a83c3e7791e5a047e1c88243978fee562992f363102a0cb415c75d1286a3eb46a42dfe6afc7e9a0594
 SHA512 
407fcba552a3e45c60fb4f08217fe17106bedd6fde2fbce84aa6f4fa68ffc032f1683c6154f79daacaf1dcaf484fe943dd7391e787f0290d5bf42c7089c7c20c

diff --git a/games-util/joystick/files/joystick-1.8.1-optional-ffmvforce.patch 
b/games-util/joystick/files/joystick-1.8.1-optional-ffmvforce.patch
new file mode 100644
index ..62f85aea6054
--- /dev/null
+++ b/games-util/joystick/files/joystick-1.8.1-optional-ffmvforce.patch
@@ -0,0 +1,22 @@
+Keep ffmvforce separately optional given it's the only one
+with an additional dependency (sdl)
+--- a/docs/Makefile
 b/docs/Makefile
+@@ -31,3 +31,6 @@
+ ifndef DISABLE_FORCEFEEDBACK
+-MANPAGES  += fftest.1 ffmvforce.1 ffset.1 ffcfstress.1
++MANPAGES  += fftest.1 ffset.1 ffcfstress.1
++ifndef DISABLE_FFMVFORCE
++MANPAGES  += ffmvforce.1
++endif
+ endif
+--- a/utils/Makefile
 b/utils/Makefile
+@@ -39,3 +39,6 @@
+ ifndef DISABLE_FORCEFEEDBACK
+-PROGRAMS  += fftest ffmvforce ffset ffcfstress
++PROGRAMS  += fftest ffset ffcfstress
++ifndef DISABLE_FFMVFORCE
++PROGRAMS  += ffmvforce
++endif
+ endif

diff --git a/games-util/joystick/joystick-1.8.1.ebuild 
b/games-util/joystick/joystick-1.8.1.ebuild
new file mode 100644
index ..95bfe6728687
--- /dev/null
+++ b/games-util/joystick/joystick-1.8.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs udev
+
+MY_P="linuxconsoletools-${PV}"
+
+DESCRIPTION="Joystick testing utilities"
+HOMEPAGE="https://sourceforge.net/projects/linuxconsole/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="sdl"
+
+RDEPEND="sdl? ( media-libs/libsdl2[video] )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.1-optional-ffmvforce.patch
+)
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+   export PREFIX="${EPREFIX}"/usr
+   use sdl || export DISABLE_FFMVFORCE=1
+}
+
+src_install() {
+   default
+
+   [[ ! ${EPREFIX} ]] || mv {"${D}","${ED}"}/lib || die
+}
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}



[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2021-08-24 Thread Ionen Wolkens
commit: 82fd3012f2cb346a9ced2361f5f58cb5404c227e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Aug 24 16:51:52 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Aug 24 17:51:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fd3012

games-util/joystick: drop 1.7.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/joystick/Manifest  |  1 -
 games-util/joystick/joystick-1.7.0.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 2aebd8842c0..8eff0bee147 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1 @@
-DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56
 DIST linuxconsoletools-1.7.1.tar.bz2 53153 BLAKE2B 
e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5
 SHA512 
2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349

diff --git a/games-util/joystick/joystick-1.7.0.ebuild 
b/games-util/joystick/joystick-1.7.0.ebuild
deleted file mode 100644
index 31d58e9a6d0..000
--- a/games-util/joystick/joystick-1.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl2:0[video] )
-   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2021-08-09 Thread Ionen Wolkens
commit: 7bb0289cec048b39d531cf777bf22e9029141f94
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug  9 06:50:45 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug  9 07:10:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb0289c

games-util/joystick: add 1.7.1, fix prefix, remove dead homepage

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/joystick/Manifest  |  1 +
 games-util/joystick/joystick-1.7.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index b149747af8a..6787593abc5 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1,3 @@
 DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
 DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56
+DIST linuxconsoletools-1.7.1.tar.bz2 53153 BLAKE2B 
e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5
 SHA512 
2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349

diff --git a/games-util/joystick/joystick-1.7.1.ebuild 
b/games-util/joystick/joystick-1.7.1.ebuild
new file mode 100644
index 000..2f1e8014e50
--- /dev/null
+++ b/games-util/joystick/joystick-1.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+
+DESCRIPTION="Joystick testing utilities"
+HOMEPAGE="https://sourceforge.net/projects/linuxconsole/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl2[video] )"
+RDEPEND="
+   ${DEPEND}
+   udev? ( virtual/udev )"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.0-build.patch
+)
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+   export PREFIX="${EPREFIX}"/usr
+   export USE_SDL=$(usex sdl)
+}
+
+src_install() {
+   default
+
+   if ! use udev; then
+   rm "${ED}"/usr/bin/jscal-{re,}store || die
+   fi
+
+   if [[ ${EPREFIX} ]]; then
+   mv {"${D}","${ED}"}/lib || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2021-08-09 Thread Ionen Wolkens
commit: 343759dba6d91b440fee3fc7a4f10d643863a5a2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug  9 07:00:28 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug  9 07:10:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343759db

games-util/joystick: drop 1.6.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/joystick/Manifest  |  1 -
 games-util/joystick/joystick-1.6.1.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 6787593abc5..2aebd8842c0 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,3 +1,2 @@
-DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
 DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56
 DIST linuxconsoletools-1.7.1.tar.bz2 53153 BLAKE2B 
e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5
 SHA512 
2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349

diff --git a/games-util/joystick/joystick-1.6.1.ebuild 
b/games-util/joystick/joystick-1.6.1.ebuild
deleted file mode 100644
index d4156cace76..000
--- a/games-util/joystick/joystick-1.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2019-10-14 Thread Lars Wendler
commit: 21dc3dc5b911b91988d1eceb92908e69959136c6
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 13:53:24 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 13:59:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dc3dc5

games-util/joystick: Bump to version 1.7.0

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/Manifest  |  1 +
 games-util/joystick/joystick-1.7.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 210ac3641d2..667ee1757f1 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1,3 @@
 DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 
26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb
 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
 DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
+DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56

diff --git a/games-util/joystick/joystick-1.7.0.ebuild 
b/games-util/joystick/joystick-1.7.0.ebuild
new file mode 100644
index 000..a4389f20bcf
--- /dev/null
+++ b/games-util/joystick/joystick-1.7.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+DESCRIPTION="joystick testing utilities"
+HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl2:0[video] )
+   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/, games-util/joystick/files/

2019-10-14 Thread Lars Wendler
commit: a4b7ca362995ebc610c403eeb0be4f67726b3d6f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 14 13:54:33 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 14 13:59:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b7ca36

games-util/joystick: Removed old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/Manifest   |  1 -
 .../joystick/files/joystick-1.4.8-udev.patch   | 52 --
 games-util/joystick/joystick-1.6.0.ebuild  | 42 -
 3 files changed, 95 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 667ee1757f1..b149747af8a 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,3 +1,2 @@
-DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 
26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb
 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
 DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
 DIST linuxconsoletools-1.7.0.tar.bz2 52960 BLAKE2B 
438e69e7aa220ea3fc92a9a72bda081c7877663c451f3101bc30e344a7a0f0f20b1c2f4ecd78c0db501b6442e2cd20e9f288c9c331118e8c666a61c3ac4b6851
 SHA512 
260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56

diff --git a/games-util/joystick/files/joystick-1.4.8-udev.patch 
b/games-util/joystick/files/joystick-1.4.8-udev.patch
deleted file mode 100644
index c0032493ebf..000
--- a/games-util/joystick/files/joystick-1.4.8-udev.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -ru linuxconsoletools-1.4.8.orig/utils/jscal-restore.in 
linuxconsoletools-1.4.8/utils/jscal-restore.in
 linuxconsoletools-1.4.8.orig/utils/jscal-restore.in2011-12-15 
10:49:01.0 -0500
-+++ linuxconsoletools-1.4.8/utils/jscal-restore.in 2015-05-16 
01:54:00.799168225 -0400
-@@ -6,8 +6,13 @@
- exit 1
- fi
- 
--if [ ! -x /sbin/udevadm ]; then
--echo Restoring joystick configuration requires udev! >&2
-+for f in /sbin/udevadm /bin/udevadm ;
-+do
-+[ -x $f ] && UDEVADM=$f
-+done
-+
-+if [ -z "$UDEVADM" ] ; then
-+echo Storing joystick configuration requires udev! >&2
- exit 1
- fi
- 
-@@ -30,7 +35,7 @@
- # in the NAME value
- IFS=$'\x0A'
- 
--for ATTRIBUTE in $( /sbin/udevadm info -a -n $1 | 
@@PREFIX@@/share/joystick/ident ); do
-+for ATTRIBUTE in $( ${UDEVADM} info -a -n $1 | 
@@PREFIX@@/share/joystick/ident ); do
- ID=$( echo "$ATTRIBUTE" | cut -f 1 -d = )
- VALUE=$( echo "$ATTRIBUTE" | cut -f 2 -d \" )
- case $ID in
-diff -ru linuxconsoletools-1.4.8.orig/utils/jscal-store.in 
linuxconsoletools-1.4.8/utils/jscal-store.in
 linuxconsoletools-1.4.8.orig/utils/jscal-store.in  2011-12-15 
10:49:01.0 -0500
-+++ linuxconsoletools-1.4.8/utils/jscal-store.in   2015-05-16 
01:53:18.725607838 -0400
-@@ -11,14 +11,18 @@
- echo "Stores the device's calibration for future use."
- exit 1
- fi
-+for f in /sbin/udevadm /bin/udevadm ;
-+do
-+[ -x $f ] && UDEVADM=$f
-+done
- 
--if [ ! -x /sbin/udevadm ]; then
-+if [ -z "$UDEVADM" ] ; then
- echo Storing joystick configuration requires udev! >&2
- exit 1
- fi
- 
- ident=$(mktemp)
--/sbin/udevadm info -a -n $1 | @@PREFIX@@/share/joystick/ident > $ident
-+${UDEVADM} info -a -n $1 | @@PREFIX@@/share/joystick/ident > $ident
- . $ident
- rm $ident
- 

diff --git a/games-util/joystick/joystick-1.6.0.ebuild 
b/games-util/joystick/joystick-1.6.0.ebuild
deleted file mode 100644
index ce8acc0a4ad..000
--- a/games-util/joystick/joystick-1.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2019-02-21 Thread Lars Wendler
commit: d676574b43da7591fd7bd181b8347692e28262d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb 22 00:56:56 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb 22 00:57:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d676574b

games-util/joystick: Bump to version 1.6.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/Manifest  |  1 +
 games-util/joystick/joystick-1.6.1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 3f78eb0abea..210ac3641d2 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1 +1,2 @@
 DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 
26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb
 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
+DIST linuxconsoletools-1.6.1.tar.bz2 50854 BLAKE2B 
0614e72226c575499ae5976011a0fca146a1981e2d355f7554f105b184bdd4f1090bf5374377e89f3881c5476e3c3a362b70f86cfd83440264066ea50a8c6a4b
 SHA512 
b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be

diff --git a/games-util/joystick/joystick-1.6.1.ebuild 
b/games-util/joystick/joystick-1.6.1.ebuild
new file mode 100644
index 000..389255caf33
--- /dev/null
+++ b/games-util/joystick/joystick-1.6.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+DESCRIPTION="joystick testing utilities"
+HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl:0[video] )
+   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/files/

2017-12-23 Thread David Seifert
commit: 393d53b6deaa31196f2ceb68a5a24f77a72ce6d9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec 22 15:29:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec 23 13:11:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393d53b6

games-util/joystick: remove unused patches

 .../joystick/files/joystick-1.4.8-build.patch  | 39 --
 .../joystick/files/joystick-1.5.1-build.patch  | 34 ---
 2 files changed, 73 deletions(-)

diff --git a/games-util/joystick/files/joystick-1.4.8-build.patch 
b/games-util/joystick/files/joystick-1.4.8-build.patch
deleted file mode 100644
index f888ccd1881..000
--- a/games-util/joystick/files/joystick-1.4.8-build.patch
+++ /dev/null
@@ -1,39 +0,0 @@
 linuxconsoletools-1.4.4.orig/docs/Makefile
-+++ linuxconsoletools-1.4.4/docs/Makefile
-@@ -20,13 +20,17 @@
- # 02110-1301 USA.
- 
- MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
--ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
-+ffset.1 ffcfstress.1 jscal-store.1 \
- jscal-restore.1
- 
-+ifneq ($(USE_SDL),no)
-+MANPAGES += ffmvforce.1
-+endif
-+
- PREFIX  ?= /usr/local
- 
- install:
-   install -d $(DESTDIR)$(PREFIX)/share/man/man1
--  install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
-+  install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
- 
- .PHONY: install
 linuxconsoletools-1.4.4.orig/utils/Makefile
-+++ linuxconsoletools-1.4.4/utils/Makefile
-@@ -27,9 +27,13 @@
- 
- CFLAGS?= -g -O2 -Wall
- 
--PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
-+PROGRAMS  = inputattach jstest jscal fftest ffset \
- ffcfstress jscal-restore jscal-store
- 
-+ifneq ($(USE_SDL),no)
-+PROGRAMS += ffmvforce
-+endif
-+
- PREFIX  ?= /usr/local
- 
- compile: $(PROGRAMS)

diff --git a/games-util/joystick/files/joystick-1.5.1-build.patch 
b/games-util/joystick/files/joystick-1.5.1-build.patch
deleted file mode 100644
index a9dee205b04..000
--- a/games-util/joystick/files/joystick-1.5.1-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 linuxconsoletools-1.5.1/docs/Makefile
-+++ linuxconsoletools-1.5.1/docs/Makefile
-@@ -20,9 +20,13 @@
- # 02110-1301 USA.
- 
- MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
--ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
-+ffset.1 ffcfstress.1 jscal-store.1 \
- jscal-restore.1
- 
-+ifneq ($(USE_SDL),no)
-+MANPAGES += ffmvforce.1
-+endif
-+
- PREFIX  ?= /usr/local
- 
- install:
 linuxconsoletools-1.5.1/utils/Makefile
-+++ linuxconsoletools-1.5.1/utils/Makefile
-@@ -27,9 +27,13 @@
- 
- CFLAGS?= -g -O2 -Wall
- 
--PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
-+PROGRAMS  = inputattach jstest jscal fftest ffset \
- ffcfstress jscal-restore jscal-store evdev-joystick
- 
-+ifneq ($(USE_SDL),no)
-+PROGRAMS += ffmvforce
-+endif
-+
- PREFIX  ?= /usr/local
- 
- compile: $(PROGRAMS)



[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2017-12-20 Thread David Seifert
commit: b779eaf2bec559d2dffc0dd9eafa5d5a8f81a35d
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 20 21:30:33 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Dec 21 01:56:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b779eaf2

games-util/joystick: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-util/joystick/Manifest  |  2 --
 games-util/joystick/joystick-1.4.8.ebuild | 28 -
 games-util/joystick/joystick-1.5.1.ebuild | 42 ---
 3 files changed, 72 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 732df555ea1..3f78eb0abea 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,3 +1 @@
-DIST linuxconsoletools-1.4.8.tar.bz2 43964 BLAKE2B 
78aa5587a23f08794b66392463b0fd25540b2508675e0bd1062a34d619341b97e0cbe631f4f75fe1acfd4b46a838838165520ed1f1e7c6fde03b8d40d6ece4c1
 SHA512 
ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
-DIST linuxconsoletools-1.5.1.tar.bz2 50015 BLAKE2B 
9ade2a213da21a876205e97e51fdb0e65c8eddc682a37468896efac969301319ef277e64b3652d8cdd275f89426e94c6d1748e17429e39fa59be6eff730c1e5a
 SHA512 
41e306ab8a09c3cf05da683c48628b3ffa73f077375391024b5d2bdc53d3baddcc650fe366dc7a3ec605459440a181013b2eff0921854895ba74cb644d70b5eb
 DIST linuxconsoletools-1.6.0.tar.bz2 50563 BLAKE2B 
26f68f4a9a4af5b875bc7efcc70edd80978a560f62c415b4957ee851260a2f6e6227c5a3001fb009777eac7e19d0449a8335486290ae0aaa9467ad8e1e9a89fb
 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75

diff --git a/games-util/joystick/joystick-1.4.8.ebuild 
b/games-util/joystick/joystick-1.4.8.ebuild
deleted file mode 100644
index 16f14148a0e..000
--- a/games-util/joystick/joystick-1.4.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2016-10-17 Thread Lars Wendler
commit: 0d611298045ab2a51efc4d63fd806e0c07a77ce1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 17 07:59:28 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 17 09:04:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d611298

games-util/joystick: Removed old.

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/joystick-1.4.8-r1.ebuild | 39 
 1 file changed, 39 deletions(-)

diff --git a/games-util/joystick/joystick-1.4.8-r1.ebuild 
b/games-util/joystick/joystick-1.4.8-r1.ebuild
deleted file mode 100644
index 7807583..
--- a/games-util/joystick/joystick-1.4.8-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/, games-util/joystick/files/

2016-10-17 Thread Lars Wendler
commit: 4bd158c8fcf38d600930b36d90dd8afebf130e51
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 17 07:57:58 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 17 09:04:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd158c8

games-util/joystick: Bump to version 1.6.0

Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/Manifest   |  1 +
 .../joystick/files/joystick-1.6.0-build.patch  | 34 +
 games-util/joystick/joystick-1.6.0.ebuild  | 43 ++
 3 files changed, 78 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 5a7bd1e..1571237 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1,3 @@
 DIST linuxconsoletools-1.4.8.tar.bz2 43964 SHA256 
23c4ac595f608e25f472d947c4193233f763f37ae0cf6b48141d33443a4cee6a SHA512 
ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
 WHIRLPOOL 
c02960d5e171efef3739f440a903ae9b14bec8b6ab4de2181ea691aa78c870f81b291ac98e313d234778fb59c4be8e53242cb46db019f3dffdbd8f26ddcbb113
 DIST linuxconsoletools-1.5.1.tar.bz2 50015 SHA256 
0bd07aacea251d63d3d8a458728c7f965f41ae45891d906cefedc3fde0753b1e SHA512 
41e306ab8a09c3cf05da683c48628b3ffa73f077375391024b5d2bdc53d3baddcc650fe366dc7a3ec605459440a181013b2eff0921854895ba74cb644d70b5eb
 WHIRLPOOL 
ffc06f85125e3f478fa3ded3bbac262fac791314e2548f8ad9dce97167ac0865acf6c4eb5292184eb7725b6145e1438731d5dddb30affcc3cfb4f39de1badd56
+DIST linuxconsoletools-1.6.0.tar.bz2 50563 SHA256 
ced2efed00b67b45f82eddc69be07385835d558f658016315ac621fe2eaa8146 SHA512 
35ca923cceca729bcbab95dff18682abd0d87a297e70aa8707fbabccde018fef0775a99195af4bf9111ba33210a14c10d1a766f83112cd535930a1ae430c7c75
 WHIRLPOOL 
d7f658e3edc2936cb68df59bf479519bd631606ec93c2d679690aa901b0279812d0ad316d524e4a866360a5c3f7eb10da1bccbd05693b10072b5a18ea4ee273f

diff --git a/games-util/joystick/files/joystick-1.6.0-build.patch 
b/games-util/joystick/files/joystick-1.6.0-build.patch
new file mode 100644
index ..fa60ec7
--- /dev/null
+++ b/games-util/joystick/files/joystick-1.6.0-build.patch
@@ -0,0 +1,34 @@
+--- linuxconsoletools-1.6.0/docs/Makefile
 linuxconsoletools-1.6.0/docs/Makefile
+@@ -20,9 +20,13 @@
+ # 02110-1301 USA.
+ 
+ MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
+-ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
++ffset.1 ffcfstress.1 jscal-store.1 \
+ jscal-restore.1 evdev-joystick.1
+ 
++ifneq ($(USE_SDL),no)
++MANPAGES += ffmvforce.1
++endif
++
+ PREFIX  ?= /usr/local
+ 
+ install:
+--- linuxconsoletools-1.6.0/utils/Makefile
 linuxconsoletools-1.6.0/utils/Makefile
+@@ -27,9 +27,13 @@
+ 
+ CFLAGS?= -g -O2 -Wall
+ 
+-PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
++PROGRAMS  = inputattach jstest jscal fftest ffset \
+ ffcfstress jscal-restore jscal-store evdev-joystick
+ 
++ifneq ($(USE_SDL),no)
++PROGRAMS += ffmvforce
++endif
++
+ PREFIX  ?= /usr/local
+ 
+ compile: $(PROGRAMS)

diff --git a/games-util/joystick/joystick-1.6.0.ebuild 
b/games-util/joystick/joystick-1.6.0.ebuild
new file mode 100644
index ..7ce51ed
--- /dev/null
+++ b/games-util/joystick/joystick-1.6.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+DESCRIPTION="joystick testing utilities"
+HOMEPAGE="https://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl:0[video] )
+   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/files/, games-util/joystick/

2016-06-07 Thread Michael Sterrett
commit: 895382821a297e1e7f4de487f2f1cdc5f52fb045
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Jun  7 17:37:32 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Jun  7 22:27:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89538282

games-util/joystick: clean old

Package-Manager: portage-2.2.28

 games-util/joystick/Manifest   |  1 -
 .../joystick/files/joystick-1.4.9-build.patch  | 34 -
 games-util/joystick/joystick-1.4.9.ebuild  | 43 --
 3 files changed, 78 deletions(-)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 5882b44..5a7bd1e 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,3 +1,2 @@
 DIST linuxconsoletools-1.4.8.tar.bz2 43964 SHA256 
23c4ac595f608e25f472d947c4193233f763f37ae0cf6b48141d33443a4cee6a SHA512 
ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
 WHIRLPOOL 
c02960d5e171efef3739f440a903ae9b14bec8b6ab4de2181ea691aa78c870f81b291ac98e313d234778fb59c4be8e53242cb46db019f3dffdbd8f26ddcbb113
-DIST linuxconsoletools-1.4.9.tar.bz2 45430 SHA256 
fa9c64f98cd991e71e23fa9b673635e23f0b69f0325593c0a56b8960bb139b67 SHA512 
c2ea4f8f868b3d616bb0a4b84d6a051ed444251cc5d40c775863a5163359c9c34ee9647ff1c74e8659f7fef10d8722b4431b2e1706cf5052505731c1a1232ddd
 WHIRLPOOL 
5939e606d5d8775d801dd93e5b4ca398218168f3ef56961a81b588ebfd0548d2ee03af8e5a3436fe6ed4ad60f972cdd74bed78b30cee949cc77c3fa64a3dd3a6
 DIST linuxconsoletools-1.5.1.tar.bz2 50015 SHA256 
0bd07aacea251d63d3d8a458728c7f965f41ae45891d906cefedc3fde0753b1e SHA512 
41e306ab8a09c3cf05da683c48628b3ffa73f077375391024b5d2bdc53d3baddcc650fe366dc7a3ec605459440a181013b2eff0921854895ba74cb644d70b5eb
 WHIRLPOOL 
ffc06f85125e3f478fa3ded3bbac262fac791314e2548f8ad9dce97167ac0865acf6c4eb5292184eb7725b6145e1438731d5dddb30affcc3cfb4f39de1badd56

diff --git a/games-util/joystick/files/joystick-1.4.9-build.patch 
b/games-util/joystick/files/joystick-1.4.9-build.patch
deleted file mode 100644
index ce951cb..000
--- a/games-util/joystick/files/joystick-1.4.9-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 linuxconsoletools-1.4.9/docs/Makefile
-+++ linuxconsoletools-1.4.9/docs/Makefile
-@@ -20,9 +20,13 @@
- # 02110-1301 USA.
- 
- MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
--ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
-+ffset.1 ffcfstress.1 jscal-store.1 \
- jscal-restore.1
- 
-+ifneq ($(USE_SDL),no)
-+MANPAGES += ffmvforce.1
-+endif
-+
- PREFIX  ?= /usr/local
- 
- install:
 linuxconsoletools-1.4.9/utils/Makefile
-+++ linuxconsoletools-1.4.9/utils/Makefile
-@@ -27,9 +27,13 @@
- 
- CFLAGS?= -g -O2 -Wall
- 
--PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
-+PROGRAMS  = inputattach jstest jscal fftest ffset \
- ffcfstress jscal-restore jscal-store
- 
-+ifneq ($(USE_SDL),no)
-+PROGRAMS += ffmvforce
-+endif
-+
- PREFIX  ?= /usr/local
- 
- compile: $(PROGRAMS)

diff --git a/games-util/joystick/joystick-1.4.9.ebuild 
b/games-util/joystick/joystick-1.4.9.ebuild
deleted file mode 100644
index 6a415b9..000
--- a/games-util/joystick/joystick-1.4.9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-MY_P="linuxconsoletools-${PV}"
-DESCRIPTION="joystick testing utilities"
-HOMEPAGE="http://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
-SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="sdl udev"
-
-DEPEND="sdl? ( media-libs/libsdl:0[video] )
-   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/

2016-06-06 Thread Agostino Sarubbo
commit: a97dc187ce958d551b44f8caa83a60b9517c3686
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  6 14:30:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  6 14:30:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97dc187

games-util/joystick: amd64 stable wrt bug #584688

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 games-util/joystick/joystick-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/joystick/joystick-1.5.1.ebuild 
b/games-util/joystick/joystick-1.5.1.ebuild
index 5ceb0a1..e208491 100644
--- a/games-util/joystick/joystick-1.5.1.ebuild
+++ b/games-util/joystick/joystick-1.5.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="sdl udev"
 
 DEPEND="sdl? ( media-libs/libsdl:0[video] )



[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/, games-util/joystick/files/

2016-04-26 Thread Lars Wendler
commit: 45c19fd7b324426027d0e95edd9a2ac898d336bf
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 26 11:17:37 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 26 11:17:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c19fd7

games-util/joystick: Bump to version 1.5.1

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/Manifest   |  1 +
 .../joystick/files/joystick-1.5.1-build.patch  | 34 +
 games-util/joystick/joystick-1.5.1.ebuild  | 43 ++
 3 files changed, 78 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 6f2f313..5882b44 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1,2 +1,3 @@
 DIST linuxconsoletools-1.4.8.tar.bz2 43964 SHA256 
23c4ac595f608e25f472d947c4193233f763f37ae0cf6b48141d33443a4cee6a SHA512 
ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
 WHIRLPOOL 
c02960d5e171efef3739f440a903ae9b14bec8b6ab4de2181ea691aa78c870f81b291ac98e313d234778fb59c4be8e53242cb46db019f3dffdbd8f26ddcbb113
 DIST linuxconsoletools-1.4.9.tar.bz2 45430 SHA256 
fa9c64f98cd991e71e23fa9b673635e23f0b69f0325593c0a56b8960bb139b67 SHA512 
c2ea4f8f868b3d616bb0a4b84d6a051ed444251cc5d40c775863a5163359c9c34ee9647ff1c74e8659f7fef10d8722b4431b2e1706cf5052505731c1a1232ddd
 WHIRLPOOL 
5939e606d5d8775d801dd93e5b4ca398218168f3ef56961a81b588ebfd0548d2ee03af8e5a3436fe6ed4ad60f972cdd74bed78b30cee949cc77c3fa64a3dd3a6
+DIST linuxconsoletools-1.5.1.tar.bz2 50015 SHA256 
0bd07aacea251d63d3d8a458728c7f965f41ae45891d906cefedc3fde0753b1e SHA512 
41e306ab8a09c3cf05da683c48628b3ffa73f077375391024b5d2bdc53d3baddcc650fe366dc7a3ec605459440a181013b2eff0921854895ba74cb644d70b5eb
 WHIRLPOOL 
ffc06f85125e3f478fa3ded3bbac262fac791314e2548f8ad9dce97167ac0865acf6c4eb5292184eb7725b6145e1438731d5dddb30affcc3cfb4f39de1badd56

diff --git a/games-util/joystick/files/joystick-1.5.1-build.patch 
b/games-util/joystick/files/joystick-1.5.1-build.patch
new file mode 100644
index 000..a9dee20
--- /dev/null
+++ b/games-util/joystick/files/joystick-1.5.1-build.patch
@@ -0,0 +1,34 @@
+--- linuxconsoletools-1.5.1/docs/Makefile
 linuxconsoletools-1.5.1/docs/Makefile
+@@ -20,9 +20,13 @@
+ # 02110-1301 USA.
+ 
+ MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
+-ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
++ffset.1 ffcfstress.1 jscal-store.1 \
+ jscal-restore.1
+ 
++ifneq ($(USE_SDL),no)
++MANPAGES += ffmvforce.1
++endif
++
+ PREFIX  ?= /usr/local
+ 
+ install:
+--- linuxconsoletools-1.5.1/utils/Makefile
 linuxconsoletools-1.5.1/utils/Makefile
+@@ -27,9 +27,13 @@
+ 
+ CFLAGS?= -g -O2 -Wall
+ 
+-PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
++PROGRAMS  = inputattach jstest jscal fftest ffset \
+ ffcfstress jscal-restore jscal-store evdev-joystick
+ 
++ifneq ($(USE_SDL),no)
++PROGRAMS += ffmvforce
++endif
++
+ PREFIX  ?= /usr/local
+ 
+ compile: $(PROGRAMS)

diff --git a/games-util/joystick/joystick-1.5.1.ebuild 
b/games-util/joystick/joystick-1.5.1.ebuild
new file mode 100644
index 000..5ceb0a1
--- /dev/null
+++ b/games-util/joystick/joystick-1.5.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+DESCRIPTION="joystick testing utilities"
+HOMEPAGE="http://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl:0[video] )
+   !

[gentoo-commits] repo/gentoo:master commit in: games-util/joystick/files/, games-util/joystick/

2016-04-07 Thread Lars Wendler
commit: ee032c8a90d4ce9cc06824539afc8abe96a54dee
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Apr  7 13:05:10 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Apr  7 13:05:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee032c8a

games-util/joystick: Bump to version 1.4.9

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 games-util/joystick/Manifest   |  1 +
 .../joystick/files/joystick-1.4.9-build.patch  | 34 +
 games-util/joystick/joystick-1.4.9.ebuild  | 43 ++
 3 files changed, 78 insertions(+)

diff --git a/games-util/joystick/Manifest b/games-util/joystick/Manifest
index 2b49efb..6f2f313 100644
--- a/games-util/joystick/Manifest
+++ b/games-util/joystick/Manifest
@@ -1 +1,2 @@
 DIST linuxconsoletools-1.4.8.tar.bz2 43964 SHA256 
23c4ac595f608e25f472d947c4193233f763f37ae0cf6b48141d33443a4cee6a SHA512 
ea3a0baa3f163e10a4c76f58977a96d91d91bddb1a75cea5195b0a631c11ca55e40730aaa0d1965404837595c4a7fd8b75c3dd7785fe0e47ee2c90021341f262
 WHIRLPOOL 
c02960d5e171efef3739f440a903ae9b14bec8b6ab4de2181ea691aa78c870f81b291ac98e313d234778fb59c4be8e53242cb46db019f3dffdbd8f26ddcbb113
+DIST linuxconsoletools-1.4.9.tar.bz2 45430 SHA256 
fa9c64f98cd991e71e23fa9b673635e23f0b69f0325593c0a56b8960bb139b67 SHA512 
c2ea4f8f868b3d616bb0a4b84d6a051ed444251cc5d40c775863a5163359c9c34ee9647ff1c74e8659f7fef10d8722b4431b2e1706cf5052505731c1a1232ddd
 WHIRLPOOL 
5939e606d5d8775d801dd93e5b4ca398218168f3ef56961a81b588ebfd0548d2ee03af8e5a3436fe6ed4ad60f972cdd74bed78b30cee949cc77c3fa64a3dd3a6

diff --git a/games-util/joystick/files/joystick-1.4.9-build.patch 
b/games-util/joystick/files/joystick-1.4.9-build.patch
new file mode 100644
index 000..ce951cb
--- /dev/null
+++ b/games-util/joystick/files/joystick-1.4.9-build.patch
@@ -0,0 +1,34 @@
+--- linuxconsoletools-1.4.9/docs/Makefile
 linuxconsoletools-1.4.9/docs/Makefile
+@@ -20,9 +20,13 @@
+ # 02110-1301 USA.
+ 
+ MANPAGES  = inputattach.1 jstest.1 jscal.1 fftest.1 \
+-ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
++ffset.1 ffcfstress.1 jscal-store.1 \
+ jscal-restore.1
+ 
++ifneq ($(USE_SDL),no)
++MANPAGES += ffmvforce.1
++endif
++
+ PREFIX  ?= /usr/local
+ 
+ install:
+--- linuxconsoletools-1.4.9/utils/Makefile
 linuxconsoletools-1.4.9/utils/Makefile
+@@ -27,9 +27,13 @@
+ 
+ CFLAGS?= -g -O2 -Wall
+ 
+-PROGRAMS  = inputattach jstest jscal fftest ffmvforce ffset \
++PROGRAMS  = inputattach jstest jscal fftest ffset \
+ ffcfstress jscal-restore jscal-store
+ 
++ifneq ($(USE_SDL),no)
++PROGRAMS += ffmvforce
++endif
++
+ PREFIX  ?= /usr/local
+ 
+ compile: $(PROGRAMS)

diff --git a/games-util/joystick/joystick-1.4.9.ebuild 
b/games-util/joystick/joystick-1.4.9.ebuild
new file mode 100644
index 000..6a415b9
--- /dev/null
+++ b/games-util/joystick/joystick-1.4.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+MY_P="linuxconsoletools-${PV}"
+DESCRIPTION="joystick testing utilities"
+HOMEPAGE="http://sourceforge.net/projects/linuxconsole/ 
http://atrey.karlin.mff.cuni.cz/~vojtech/input/;
+SRC_URI="mirror://sourceforge/linuxconsole/files/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="sdl udev"
+
+DEPEND="sdl? ( media-libs/libsdl:0[video] )
+   !