[gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/

2022-09-09 Thread Arthur Zamarin
commit: a300b1a5fbc644557b9c12326593911b5d4e2714
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  9 16:45:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  9 16:45:26 2022 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/

2021-04-15 Thread Sam James
commit: 5fcbef1653e3b95f0fe7a39f92ba2fa4fbb5761f
Author: Ionen Wolkens  gmail  com>
AuthorDate: Thu Apr 15 13:17:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 16 04:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcbef16

games-misc/xcruiser: EAPI-7 bump, tidy

Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: Sam James  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
 }



[gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/

2018-04-01 Thread Matt Turner
commit: 34690678deaae78929c5c99a4f79dc70486c6341
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  1 19:04:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  1 19:06:37 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: games-misc/xcruiser/

2017-11-25 Thread Patrick Lauer
commit: 2516725e80e1b1512c4a49ed3beb5de8949bb13e
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Nov 25 14:28:24 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Nov 25 14:39:05 2017 +
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