Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/redeclipse/
Date: Sat, 09 Jan 2021 04:29:24
Message-Id: 1610166554.ccd3d972f0391af6f3a07db48e38363902cb1603.sam@gentoo
1 commit: ccd3d972f0391af6f3a07db48e38363902cb1603
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 04:29:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 04:29:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd3d972
7
8 games-fps/redeclipse: fix libsdl -> libsdl2 dep
9
10 Closes: https://bugs.gentoo.org/751247
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../{redeclipse-1.6.0-r2.ebuild => redeclipse-1.6.0-r3.ebuild} | 6 +++---
15 .../{redeclipse-2.0.0.ebuild => redeclipse-2.0.0-r1.ebuild} | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild b/games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild
19 similarity index 95%
20 rename from games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild
21 rename to games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild
22 index a752c876362..f9fc63f5d11 100644
23 --- a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild
24 +++ b/games-fps/redeclipse/redeclipse-1.6.0-r3.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -17,13 +17,13 @@ IUSE="dedicated"
32
33 DEPEND="!dedicated? (
34 media-libs/freetype:2
35 - media-libs/libsdl:0[opengl]
36 + media-libs/libsdl2[opengl]
37 media-libs/sdl2-image:0[jpeg,png]
38 media-libs/sdl2-mixer:0[mp3,vorbis]
39 virtual/opengl
40 x11-libs/libX11
41 )
42 - >=net-libs/enet-1.3.9
43 + >=net-libs/enet-1.3.9:=
44 sys-libs/zlib"
45 RDEPEND="${DEPEND}"
46
47
48 diff --git a/games-fps/redeclipse/redeclipse-2.0.0.ebuild b/games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild
49 similarity index 95%
50 rename from games-fps/redeclipse/redeclipse-2.0.0.ebuild
51 rename to games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild
52 index 8af7b5e8891..14c1520b9b5 100644
53 --- a/games-fps/redeclipse/redeclipse-2.0.0.ebuild
54 +++ b/games-fps/redeclipse/redeclipse-2.0.0-r1.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 +# Copyright 1999-2021 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61 @@ -16,13 +16,13 @@ IUSE="dedicated"
62
63 DEPEND="!dedicated? (
64 media-libs/freetype:2
65 - media-libs/libsdl:0[opengl]
66 + media-libs/libsdl2[opengl]
67 media-libs/sdl2-image:0[jpeg,png]
68 media-libs/sdl2-mixer:0[mp3,vorbis]
69 virtual/opengl
70 x11-libs/libX11
71 )
72 - >=net-libs/enet-1.3.9
73 + >=net-libs/enet-1.3.9:=
74 sys-libs/zlib"
75 RDEPEND="${DEPEND}"