* [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/
@ 2017-12-21 9:58 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-12-21 9:58 UTC (permalink / raw
To: gentoo-commits
commit: ec69b2fc143f28426a3db59160b157f5cc2c2b5f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:49:09 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:58:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec69b2fc
games-util/qjoypad: 4.3.0 version bump
Bug: https://bugs.gentoo.org/623602
Thanks-to: maurerpe <junk4me46806 <AT> yahoo.com>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
games-util/qjoypad/Manifest | 1 +
games-util/qjoypad/qjoypad-4.3.0.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/games-util/qjoypad/Manifest b/games-util/qjoypad/Manifest
index 2d6f2f7529d..4a852f20a76 100644
--- a/games-util/qjoypad/Manifest
+++ b/games-util/qjoypad/Manifest
@@ -1 +1,2 @@
DIST qjoypad-4.1.0.tar.gz 82306 BLAKE2B dbacfae302d07afc0e34d9c7d1511d7f0bc89accc7c58d673682434cca664232c7e5004302bf827bef6bc05d32e9a631d900ed6cdef0108a65b36328858b67dc SHA512 c14705aa24ead7c358dc2c82284ae5145df4eb041f47d4a017391346719b6330a8a1146e37ebd1f5d25d755385b611965b94b5835f9df0f6b2ef5e6a4ea3bc7b
+DIST v4.3.0.tar.gz 89134 BLAKE2B f035ac024176e352f2c0f88f0677cb4f30e643f64fd2f1214808c0273b0db8cf0a8b133e216b39fddf0ed9717c3e18955357e459ff30c494176ea7cf979b6943 SHA512 99febfc67fff149c476fffeed47eddd9e626e448afcb179eadc8dbe071da42ac692d153f3f43419c4280265527f5e84ede72cb4d59ba574819f7755e3d090e51
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild
new file mode 100644
index 00000000000..690f1076245
--- /dev/null
+++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils desktop
+
+DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
+HOMEPAGE="https://github.com/panzi/qjoypad"
+SRC_URI="https://github.com/panzi/qjoypad/archive/v${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ virtual/libudev
+ x11-libs/libxcb
+ x11-libs/libXtst
+"
+DEPEND="${RDEPEND}
+ x11-proto/inputproto
+ x11-proto/xextproto
+ x11-proto/xproto
+"
+
+src_install() {
+ cmake-utils_src_install
+
+ local i
+ dodoc README.md
+ cd icons
+ for i in *.png; do
+ newicon ${i} ${i/gamepad/qjoypad}
+ done
+ make_desktop_entry ${PN} QJoypad ${PN}
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/
@ 2017-12-21 10:32 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-12-21 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 36bf77995b2d8aab9e2b3d77225dd268451c8860
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 10:32:12 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 10:32:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bf7799
games-util/qjoypad: Add missing || die, drop dodoc
Thanks-to: Soap
Package-Manager: Portage-2.3.19, Repoman-2.3.6
games-util/qjoypad/qjoypad-4.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild
index 690f1076245..7ef61b163cd 100644
--- a/games-util/qjoypad/qjoypad-4.3.0.ebuild
+++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild
@@ -33,8 +33,7 @@ src_install() {
cmake-utils_src_install
local i
- dodoc README.md
- cd icons
+ cd icons || die
for i in *.png; do
newicon ${i} ${i/gamepad/qjoypad}
done
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/
@ 2017-12-21 12:13 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-12-21 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 21020df8e47e0d6ff47af0bf01e9a0168d5396a0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 12:13:12 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 12:13:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21020df8
games-util/qjoypad: Fix tar name
Package-Manager: Portage-2.3.19, Repoman-2.3.6
games-util/qjoypad/Manifest | 2 +-
games-util/qjoypad/qjoypad-4.3.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-util/qjoypad/Manifest b/games-util/qjoypad/Manifest
index dd8ec0f2468..7598436048e 100644
--- a/games-util/qjoypad/Manifest
+++ b/games-util/qjoypad/Manifest
@@ -1 +1 @@
-DIST v4.3.0.tar.gz 89134 BLAKE2B f035ac024176e352f2c0f88f0677cb4f30e643f64fd2f1214808c0273b0db8cf0a8b133e216b39fddf0ed9717c3e18955357e459ff30c494176ea7cf979b6943 SHA512 99febfc67fff149c476fffeed47eddd9e626e448afcb179eadc8dbe071da42ac692d153f3f43419c4280265527f5e84ede72cb4d59ba574819f7755e3d090e51
+DIST qjoypad-4.3.0.tar.gz 89134 BLAKE2B f035ac024176e352f2c0f88f0677cb4f30e643f64fd2f1214808c0273b0db8cf0a8b133e216b39fddf0ed9717c3e18955357e459ff30c494176ea7cf979b6943 SHA512 99febfc67fff149c476fffeed47eddd9e626e448afcb179eadc8dbe071da42ac692d153f3f43419c4280265527f5e84ede72cb4d59ba574819f7755e3d090e51
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild
index 7ef61b163cd..3f027a2a35a 100644
--- a/games-util/qjoypad/qjoypad-4.3.0.ebuild
+++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild
@@ -7,7 +7,7 @@ inherit cmake-utils desktop
DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
HOMEPAGE="https://github.com/panzi/qjoypad"
-SRC_URI="https://github.com/panzi/qjoypad/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/panzi/qjoypad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/
@ 2018-01-12 10:32 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-01-12 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 326d95291e90e9f1066456f55abad2580d667c0a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 10:31:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 10:32:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326d9529
games-util/qjoypad: Add missing DEPEND
Closes: https://bugs.gentoo.org/644292
Package-Manager: Portage-2.3.19, Repoman-2.3.6
games-util/qjoypad/qjoypad-4.3.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild
index 3f027a2a35a..c4578b2cd3d 100644
--- a/games-util/qjoypad/qjoypad-4.3.0.ebuild
+++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,7 @@ RDEPEND="
x11-libs/libXtst
"
DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
x11-proto/inputproto
x11-proto/xextproto
x11-proto/xproto
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/
@ 2019-11-08 21:10 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-11-08 21:10 UTC (permalink / raw
To: gentoo-commits
commit: 25e615dac2ce137d7171c54583411b8bf553fafe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 21:09:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 21:09:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e615da
games-util/qjoypad: Drop 4.3.0
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-util/qjoypad/Manifest | 1 -
games-util/qjoypad/qjoypad-4.3.0.ebuild | 44 ---------------------------------
2 files changed, 45 deletions(-)
diff --git a/games-util/qjoypad/Manifest b/games-util/qjoypad/Manifest
index 7fcec1eeef8..b73276c61f5 100644
--- a/games-util/qjoypad/Manifest
+++ b/games-util/qjoypad/Manifest
@@ -1,2 +1 @@
-DIST qjoypad-4.3.0.tar.gz 89134 BLAKE2B f035ac024176e352f2c0f88f0677cb4f30e643f64fd2f1214808c0273b0db8cf0a8b133e216b39fddf0ed9717c3e18955357e459ff30c494176ea7cf979b6943 SHA512 99febfc67fff149c476fffeed47eddd9e626e448afcb179eadc8dbe071da42ac692d153f3f43419c4280265527f5e84ede72cb4d59ba574819f7755e3d090e51
DIST qjoypad-4.3.1.tar.gz 89122 BLAKE2B 6be6c855ee50f88e4afaa78e7f0d6ce7e529a0866142a59c8a1bf39315329c841b19670aad9ce0556e41b5d599ebb5e3adbc609a623f4908a6c7de2f1bfc64fc SHA512 f6c941c65c06266fb4bcc9e7d8a51c5c3a55f57ba8addfadf9d575f850cad428560c8b51e70faf9a40624088534f7e96d2b7f5747b48d05b25ffd31bad2e645a
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild
deleted file mode 100644
index 71d99ae8ad0..00000000000
--- a/games-util/qjoypad/qjoypad-4.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils desktop
-
-DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
-HOMEPAGE="https://github.com/panzi/qjoypad"
-SRC_URI="https://github.com/panzi/qjoypad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
- dev-qt/linguist-tools:5
-"
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- virtual/libudev
- x11-libs/libxcb
- x11-libs/libXtst
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
-
-src_install() {
- cmake-utils_src_install
-
- local i
- cd icons || die
- for i in *.png; do
- newicon ${i} ${i/gamepad/qjoypad}
- done
- make_desktop_entry ${PN} QJoypad ${PN}
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/
@ 2019-11-08 21:10 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-11-08 21:10 UTC (permalink / raw
To: gentoo-commits
commit: 9a39f21ea45bb2b3b702daa1916cae5a2e05ee51
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 21:08:45 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 21:09:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a39f21e
games-util/qjoypad: 4.3.1 version bump
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-util/qjoypad/Manifest | 1 +
games-util/qjoypad/qjoypad-4.3.1.ebuild | 44 +++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/games-util/qjoypad/Manifest b/games-util/qjoypad/Manifest
index 7598436048e..7fcec1eeef8 100644
--- a/games-util/qjoypad/Manifest
+++ b/games-util/qjoypad/Manifest
@@ -1 +1,2 @@
DIST qjoypad-4.3.0.tar.gz 89134 BLAKE2B f035ac024176e352f2c0f88f0677cb4f30e643f64fd2f1214808c0273b0db8cf0a8b133e216b39fddf0ed9717c3e18955357e459ff30c494176ea7cf979b6943 SHA512 99febfc67fff149c476fffeed47eddd9e626e448afcb179eadc8dbe071da42ac692d153f3f43419c4280265527f5e84ede72cb4d59ba574819f7755e3d090e51
+DIST qjoypad-4.3.1.tar.gz 89122 BLAKE2B 6be6c855ee50f88e4afaa78e7f0d6ce7e529a0866142a59c8a1bf39315329c841b19670aad9ce0556e41b5d599ebb5e3adbc609a623f4908a6c7de2f1bfc64fc SHA512 f6c941c65c06266fb4bcc9e7d8a51c5c3a55f57ba8addfadf9d575f850cad428560c8b51e70faf9a40624088534f7e96d2b7f5747b48d05b25ffd31bad2e645a
diff --git a/games-util/qjoypad/qjoypad-4.3.1.ebuild b/games-util/qjoypad/qjoypad-4.3.1.ebuild
new file mode 100644
index 00000000000..bbe3cb1a257
--- /dev/null
+++ b/games-util/qjoypad/qjoypad-4.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils desktop
+
+DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
+HOMEPAGE="https://github.com/panzi/qjoypad"
+SRC_URI="https://github.com/panzi/qjoypad/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+ dev-qt/linguist-tools:5
+"
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ virtual/libudev
+ x11-libs/libxcb
+ x11-libs/libXtst
+"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+"
+
+PATCHES=( "${FILESDIR}/${PN}-4.3.0-cmake.patch" )
+
+src_install() {
+ cmake-utils_src_install
+
+ local i
+ cd icons || die
+ for i in *.png; do
+ newicon ${i} ${i/gamepad/qjoypad}
+ done
+ make_desktop_entry ${PN} QJoypad ${PN}
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-11-08 21:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 9:58 [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2017-12-21 10:32 Andreas Sturmlechner
2017-12-21 12:13 Andreas Sturmlechner
2018-01-12 10:32 Andreas Sturmlechner
2019-11-08 21:10 Andreas Sturmlechner
2019-11-08 21:10 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox