diff options
author | 2022-11-20 20:33:07 -0500 | |
---|---|---|
committer | 2022-11-20 20:35:50 -0500 | |
commit | 05da0fe97b122dc34457bfb3fa4ca6cd24d3fe45 (patch) | |
tree | 9ef139f5b0dcba90620774c5e0040fb0d2108ef3 /games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild | |
parent | games-action/battalion: fix build w/ upcoming clang16 (diff) | |
download | gentoo-05da0fe97b122dc34457bfb3fa4ca6cd24d3fe45.tar.gz gentoo-05da0fe97b122dc34457bfb3fa4ca6cd24d3fe45.tar.bz2 gentoo-05da0fe97b122dc34457bfb3fa4ca6cd24d3fe45.zip |
games-arcade/grande-KXL: fix build w/ upcoming clang16
Closes: https://bugs.gentoo.org/874990
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild')
-rw-r--r-- | games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild b/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild deleted file mode 100644 index f93c692bec64..000000000000 --- a/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools desktop - -DESCRIPTION="ZANAC type game" -HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html" -SRC_URI=" - mirror://gentoo/${P}.tar.gz - https://dev.gentoo.org/~ionen/distfiles/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - acct-group/gamestat - dev-games/KXL" -RDEPEND="${DEPEND} - media-fonts/font-adobe-100dpi - media-fonts/font-bitstream-100dpi" - -PATCHES=( - "${FILESDIR}"/${P}-cflags.patch - "${FILESDIR}"/${P}-paths.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf --with-highscore-path="${EPREFIX}/var/games" -} - -src_install() { - dodir /var/games - default - - fowners :gamestat /var/games/grande.scores /usr/bin/grande - fperms g+s /usr/bin/grande - fperms 660 /var/games/grande.scores - - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry grande Grande -} |