Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia/
Date: Wed, 09 Feb 2022 18:54:14
Message-Id: 1644432702.0a8afb2aa22880dcad3168e6f0c0bde4b95fe757.ionen@gentoo
1 commit: 0a8afb2aa22880dcad3168e6f0c0bde4b95fe757
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 18:51:42 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 18:51:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8afb2a
7
8 games-emulation/nestopia: sync live
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-emulation/nestopia/nestopia-9999.ebuild | 21 ++++++++++++---------
13 1 file changed, 12 insertions(+), 9 deletions(-)
14
15 diff --git a/games-emulation/nestopia/nestopia-9999.ebuild b/games-emulation/nestopia/nestopia-9999.ebuild
16 index 98f2f70517d9..c6bdbe0d6fb8 100644
17 --- a/games-emulation/nestopia/nestopia-9999.ebuild
18 +++ b/games-emulation/nestopia/nestopia-9999.ebuild
19 @@ -1,14 +1,14 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 inherit autotools xdg
28
29 -DESCRIPTION="A portable Nintendo Entertainment System emulator written in C++"
30 +DESCRIPTION="Portable Nintendo Entertainment System emulator written in C++"
31 HOMEPAGE="http://0ldsk00l.ca/nestopia/"
32
33 -if [[ ${PV} == *9999 ]]; then
34 +if [[ ${PV} == 9999 ]]; then
35 inherit git-r3
36 EGIT_REPO_URI="https://github.com/0ldsk00l/nestopia.git"
37 else
38 @@ -22,15 +22,18 @@ IUSE="doc"
39
40 RDEPEND="
41 app-arch/libarchive:=
42 - media-libs/libepoxy
43 - media-libs/libsdl2[sound,joystick,video]
44 - sys-libs/zlib
45 - x11-libs/gtk+:3"
46 + media-libs/libglvnd
47 + media-libs/libsdl2[joystick,sound]
48 + sys-libs/zlib:=
49 + x11-libs/fltk:1[opengl]"
50 DEPEND="${RDEPEND}"
51 -BDEPEND="virtual/pkgconfig"
52 +BDEPEND="
53 + sys-devel/autoconf-archive
54 + virtual/pkgconfig"
55
56 src_prepare() {
57 default
58 +
59 eautoreconf
60 }