aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2022-03-24 19:15:24 +0100
committerMarco Leise <marco.leise@gmx.de>2022-03-24 19:15:24 +0100
commitf9058574edc217be6505982240b1388a80d2b67d (patch)
treeaf4dcf3dcac3c39f7212b9f2325c48eb9a470492 /net-misc
parentldc2-1.28.1 (diff)
downloaddlang-f9058574edc217be6505982240b1388a80d2b67d.tar.gz
dlang-f9058574edc217be6505982240b1388a80d2b67d.tar.bz2
dlang-f9058574edc217be6505982240b1388a80d2b67d.zip
stabilization sweep
Signed-off-by: Marco Leise <marco.leise@gmx.de>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/onedrive/Manifest1
-rw-r--r--net-misc/onedrive/onedrive-2.4.12.ebuild64
-rw-r--r--net-misc/onedrive/onedrive-2.4.13.ebuild2
3 files changed, 1 insertions, 66 deletions
diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
index 85abf8b..98245d4 100644
--- a/net-misc/onedrive/Manifest
+++ b/net-misc/onedrive/Manifest
@@ -1,3 +1,2 @@
-DIST onedrive-2.4.12.tar.gz 1034187 BLAKE2B 5c9bf0a4c9fbf966762bee68f83af62021910d26052c258d8c805c9628f76d91181a56b2eb32bb1d8ad2d5c449d1bfb848a2b33e73c9b6ab92d0216abea89ff9 SHA512 e870b85716a1d86c4b589daeb790006e8b15fe83064337be73eb985f821a476f172fef4e7372b6f953190243a117fe71c959afae0039ee81b0ad2151317d93d2
DIST onedrive-2.4.13.tar.gz 1036028 BLAKE2B f11d750c3e9b452a997c0aaa260f072b1614fadf6eb50d8b0524752fd8340698fd4fa6b9678a92a95f9237454d40bbfc97f7de04665ceb40ce5e85bbd0aa5047 SHA512 6861c01d996ede667f0cb622038ad714a060cd2bc1c78f650cb6bcc9a671879f0ef675519db83a46668ce41bf7b71ef36157e2a1c7786e7b97d0e9153abf704c
DIST onedrive-2.4.16.tar.gz 1139304 BLAKE2B 403d978d3830ea690faaa59df93d489636f0d4c085169755a50ecb2ec2e84d78d28a8a3eb2fb6fde1a2464726a45cc2bc4b0aa37ef5fab2aa0ac6eca04dd4bd9 SHA512 49100664d57e30c778923dea30afb7842cc978b5407114a39403624f9a4e1fc8b631a3da45f32dea77b4146e1f36e3b48ba72f055a8fb8b3656a455144555fa7
diff --git a/net-misc/onedrive/onedrive-2.4.12.ebuild b/net-misc/onedrive/onedrive-2.4.12.ebuild
deleted file mode 100644
index 35244a6..0000000
--- a/net-misc/onedrive/onedrive-2.4.12.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.082-"
-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 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)"
-}
diff --git a/net-misc/onedrive/onedrive-2.4.13.ebuild b/net-misc/onedrive/onedrive-2.4.13.ebuild
index e6ca50f..a6d8d2b 100644
--- a/net-misc/onedrive/onedrive-2.4.13.ebuild
+++ b/net-misc/onedrive/onedrive-2.4.13.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://abraunegg.github.io/"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
>=dev-db/sqlite-3.7.15:3
net-misc/curl