commit:     b999d7420570ab3c292f88535b56b8f5360df87e
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu Aug  7 19:25:42 2025 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu Aug  7 19:25:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=b999d742

net-misc/onedrive: drop 2.4.25, 2.4.25-r1

This is the older minor version and I'll drop it in a separate commit in
the small case that somebody still relies on using this old
version. Upstream is also very strict on using up to date versions of
the package.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 net-misc/onedrive/Manifest                  |  1 -
 net-misc/onedrive/onedrive-2.4.25-r1.ebuild | 59 --------------------------
 net-misc/onedrive/onedrive-2.4.25.ebuild    | 64 -----------------------------
 3 files changed, 124 deletions(-)

diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
index 1770d6a..0b59359 100644
--- a/net-misc/onedrive/Manifest
+++ b/net-misc/onedrive/Manifest
@@ -1,4 +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
 DIST onedrive-2.5.6.tar.gz 4284403 BLAKE2B 
0c9e9ddca88ec3766bb7c575f594d99a7565da49c26e4f0b740efb19896fa718100b866a2fbc148c284b498e833d892fd1ae5517abf7f682d3c1595153a31a57
 SHA512 
0d67318978b08057bb2dab28bd66914bed4fcc6b967c5c833c381af09a03b9de340369cb5c5117a8c3c6795347a96ed661e0c14cb4e112fcf73a3318fb3c713e

diff --git a/net-misc/onedrive/onedrive-2.4.25-r1.ebuild 
b/net-misc/onedrive/onedrive-2.4.25-r1.ebuild
deleted file mode 100644
index 80f49e9..0000000
--- a/net-misc/onedrive/onedrive-2.4.25-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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."
-}

diff --git a/net-misc/onedrive/onedrive-2.4.25.ebuild 
b/net-misc/onedrive/onedrive-2.4.25.ebuild
deleted file mode 100644
index a2745c8..0000000
--- a/net-misc/onedrive/onedrive-2.4.25.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Free Client for OneDrive on Linux"
-HOMEPAGE="https://abraunegg.github.io/";
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-RDEPEND="
-       >=dev-db/sqlite-3.7.15:3
-       net-misc/curl
-       libnotify? ( x11-libs/libnotify )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-SRC_URI="https://codeload.github.com/abraunegg/onedrive/tar.gz/v${PV} -> 
${P}.tar.gz"
-DLANG_VERSION_RANGE="2.087-2.106"
-DLANG_PACKAGE_TYPE="single"
-IUSE="debug libnotify"
-
-inherit dlang systemd bash-completion-r1
-
-d_src_configure() {
-       # LDC is supported without wrapper
-       if [[ "${DLANG_VENDOR}" == "LDC" ]]; then
-               export DC=${DC}
-               export DCFLAGS=${DCFLAGS}
-       else
-               export DC=${DMD}
-               export DCFLAGS=${DMDFLAGS}
-       fi
-       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."
-       elog
-       ewarn "When upgrading from 2.3 you are required 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)"
-}

Reply via email to