Gentoo Archives: gentoo-commits

From: Marco Leise <marco.leise@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrive/
Date: Mon, 06 Jan 2020 23:14:59
Message-Id: 1578349015.837016850770eefdf014abcb74099b8075c8ff78.mleise@gentoo
1 commit: 837016850770eefdf014abcb74099b8075c8ff78
2 Author: Marco Leise <marco.leise <AT> gmx <DOT> de>
3 AuthorDate: Mon Jan 6 20:23:32 2020 +0000
4 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de>
5 CommitDate: Mon Jan 6 22:16:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=83701685
7
8 onedrive-2.3.13
9
10 Signed-off-by: Marco Leise <marco.leise <AT> gmx.de>
11
12 net-misc/onedrive/Manifest | 2 +-
13 net-misc/onedrive/onedrive-2.3.11.ebuild | 4 ++--
14 .../{onedrive-2.3.10.ebuild => onedrive-2.3.13.ebuild} | 11 ++---------
15 3 files changed, 5 insertions(+), 12 deletions(-)
16
17 diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
18 index e0bb0f4..edf7ff5 100644
19 --- a/net-misc/onedrive/Manifest
20 +++ b/net-misc/onedrive/Manifest
21 @@ -1,3 +1,3 @@
22 -DIST onedrive-2.3.10.tar.gz 656374 BLAKE2B fad1b26de532c0033544fb9ea1eda5c2bd3c9bbbe84db59f02f3f5484b604f8510e8807466403861ac060a56679425400e36d1d31f2030e55149400676079997 SHA512 94fe4c963e71c2e4c8f295eaa3242e4177320b21531d38faa74558a045c0c8e544a35d8b31da3549f94af46f68ab0738a0b60c4bf0ddff051d836fd514c5cd32
23 DIST onedrive-2.3.11.tar.gz 659720 BLAKE2B 2f02f650d8f5dba629af6e7fcf770e2909d032b200f2296e1f7c130462b61e9cd6edfb5a085a9e191f5b1a7ca8f68fa3f3688820deb6ddc093491fddef4afa0d SHA512 fcaf2f107e7a72dcd9d6af7a6fe4770d9ef34cc63168e331f2bdba57133c2a2e79a436a862cae1b04fde880ecf155c4fc4d26d48f31dde5b87f7ce04f518ef25
24 DIST onedrive-2.3.12.tar.gz 661491 BLAKE2B ebf4cc3455b90244b5d361849cfab6b269c42112a07a77c726cd67d6255edfca3af482a43dec079a4119c9d5a4f75304d39e8790712e8bf35c07eb975b284315 SHA512 edf7c51a2e312e30467b23c70acf4e78f563fc124f2444fd9c14f90aa528c3417372f8e0b958e519b749370d3ed248d96840c5de4569ab9838ce3ae8b73ef3e6
25 +DIST onedrive-2.3.13.tar.gz 662746 BLAKE2B c49b5a27bb1d9288c0e56fa639470ba92a04d69a2ee3d8a7765dc9f68269ccd597c10db0b00ec51ca694ce9026c80f1a247e81afb44d4a4ae03fa99b6abbc433 SHA512 fe5ec03b9f80bffb96e69599184aba2c285fec02f3fb5480796f78b170a6763ae93d613b10a007391a9ad5c4ec5215caa7f3b3b48d76a9493a84dcd3b9a6889d
26
27 diff --git a/net-misc/onedrive/onedrive-2.3.11.ebuild b/net-misc/onedrive/onedrive-2.3.11.ebuild
28 index 0c5102a..d31854e 100644
29 --- a/net-misc/onedrive/onedrive-2.3.11.ebuild
30 +++ b/net-misc/onedrive/onedrive-2.3.11.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 +# Copyright 1999-2020 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=7
37 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/abraunegg/onedrive"
38 LICENSE="GPL-3"
39
40 SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 +KEYWORDS="amd64 x86"
43 RDEPEND="
44 >=dev-db/sqlite-3.7.15:3
45 net-misc/curl
46
47 diff --git a/net-misc/onedrive/onedrive-2.3.10.ebuild b/net-misc/onedrive/onedrive-2.3.13.ebuild
48 similarity index 92%
49 rename from net-misc/onedrive/onedrive-2.3.10.ebuild
50 rename to net-misc/onedrive/onedrive-2.3.13.ebuild
51 index a035ef2..afa253c 100644
52 --- a/net-misc/onedrive/onedrive-2.3.10.ebuild
53 +++ b/net-misc/onedrive/onedrive-2.3.13.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2019 Gentoo Authors
56 +# Copyright 1999-2020 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=7
60 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/abraunegg/onedrive"
61 LICENSE="GPL-3"
62
63 SLOT="0"
64 -KEYWORDS="amd64 x86"
65 +KEYWORDS="~amd64 ~x86"
66 RDEPEND="
67 >=dev-db/sqlite-3.7.15:3
68 net-misc/curl
69 @@ -25,13 +25,6 @@ IUSE="debug libnotify"
70
71 inherit dlang systemd bash-completion-r1
72
73 -src_prepare() {
74 - mkdir .git
75 - touch .git/HEAD .git/index
76 - echo "v${PV}" > version
77 - default_src_prepare
78 -}
79 -
80 d_src_configure() {
81 # LDC is supported without wrapper
82 if [[ "${DLANG_VENDOR}" == "LDC" ]]; then