Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/
Date: Thu, 06 May 2021 00:23:03
Message-Id: 1620260576.4247d662afe536d192d00a7ad6fb4a0ae3f6e2a7.Alessandro-Barbieri@gentoo
1 commit: 4247d662afe536d192d00a7ad6fb4a0ae3f6e2a7
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 6 00:18:58 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=4247d662
7
8 net-misc/megasync: fix usptream
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 net-misc/megasync/megasync-4.3.8.0.ebuild | 5 ++++-
13 net-misc/megasync/megasync-9999.ebuild | 5 ++++-
14 net-misc/megasync/metadata.xml | 3 +++
15 3 files changed, 11 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/megasync/megasync-4.3.8.0.ebuild b/net-misc/megasync/megasync-4.3.8.0.ebuild
18 index 8d9107581..604202807 100644
19 --- a/net-misc/megasync/megasync-4.3.8.0.ebuild
20 +++ b/net-misc/megasync/megasync-4.3.8.0.ebuild
21 @@ -6,7 +6,10 @@ EAPI=7
22 inherit autotools desktop qmake-utils xdg cmake
23
24 DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
25 -HOMEPAGE="http://mega.co.nz"
26 +HOMEPAGE="
27 + https://mega.io
28 + https://github.com/meganz/MEGAsync
29 +"
30
31 if [[ ${PV} == 9999 ]];then
32 inherit git-r3
33
34 diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild
35 index 64ae5753b..5447073f4 100644
36 --- a/net-misc/megasync/megasync-9999.ebuild
37 +++ b/net-misc/megasync/megasync-9999.ebuild
38 @@ -6,7 +6,10 @@ EAPI=7
39 inherit autotools desktop qmake-utils xdg cmake
40
41 DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
42 -HOMEPAGE="http://mega.co.nz"
43 +HOMEPAGE="
44 + https://mega.io
45 + https://github.com/meganz/MEGAsync
46 +"
47
48 if [[ ${PV} == 9999 ]];then
49 inherit git-r3
50
51 diff --git a/net-misc/megasync/metadata.xml b/net-misc/megasync/metadata.xml
52 index dbb25160c..045a9632b 100644
53 --- a/net-misc/megasync/metadata.xml
54 +++ b/net-misc/megasync/metadata.xml
55 @@ -6,6 +6,9 @@
56 <name>Samuel Bernardo</name>
57 <description>megasync client from mega.nz</description>
58 </maintainer>
59 + <upstream>
60 + <remote-id type="github">meganz/MEGAsync</remote-id>
61 + </upstream>
62 <use>
63 <flag name='dolphin'>Upload your files to your Mega account from Dolphin file manager.</flag>
64 <flag name='nautilus'>Upload your files to your Mega account from nautilus.</flag>