From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1169398-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8B61613835A
	for <garchives@archives.gentoo.org>; Fri,  8 May 2020 17:23:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D1B50E081A;
	Fri,  8 May 2020 17:23:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B537CE081A
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 May 2020 17:23:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1F80E34F1D0
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 May 2020 17:23:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F583204
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 May 2020 17:23:28 +0000 (UTC)
From: "Marco Leise" <marco.leise@gmx.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" <marco.leise@gmx.de>
Message-ID: <1588958568.074441feed0c6b81c93e9f506ac33d24f36ed45d.mleise@gentoo>
Subject: [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrive/
X-VCS-Repository: repo/user/dlang
X-VCS-Files: net-misc/onedrive/onedrive-2.3.13.ebuild net-misc/onedrive/onedrive-2.4.1.ebuild
X-VCS-Directories: net-misc/onedrive/
X-VCS-Committer: mleise
X-VCS-Committer-Name: Marco Leise
X-VCS-Revision: 074441feed0c6b81c93e9f506ac33d24f36ed45d
X-VCS-Branch: master
Date: Fri,  8 May 2020 17:23:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dadcc3e5-4124-437a-9380-22cc278e8d52
X-Archives-Hash: 9c6c73943403b78db5c598076a8f4de8

commit:     074441feed0c6b81c93e9f506ac33d24f36ed45d
Author:     Marco Leise <marco.leise <AT> gmx <DOT> de>
AuthorDate: Fri May  8 17:22:48 2020 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Fri May  8 17:22:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=074441fe

onedrive-2.4.1

Signed-off-by: Marco Leise <marco.leise <AT> gmx.de>

 .../onedrive/{onedrive-2.3.13.ebuild => onedrive-2.4.1.ebuild}   | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-misc/onedrive/onedrive-2.3.13.ebuild b/net-misc/onedrive/onedrive-2.4.1.ebuild
similarity index 82%
rename from net-misc/onedrive/onedrive-2.3.13.ebuild
rename to net-misc/onedrive/onedrive-2.4.1.ebuild
index a82444f..c87fd4d 100644
--- a/net-misc/onedrive/onedrive-2.3.13.ebuild
+++ b/net-misc/onedrive/onedrive-2.4.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/abraunegg/onedrive"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	>=dev-db/sqlite-3.7.15:3
 	net-misc/curl
@@ -56,8 +56,7 @@ pkg_postinst() {
 	elog "first use. To do so, run onedrive in a terminal for the user in question and"
 	elog "follow the steps on screen."
 	elog
-	ewarn "The 'skilion' version contains a significant number of defect's in how the"
-	ewarn "local sync state is managed. When upgrading from the 'skilion' version to this"
-	ewarn "version, it is advisable to stop any service / onedrive process from running"
-	ewarn "and then remove your configuration directory (~/.config/onedrive/)."
+	ewarn "When upgrading from 2.3 you are required you to reauthorise your client."
+	ewarn "This is due to changing the client identifier to assist with resolving"
+	ewarn "the correct handling of 429 error responses (activityLimitReached)"
 }