Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
Date: Thu, 06 May 2021 00:23:04
Message-Id: 1620260576.d1e3d8e326c6ed78e6b9cf1506167ebd63683047.Alessandro-Barbieri@gentoo
1 commit: d1e3d8e326c6ed78e6b9cf1506167ebd63683047
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 6 00:11:06 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu May 6 00:22:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1e3d8e3
7
8 games-emulation/melonds: add github remote, remove gitlab
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 games-emulation/melonds/melonds-0.9.1.ebuild | 5 ++++-
13 games-emulation/melonds/melonds-0.9.2.ebuild | 5 ++++-
14 games-emulation/melonds/melonds-9999.ebuild | 5 ++++-
15 games-emulation/melonds/metadata.xml | 2 +-
16 4 files changed, 13 insertions(+), 4 deletions(-)
17
18 diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild b/games-emulation/melonds/melonds-0.9.1.ebuild
19 index 50d4cad19..9e9589527 100644
20 --- a/games-emulation/melonds/melonds-0.9.1.ebuild
21 +++ b/games-emulation/melonds/melonds-0.9.1.ebuild
22 @@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
23 inherit xdg cmake
24
25 DESCRIPTION="Nintendo DS emulator, sorta"
26 -HOMEPAGE="http://melonds.kuribo64.net/"
27 +HOMEPAGE="
28 + http://melonds.kuribo64.net
29 + https://github.com/Arisotura/melonDS
30 +"
31
32 if [[ "${PV}" == *9999* ]]; then
33 inherit git-r3
34
35 diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
36 index c19093aea..b567fa8d7 100644
37 --- a/games-emulation/melonds/melonds-0.9.2.ebuild
38 +++ b/games-emulation/melonds/melonds-0.9.2.ebuild
39 @@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
40 inherit xdg cmake
41
42 DESCRIPTION="Nintendo DS emulator, sorta"
43 -HOMEPAGE="http://melonds.kuribo64.net/"
44 +HOMEPAGE="
45 + http://melonds.kuribo64.net
46 + https://github.com/Arisotura/melonDS
47 +"
48
49 if [[ "${PV}" == *9999* ]]; then
50 inherit git-r3
51
52 diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
53 index c19093aea..b567fa8d7 100644
54 --- a/games-emulation/melonds/melonds-9999.ebuild
55 +++ b/games-emulation/melonds/melonds-9999.ebuild
56 @@ -9,7 +9,10 @@ MY_P="${MY_PN}-${PV}"
57 inherit xdg cmake
58
59 DESCRIPTION="Nintendo DS emulator, sorta"
60 -HOMEPAGE="http://melonds.kuribo64.net/"
61 +HOMEPAGE="
62 + http://melonds.kuribo64.net
63 + https://github.com/Arisotura/melonDS
64 +"
65
66 if [[ "${PV}" == *9999* ]]; then
67 inherit git-r3
68
69 diff --git a/games-emulation/melonds/metadata.xml b/games-emulation/melonds/metadata.xml
70 index 81bdb41b1..877a2c235 100644
71 --- a/games-emulation/melonds/metadata.xml
72 +++ b/games-emulation/melonds/metadata.xml
73 @@ -6,6 +6,6 @@
74 <name>Maciej Barć</name>
75 </maintainer>
76 <upstream>
77 - <remote-id type="gitlab">Arisotura/melonDS</remote-id>
78 + <remote-id type="github">Arisotura/melonDS</remote-id>
79 </upstream>
80 </pkgmetadata>