public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: net-misc/megasync/
Date: Mon, 24 May 2021 09:47:02 +0000 (UTC)	[thread overview]
Message-ID: <1621849600.325619ccca4288cd7cd6d1b3736ca81f2ceba9a2.samuelbernardo@gentoo> (raw)

commit:     325619ccca4288cd7cd6d1b3736ca81f2ceba9a2
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Mon May 24 09:46:40 2021 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Mon May 24 09:46:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=325619cc

Correct megasync 9999 to be hard masked

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 net-misc/megasync/Manifest             | 2 +-
 net-misc/megasync/megasync-9999.ebuild | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-misc/megasync/Manifest b/net-misc/megasync/Manifest
index 9bb5f46..fbf9f64 100644
--- a/net-misc/megasync/Manifest
+++ b/net-misc/megasync/Manifest
@@ -1,5 +1,5 @@
 AUX megasync-4.5.0.0_ffmpeg.patch 1062 BLAKE2B 12a4d861a628773c10de804b3c86c2bad022b3ed91f4823df184839105108283302269d0e40c0939ea3889e46154abecec6ccfa27cad4945ab2913bc06150883 SHA512 fa71543bbf4ab9d11410294820d1a9e454733028367bfa4b6bc2b8e53bab0563dba8c1d569daba0bc8e74a9c4aa46f1268a486826a0c7ba84ef62bb1e31c8598
 AUX megasync-4.5.0.0_pdfium.patch 543 BLAKE2B f01314b9a238d4ba723ab8eb1dd4470cf377cc8a24d8ae89744512b8774aab404b3671a3d82960e7bca90d8cf22d72136ab0d0e3e3e5ba8bb4cb8f40155d0e46 SHA512 948c1dc61b553cdec7bcd6278cd4033e7ed464ee42d54be56341047f103d285d226b69dc40ef37f447e43bd0648511b0b0c1a87a243041503ef6af161acfb566
 EBUILD megasync-4.5.0.0.ebuild 3258 BLAKE2B 9a895f35f8707d9f562b0f9d13b9e843f414a8695f3b6547bff9443e76249d1de524c0e0ad7f0f003eea758f2bd4b8742d88cf88862b86947a9e42699ea79041 SHA512 9d61aded8899b2f2bf86a471b9df77c7ac92458bd93f107fe0ed2c055d4b2cf8a32fb11d18bd7902157789d375d2f7d2938468b303a63d0512bc8c1984064280
-EBUILD megasync-9999.ebuild 3378 BLAKE2B 27ff80b94ff831925a787695af9add365f30952d1eb079d5b50e5dd1c6455579e394da5576def9333bcec5f9eb5191fcd6279e9b56c30873a444503aa48358b1 SHA512 6f594260c08a5167fdfb6af09100bd8f3d84aa05a671b25ade51ced31e35b58ec3b8d4a5a6a3f509457cfe603e0c13b72402c37525ad60e2434df766c8d9d921
+EBUILD megasync-9999.ebuild 3272 BLAKE2B df11cbfcd3a817bb0e4b97bfc9bd39f3572b078a4dae50572ab72a6c6597a5f82959d366f1d10ac593b00d8b3b4250ccbe90eba7ca8e814ddaf0358ed851cb1f SHA512 f14eb8ef1bb67a76921cd3a46faf17da8560452c14e6ecc481c7999946a8075f5179d0a454365b84d4e21a73b82a910fbc3e4a4db4be33085fcba2d37b22aabb
 MISC metadata.xml 736 BLAKE2B 607426e8fd147aca3e0d4d14bafa37f3741720596f32d745d6c9b001d15f44fe766a34ff1cc44be4dd05415d5255574e54865c212e9d388563f6682d18282077 SHA512 63dd47f49a21469c1491830a509c23d09daff2bc526780b970f7fc02ca63ca7e2ae14f5c43acfbc990e1b14736759cf366268e8a8a6df85fdb77b5c36819bdc0

diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild
index 79795f7..12d1206 100644
--- a/net-misc/megasync/megasync-9999.ebuild
+++ b/net-misc/megasync/megasync-9999.ebuild
@@ -15,11 +15,12 @@ RTAG="_Win"
 EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
 if [[ ${PV} == 9999 ]]; then
 	EGIT_BRANCH="master"
+	KEYWORDS=""
 else
 	EGIT_COMMIT="v${PV}${RTAG}"
+	KEYWORDS="~x86 ~amd64"
 fi
 EGIT_SUBMODULES=( '*' )
-KEYWORDS="~x86 ~amd64"
 
 LICENSE="MEGA"
 SLOT="0"
@@ -70,9 +71,6 @@ PATCHES=( )
 CMAKE_USE_DIR="${S}/src/MEGAShellExtDolphin"
 
 src_prepare() {
-	if [ -e "${FILESDIR}/MEGAsync-${PV}.0_Linux.patch" ]; then
-		eapply -p0 "${FILESDIR}/MEGAsync-${PV}.0_Linux.patch"
-	fi
 	if [ -e "${FILESDIR}/${P}_pdfium.patch" ]; then
 		cd "${S}/src/MEGASync/mega"
 		eapply -Np1 "${FILESDIR}/${P}_pdfium.patch"


             reply	other threads:[~2021-05-24  9:47 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24  9:47 Samuel Bernardo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 10:20 [gentoo-commits] repo/user/ssnb:master commit in: net-misc/megasync/ Samuel Bernardo
2021-01-17 18:16 Samuel Bernardo
2021-01-17 18:05 Samuel Bernardo
2020-11-07 11:11 Samuel Bernardo
2020-09-21  1:41 Samuel Bernardo
2020-03-30 16:13 Samuel Bernardo
2020-03-30 12:30 Samuel Bernardo
2020-03-30 12:23 Samuel Bernardo
2020-03-30 11:27 Samuel Bernardo
2020-03-30 11:27 Samuel Bernardo
2020-01-14  0:20 Samuel Bernardo
2020-01-12 18:08 Samuel Bernardo
2019-11-12 20:21 Samuel Bernardo
2019-08-20  7:45 Samuel Bernardo
2019-07-28 12:43 Samuel Bernardo
2019-07-28 12:27 Samuel Bernardo
2019-05-25  7:01 Samuel Bernardo
2019-02-10 23:01 Samuel Bernardo
2019-02-10 17:23 Samuel Bernardo
2019-02-10 17:22 Samuel Bernardo
2018-11-14  0:39 Samuel Bernardo
2018-06-26 18:50 Samuel Bernardo
2018-05-21 20:13 Samuel Bernardo
2018-05-12 18:55 Samuel Bernardo
2018-02-11 21:25 Samuel Bernardo
2017-11-19 15:06 Samuel Bernardo
2017-07-30 23:26 Samuel Bernardo
2017-07-30 23:21 Samuel Bernardo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1621849600.325619ccca4288cd7cd6d1b3736ca81f2ceba9a2.samuelbernardo@gentoo \
    --to=samuelbernardo.mail@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox