From: "Horodniceanu Andrei" <a.horodniceanu@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrive/
Date: Sat, 08 Mar 2025 17:14:27 +0000 (UTC) [thread overview]
Message-ID: <1741453780.fe2c1c7ba4f4d2e51c3c202adf9d5b89dfa48d6d.a.horodniceanu@gentoo> (raw)
commit: fe2c1c7ba4f4d2e51c3c202adf9d5b89dfa48d6d
Author: Evgeny Grin (Karlson2k) <k2k <AT> drgrin <DOT> dev>
AuthorDate: Thu Mar 6 22:18:51 2025 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sat Mar 8 17:09:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=fe2c1c7b
net-misc/onedrive: add new upstream version 2.5.4
Signed-off-by: Evgeny Grin (Karlson2k) <k2k <AT> drgrin.dev>
Closes: https://github.com/gentoo/dlang/pull/137
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
net-misc/onedrive/Manifest | 1 +
net-misc/onedrive/onedrive-2.5.4.ebuild | 69 +++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
index 8464684..90826c4 100644
--- a/net-misc/onedrive/Manifest
+++ b/net-misc/onedrive/Manifest
@@ -1,2 +1,3 @@
DIST onedrive-2.4.25.tar.gz 1243977 BLAKE2B 0bcf0b3786586395746c343c0c808c9e868e71b5c0d7b1e789add2a1d1c1305741a8251e239ce48f4d7d76bb9b4ec4c6fbe247874545a0c24c84aeea47b93576 SHA512 bbf1a87be25f69041a36f41967ee5ee692faae012f38d050fdeca7de1fc35c4ff79bf597032354fc7421699f2e9b75b458364c45c17de2db112f884dac42d781
DIST onedrive-2.5.3.tar.gz 4145315 BLAKE2B 1dd36c09121f33807eeafb3caa30913fd0a877cc110951c257b70acc3b0cb4ad8247774ba8f3a1521d1d0901165acad4f0470cddefc9af48e42d8264b1b85bb2 SHA512 440b470f0cb09699486faa6abcfe0fdbc0ca26bfc484f4844f21b5c2bafb93813605771f49025dcb0b6f65f415ffcacd929792efc71f2f52e73faa962536160c
+DIST onedrive-2.5.4.tar.gz 4169512 BLAKE2B 24bdb8083086b4e309fd6f6e94aae570da1531c3b6b054470331be11c600801254d06f076fb440172ace334a7395e0a11763ddd31734f1e7fc2130445875863b SHA512 e1a64d7e1a5af4b59213f15177fc5cabbfce36cca6fbddbb9da22f0045e8bd6654ed733485c676621889ed8d0d118533f4fc6cea9161032e00c50ad3b84d5a9e
diff --git a/net-misc/onedrive/onedrive-2.5.4.ebuild b/net-misc/onedrive/onedrive-2.5.4.ebuild
new file mode 100644
index 0000000..a156ae6
--- /dev/null
+++ b/net-misc/onedrive/onedrive-2.5.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DLANG_COMPAT=( dmd-2_{106..109} ldc2-1_{35..40} )
+inherit bash-completion-r1 dlang-single systemd
+
+DESCRIPTION="Free Client for OneDrive on Linux"
+HOMEPAGE="https://abraunegg.github.io/"
+SRC_URI="https://codeload.github.com/abraunegg/onedrive/tar.gz/v${PV} -> ${P}.tar.gz"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# no straight forward way to run unittests. Probably need to do DFLAGS=-unittest econf
+IUSE="debug libnotify"
+RESTRICT=test
+
+REQUIRED_USE=${DLANG_REQUIRED_USE}
+RDEPEND="
+ ${DLANG_DEPS}
+ >=dev-db/sqlite-3.7.15:3
+ net-misc/curl
+ libnotify? ( x11-libs/libnotify )
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+BDEPEND=${DLANG_DEPS}
+
+src_configure() {
+ DCFLAGS="${DCFLAGS} ${DLANG_LDFLAGS}" econf \
+ --disable-version-check --enable-completions \
+ $(use_enable debug) $(use_enable libnotify notifications) \
+ --with-zsh-completion-dir=/usr/share/zsh/site-functions \
+ --with-bash-completion-dir="$(get_bashcompdir)" \
+ --with-fish-completion-dir=/usr/share/fish/completions \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
+ --with-systemduserunitdir="$(systemd_get_userunitdir)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install
+ # log directory
+ keepdir /var/log/onedrive
+ fperms 775 /var/log/onedrive
+ fowners root:users /var/log/onedrive
+ # init script
+ dobin contrib/init.d/onedrive_service.sh
+ newinitd contrib/init.d/onedrive.init onedrive
+}
+
+pkg_postinst() {
+ elog "OneDrive Free Client needs to be authorized to access your data before the"
+ elog "first use. To do so, run onedrive in a terminal for the user in question and"
+ elog "follow the steps on screen."
+
+ local old_ver minor_part="$(ver_cut 1-2)"
+ for old_ver in ${REPLACING_VERSIONS}; do
+ if ver_test "${old_ver}" -lt "${minor_part}"; then
+ ewarn "You are performing an upgrade that is not backwards-compatible"
+ ewarn "and you need to upgrade to ${PN}-${minor_part} on all your devices."
+ ewarn "Please read: https://github.com/abraunegg/onedrive/releases/tag/v${PV}"
+ break
+ fi
+ done
+}
next reply other threads:[~2025-03-08 17:14 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-08 17:14 Horodniceanu Andrei [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 20:34 [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrive/ Horodniceanu Andrei
2024-12-18 11:20 Horodniceanu Andrei
2024-08-30 7:58 Horodniceanu Andrei
2024-06-02 5:29 Horodniceanu Andrei
2024-05-03 16:06 Horodniceanu Andrei
2024-05-03 16:06 Horodniceanu Andrei
2024-05-03 16:06 Horodniceanu Andrei
2024-04-13 23:04 Horodniceanu Andrei
2023-07-22 11:46 Marco Leise
2023-07-22 11:46 Marco Leise
2023-01-13 14:50 Marco Leise
2023-01-13 14:50 Marco Leise
2022-12-19 11:53 Marco Leise
2022-10-13 16:03 Marco Leise
2022-07-23 12:20 Marco Leise
2022-07-15 4:37 Marco Leise
2022-05-09 23:22 Marco Leise
2022-03-24 18:15 Marco Leise
2022-02-08 21:39 Marco Leise
2021-07-07 15:41 Marco Leise
2021-01-25 17:23 Marco Leise
2020-11-16 4:05 Marco Leise
2020-08-15 18:01 Marco Leise
2020-05-30 16:47 Marco Leise
2020-05-08 17:23 Marco Leise
2020-04-19 12:58 Marco Leise
2020-01-06 23:14 Marco Leise
2019-12-23 16:56 Marco Leise
2019-11-30 12:01 Marco Leise
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=1741453780.fe2c1c7ba4f4d2e51c3c202adf9d5b89dfa48d6d.a.horodniceanu@gentoo \
--to=a.horodniceanu@proton.me \
--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