* [gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/
@ 2017-11-25 14:39 Patrick Lauer
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 2516725e80e1b1512c4a49ed3beb5de8949bb13e
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:28:24 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2516725e
games-misc/xcruiser: Whitespace
Package-Manager: Portage-2.3.16, Repoman-2.3.6
games-misc/xcruiser/xcruiser-0.30.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30.ebuild
index 39c16beb948..5a4d94b26bf 100644
--- a/games-misc/xcruiser/xcruiser-0.30.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=5
inherit toolchain-funcs
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/
@ 2018-04-01 19:07 Matt Turner
0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2018-04-01 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 34690678deaae78929c5c99a4f79dc70486c6341
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 1 19:04:30 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 1 19:06:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34690678
games-misc/xcruiser: Drop unnecessary dependency on x11-libs/libXp
Closes: https://bugs.gentoo.org/649136
.../xcruiser/{xcruiser-0.30.ebuild => xcruiser-0.30-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
similarity index 87%
rename from games-misc/xcruiser/xcruiser-0.30.ebuild
rename to games-misc/xcruiser/xcruiser-0.30-r1.ebuild
index 5a4d94b26bf..c5f7a85927f 100644
--- a/games-misc/xcruiser/xcruiser-0.30.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30-r1.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=5
@@ -14,8 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test"
-RDEPEND="x11-libs/libXaw
- x11-libs/libXp"
+RDEPEND="x11-libs/libXaw"
DEPEND="${RDEPEND}
app-text/rman
x11-misc/gccmakedep
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/
@ 2021-04-16 4:47 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-16 4:47 UTC (permalink / raw
To: gentoo-commits
commit: 5fcbef1653e3b95f0fe7a39f92ba2fa4fbb5761f
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Apr 15 13:17:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 04:46:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcbef16
games-misc/xcruiser: EAPI-7 bump, tidy
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/xcruiser/xcruiser-0.30-r1.ebuild | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/games-misc/xcruiser/xcruiser-0.30-r1.ebuild b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
index 154660e8717..0b64f9c5698 100644
--- a/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
inherit toolchain-funcs
DESCRIPTION="Fly about 3D-formed file system"
@@ -11,11 +12,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RESTRICT="test"
RDEPEND="x11-libs/libXaw"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-text/rman
x11-misc/gccmakedep
>=x11-misc/imake-1.0.8-r1"
@@ -26,11 +27,16 @@ src_configure() {
}
src_compile() {
- emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}"
+ local myemakeargs=(
+ CC="$(tc-getCC)"
+ CDEBUGFLAGS="${CFLAGS}"
+ LOCAL_LDFLAGS="${LDFLAGS}"
+ )
+ emake "${myemakeargs[@]}"
}
src_install() {
dobin xcruiser
- dodoc CHANGES README README.jp TODO
newman xcruiser.man xcruiser.1
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/
@ 2022-09-09 16:45 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2022-09-09 16:45 UTC (permalink / raw
To: gentoo-commits
commit: a300b1a5fbc644557b9c12326593911b5d4e2714
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 16:45:26 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 16:45:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a300b1a5
games-misc/xcruiser: Keyword 0.30-r1 arm64, #869071
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-misc/xcruiser/xcruiser-0.30-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/xcruiser/xcruiser-0.30-r1.ebuild b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
index 0b64f9c5698b..df47efb3b36c 100644
--- a/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="test"
RDEPEND="x11-libs/libXaw"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-09-09 16:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-01 19:07 [gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2022-09-09 16:45 Arthur Zamarin
2021-04-16 4:47 Sam James
2017-11-25 14:39 Patrick Lauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox