aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2019-10-11 03:24:37 +0200
committerMarco Leise <marco.leise@gmx.de>2019-10-11 03:24:37 +0200
commit0a8ccf80cbc54d836a6b2960206fdc6424a2244a (patch)
tree9984837c3d40d3cbfe10aa933085356c806f6b1a /net-misc
parentupdated .travis.yml (diff)
downloaddlang-0a8ccf80cbc54d836a6b2960206fdc6424a2244a.tar.gz
dlang-0a8ccf80cbc54d836a6b2960206fdc6424a2244a.tar.bz2
dlang-0a8ccf80cbc54d836a6b2960206fdc6424a2244a.zip
stabilization sweep
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/onedrive/Manifest1
-rw-r--r--net-misc/onedrive/onedrive-2.3.7.ebuild70
-rw-r--r--net-misc/onedrive/onedrive-2.3.9.ebuild2
3 files changed, 1 insertions, 72 deletions
diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
index 9cf4f23..e7194cc 100644
--- a/net-misc/onedrive/Manifest
+++ b/net-misc/onedrive/Manifest
@@ -1,2 +1 @@
-DIST onedrive-2.3.7.tar.gz 646097 BLAKE2B b92ca1cd91662daea1da16330af0d3be7b47d1059c2d5267072fc8daea637885646d2a8fda66c3fcf1be6fd559254f87049aed753fba8ecab32fbc78301b4077 SHA512 823a448b8f36b06c9142cfec96bdaf4a71f856961ece23d9f0cd5051be12f46b304684c3362a68770c6d174754e658094ad3292b599bdce4b434ee0e044d090b
DIST onedrive-2.3.9.tar.gz 652696 BLAKE2B 995f1d013b1680fb1c55b4416b846683619e2cc7140ef6f5e50d7ef1a488fbd97573d6d79088460fa2baffce7bae4b49eb988f3680a4d6126743bdfa2765381e SHA512 1031539d2a4a0b6d25d8ab7b0f18f3ec8ea235be675530f271a09a0519a661573d86c0ac73d6759e6d13985b9f627cd417ea0c4013ef27408d1414e0fa825272
diff --git a/net-misc/onedrive/onedrive-2.3.7.ebuild b/net-misc/onedrive/onedrive-2.3.7.ebuild
deleted file mode 100644
index 10484a0..0000000
--- a/net-misc/onedrive/onedrive-2.3.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Free Client for OneDrive on Linux"
-HOMEPAGE="https://github.com/skilion/onedrive"
-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
-
-src_prepare() {
- mkdir .git
- touch .git/HEAD .git/index
- echo "v${PV}" > version
- default_src_prepare
-}
-
-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-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 "The 'skilion' version contains a significant number of defect's in how the"
- ewarn "local sync state is managed. When upgrading from the 'skilion' version to this"
- ewarn "version, it is advisable to stop any service / onedrive process from running"
- ewarn "and then remove your configuration directory (~/.config/onedrive/)."
-}
diff --git a/net-misc/onedrive/onedrive-2.3.9.ebuild b/net-misc/onedrive/onedrive-2.3.9.ebuild
index 0c5102a..a035ef2 100644
--- a/net-misc/onedrive/onedrive-2.3.9.ebuild
+++ b/net-misc/onedrive/onedrive-2.3.9.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/abraunegg/onedrive"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
>=dev-db/sqlite-3.7.15:3
net-misc/curl