Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/xzip/
Date: Sat, 02 Apr 2022 09:05:59
Message-Id: 1648890328.b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8.chewi@gentoo
1 commit: b62bd3d9900cc6d364bebeff3fcd7b745dfc43f8
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Apr 1 15:36:27 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 09:05:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62bd3d9
7
8 games-engines/xzip: EAPI8 bump, fix HOMEPAGE, fix calling cc directly
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/24851
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-engines/xzip/xzip-1.8.2-r3.ebuild | 12 +++++++-----
16 1 file changed, 7 insertions(+), 5 deletions(-)
17
18 diff --git a/games-engines/xzip/xzip-1.8.2-r3.ebuild b/games-engines/xzip/xzip-1.8.2-r3.ebuild
19 index b961ce3ca312..c6cb0d735cdb 100644
20 --- a/games-engines/xzip/xzip-1.8.2-r3.ebuild
21 +++ b/games-engines/xzip/xzip-1.8.2-r3.ebuild
22 @@ -1,16 +1,17 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29 +
30 +inherit toolchain-funcs
31
32 DESCRIPTION="X interface to Z-code based text games"
33 -HOMEPAGE="http://www.eblong.com/zarf/xzip.html"
34 -SRC_URI="http://www.eblong.com/zarf/ftp/xzip182.tar.Z"
35 +HOMEPAGE="https://www.eblong.com/zarf/xzip.html"
36 +SRC_URI="https://www.eblong.com/zarf/ftp/xzip182.tar.Z"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42 RESTRICT="test"
43
44 DEPEND="x11-libs/libX11"
45 @@ -19,6 +20,7 @@ RDEPEND=${DEPEND}
46 S="${WORKDIR}/xzip"
47
48 src_compile() {
49 + tc-export CC
50 emake \
51 CFLAGS="${CFLAGS} -DAUTO_END_MODE" \
52 LDFLAGS="${LDFLAGS}"