diff options
author | Marco Leise <marco.leise@gmx.de> | 2021-05-17 16:43:05 +0200 |
---|---|---|
committer | Marco Leise <marco.leise@gmx.de> | 2021-05-17 16:43:05 +0200 |
commit | 5727f546d3620c198dbe9c5321a5ec259ae43a4a (patch) | |
tree | 021a39b651e1483679d74d3827b24a51e64eb5e1 /net-misc | |
parent | updated .travis.yml (diff) | |
download | dlang-5727f546d3620c198dbe9c5321a5ec259ae43a4a.tar.gz dlang-5727f546d3620c198dbe9c5321a5ec259ae43a4a.tar.bz2 dlang-5727f546d3620c198dbe9c5321a5ec259ae43a4a.zip |
stabilization sweep
Signed-off-by: Marco Leise <marco.leise@gmx.de>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/onedrive/Manifest | 1 | ||||
-rw-r--r-- | net-misc/onedrive/onedrive-2.4.7.ebuild | 64 | ||||
-rw-r--r-- | net-misc/onedrive/onedrive-2.4.9.ebuild | 2 |
3 files changed, 1 insertions, 66 deletions
diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest index 12dbc55..153473c 100644 --- a/net-misc/onedrive/Manifest +++ b/net-misc/onedrive/Manifest @@ -1,2 +1 @@ -DIST onedrive-2.4.7.tar.gz 974339 BLAKE2B 6a45831068414fdbcfe0e8f0012f2c05bda0fd2882292fd984e3fb88dbf5fcf2ade78b1f277a6485d8b634e35d992f51049c5c4cd577909a699c8fc490d303bf SHA512 dde102ec985bbc4b1b6a0b0c1313b257e6561f15e736716f33502fd78c27747fbdc8ec8968717c3cbd4c46e21c014587a92e3e460d2ea78201f6664387b8a131 DIST onedrive-2.4.9.tar.gz 1016024 BLAKE2B c77bd74f6ab2a529aeed213e1dad66019ddc339c0e006f5c9c9933939eefbd4fb1800921bf078bca7989680ccfcc4c3ed905d584c8261905736e9175fd72faf6 SHA512 713abb3ddf7367c386efc1c2b1fb72115675befaef5c2627b1920cb707daecafe1af2358921be7f19b05f3e9df7cbb6014e2cf6367c61d27e72531f8afa0f4b4 diff --git a/net-misc/onedrive/onedrive-2.4.7.ebuild b/net-misc/onedrive/onedrive-2.4.7.ebuild deleted file mode 100644 index 1f26203..0000000 --- a/net-misc/onedrive/onedrive-2.4.7.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2020 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.9.ebuild b/net-misc/onedrive/onedrive-2.4.9.ebuild index e6ca50f..a6d8d2b 100644 --- a/net-misc/onedrive/onedrive-2.4.9.ebuild +++ b/net-misc/onedrive/onedrive-2.4.9.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 |