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: Sat, 30 Nov 2019 12:01:19
Message-Id: 1575115190.f7b8b81cb1c8a43f37910f2fb9b8a6da50de425e.mleise@gentoo
1 commit: f7b8b81cb1c8a43f37910f2fb9b8a6da50de425e
2 Author: Marco Leise <marco.leise <AT> gmx <DOT> de>
3 AuthorDate: Sat Nov 30 11:54:36 2019 +0000
4 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de>
5 CommitDate: Sat Nov 30 11:59:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=f7b8b81c
7
8 onedrive-2.3.11
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.10.ebuild | 2 +-
14 ...edrive-2.3.10.ebuild => onedrive-2.3.11.ebuild} | 0
15 net-misc/onedrive/onedrive-2.3.9.ebuild | 70 ----------------------
16 4 files changed, 2 insertions(+), 72 deletions(-)
17
18 diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
19 index 0842cf9..3dd3a34 100644
20 --- a/net-misc/onedrive/Manifest
21 +++ b/net-misc/onedrive/Manifest
22 @@ -1,2 +1,2 @@
23 DIST onedrive-2.3.10.tar.gz 656374 BLAKE2B fad1b26de532c0033544fb9ea1eda5c2bd3c9bbbe84db59f02f3f5484b604f8510e8807466403861ac060a56679425400e36d1d31f2030e55149400676079997 SHA512 94fe4c963e71c2e4c8f295eaa3242e4177320b21531d38faa74558a045c0c8e544a35d8b31da3549f94af46f68ab0738a0b60c4bf0ddff051d836fd514c5cd32
24 -DIST onedrive-2.3.9.tar.gz 652696 BLAKE2B 995f1d013b1680fb1c55b4416b846683619e2cc7140ef6f5e50d7ef1a488fbd97573d6d79088460fa2baffce7bae4b49eb988f3680a4d6126743bdfa2765381e SHA512 1031539d2a4a0b6d25d8ab7b0f18f3ec8ea235be675530f271a09a0519a661573d86c0ac73d6759e6d13985b9f627cd417ea0c4013ef27408d1414e0fa825272
25 +DIST onedrive-2.3.11.tar.gz 659720 BLAKE2B 2f02f650d8f5dba629af6e7fcf770e2909d032b200f2296e1f7c130462b61e9cd6edfb5a085a9e191f5b1a7ca8f68fa3f3688820deb6ddc093491fddef4afa0d SHA512 fcaf2f107e7a72dcd9d6af7a6fe4770d9ef34cc63168e331f2bdba57133c2a2e79a436a862cae1b04fde880ecf155c4fc4d26d48f31dde5b87f7ce04f518ef25
26
27 diff --git a/net-misc/onedrive/onedrive-2.3.10.ebuild b/net-misc/onedrive/onedrive-2.3.10.ebuild
28 index 0c5102a..a035ef2 100644
29 --- a/net-misc/onedrive/onedrive-2.3.10.ebuild
30 +++ b/net-misc/onedrive/onedrive-2.3.10.ebuild
31 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/abraunegg/onedrive"
32 LICENSE="GPL-3"
33
34 SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="amd64 x86"
37 RDEPEND="
38 >=dev-db/sqlite-3.7.15:3
39 net-misc/curl
40
41 diff --git a/net-misc/onedrive/onedrive-2.3.10.ebuild b/net-misc/onedrive/onedrive-2.3.11.ebuild
42 similarity index 100%
43 copy from net-misc/onedrive/onedrive-2.3.10.ebuild
44 copy to net-misc/onedrive/onedrive-2.3.11.ebuild
45
46 diff --git a/net-misc/onedrive/onedrive-2.3.9.ebuild b/net-misc/onedrive/onedrive-2.3.9.ebuild
47 deleted file mode 100644
48 index a035ef2..0000000
49 --- a/net-misc/onedrive/onedrive-2.3.9.ebuild
50 +++ /dev/null
51 @@ -1,70 +0,0 @@
52 -# Copyright 1999-2019 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=7
56 -
57 -DESCRIPTION="Free Client for OneDrive on Linux"
58 -HOMEPAGE="https://github.com/abraunegg/onedrive"
59 -LICENSE="GPL-3"
60 -
61 -SLOT="0"
62 -KEYWORDS="amd64 x86"
63 -RDEPEND="
64 - >=dev-db/sqlite-3.7.15:3
65 - net-misc/curl
66 - libnotify? ( x11-libs/libnotify )
67 -"
68 -DEPEND="
69 - ${RDEPEND}
70 - virtual/pkgconfig
71 -"
72 -SRC_URI="https://codeload.github.com/abraunegg/onedrive/tar.gz/v${PV} -> ${P}.tar.gz"
73 -DLANG_VERSION_RANGE="2.082-"
74 -DLANG_PACKAGE_TYPE="single"
75 -IUSE="debug libnotify"
76 -
77 -inherit dlang systemd bash-completion-r1
78 -
79 -src_prepare() {
80 - mkdir .git
81 - touch .git/HEAD .git/index
82 - echo "v${PV}" > version
83 - default_src_prepare
84 -}
85 -
86 -d_src_configure() {
87 - # LDC is supported without wrapper
88 - if [[ "${DLANG_VENDOR}" == "LDC" ]]; then
89 - export DC=${DC}
90 - export DCFLAGS=${DCFLAGS}
91 - else
92 - export DC=${DMD}
93 - export DCFLAGS=${DMDFLAGS}
94 - fi
95 - econf --disable-version-check --enable-completions $(use_enable debug) $(use_enable libnotify notifications) \
96 - --with-zsh-completion-dir=/usr/share/zsh/site-functions --with-bash-completion-dir="$(get_bashcompdir)" \
97 - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
98 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
99 -}
100 -
101 -src_install() {
102 - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install
103 - # log directory
104 - keepdir /var/log/onedrive
105 - fperms 775 /var/log/onedrive
106 - fowners root:users /var/log/onedrive
107 - # init script
108 - dobin contrib/init.d/onedrive_service.sh
109 - newinitd contrib/init.d/onedrive.init onedrive
110 -}
111 -
112 -pkg_postinst() {
113 - elog "OneDrive Free Client needs to be authorized to access your data before the"
114 - elog "first use. To do so, run onedrive in a terminal for the user in question and"
115 - elog "follow the steps on screen."
116 - elog
117 - ewarn "The 'skilion' version contains a significant number of defect's in how the"
118 - ewarn "local sync state is managed. When upgrading from the 'skilion' version to this"
119 - ewarn "version, it is advisable to stop any service / onedrive process from running"
120 - ewarn "and then remove your configuration directory (~/.config/onedrive/)."
121 -}