* [gentoo-commits] repo/gentoo:master commit in: app-misc/joy2key/
@ 2017-09-13 16:59 Amy Liffey
0 siblings, 0 replies; 4+ messages in thread
From: Amy Liffey @ 2017-09-13 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 7a8317434887850fa33561c213ae5dc7daee0594
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 10:59:20 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 16:55:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a831743
app-misc/joy2key: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/joy2key/joy2key-1.6.3-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
new file mode 100644
index 00000000000..38c8331331c
--- /dev/null
+++ b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="An application that translates joystick events to keyboard events"
+HOMEPAGE="https://sourceforge.net/projects/joy2key"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="X"
+
+RDEPEND="X? ( x11-libs/libX11
+ x11-apps/xwininfo )"
+DEPEND="${RDEPEND}
+ X? ( x11-proto/xproto )"
+
+src_configure() {
+ econf --disable-dependency-tracking $(use_enable X)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/joy2key/
@ 2017-10-21 17:25 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-10-21 17:25 UTC (permalink / raw
To: gentoo-commits
commit: be9c47a46593caabf1715fdcb1a4308614dc1eaf
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 17:18:48 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 17:25:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9c47a4
app-misc/joy2key: clean up old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-misc/joy2key/joy2key-1.6.3.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/app-misc/joy2key/joy2key-1.6.3.ebuild b/app-misc/joy2key/joy2key-1.6.3.ebuild
deleted file mode 100644
index c8aeff36a5c..00000000000
--- a/app-misc/joy2key/joy2key-1.6.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="An application that translates joystick events to keyboard events"
-HOMEPAGE="https://sourceforge.net/projects/joy2key"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="X"
-
-RDEPEND="X? ( x11-libs/libX11
- x11-apps/xwininfo )"
-DEPEND="${RDEPEND}
- X? ( x11-proto/xproto )"
-
-src_compile() {
- econf --disable-dependency-tracking $(use_enable X)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/joy2key/
@ 2017-10-21 17:25 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-10-21 17:25 UTC (permalink / raw
To: gentoo-commits
commit: ce2cec8f40eec785e267f18ffa710ab2844fd7a7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 17:18:29 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 17:24:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2cec8f
app-misc/joy2key: stable for amd64+x86.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-misc/joy2key/joy2key-1.6.3-r1.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
index 38c8331331c..11f1f0f98d0 100644
--- a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
+++ b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
@@ -9,19 +9,22 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="X"
-RDEPEND="X? ( x11-libs/libX11
+RDEPEND="
+ X? ( x11-libs/libX11
x11-apps/xwininfo )"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
X? ( x11-proto/xproto )"
+DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO )
+
src_configure() {
econf --disable-dependency-tracking $(use_enable X)
}
src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO
+ default
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/joy2key/
@ 2022-07-31 20:03 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-07-31 20:03 UTC (permalink / raw
To: gentoo-commits
commit: b923008edf7494be1d9d48d8812af40209064fb4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:26 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b923008e
app-misc/joy2key: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{joy2key-1.6.3-r1.ebuild => joy2key-1.6.3-r2.ebuild} | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild b/app-misc/joy2key/joy2key-1.6.3-r2.ebuild
similarity index 73%
rename from app-misc/joy2key/joy2key-1.6.3-r1.ebuild
rename to app-misc/joy2key/joy2key-1.6.3-r2.ebuild
index ecdf4fe1429b..3a354447b149 100644
--- a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
+++ b/app-misc/joy2key/joy2key-1.6.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="An application that translates joystick events to keyboard events"
HOMEPAGE="https://sourceforge.net/projects/joy2key"
@@ -13,18 +13,19 @@ KEYWORDS="amd64 ppc x86"
IUSE="X"
RDEPEND="
- X? ( x11-libs/libX11
- x11-apps/xwininfo )"
+ X? (
+ x11-libs/libX11
+ x11-apps/xwininfo
+ )"
DEPEND="
${RDEPEND}
X? ( x11-base/xorg-proto )"
-DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO )
-
src_configure() {
econf $(use_enable X)
}
src_install() {
default
+ dodoc joy2keyrc.sample rawscancodes
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-31 20:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 17:25 [gentoo-commits] repo/gentoo:master commit in: app-misc/joy2key/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2022-07-31 20:03 David Seifert
2017-10-21 17:25 Patrice Clement
2017-09-13 16:59 Amy Liffey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox