From: "Marco Leise" <marco.leise@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrive/
Date: Sat, 30 Nov 2019 12:01:13 +0000 (UTC) [thread overview]
Message-ID: <1575115190.f7b8b81cb1c8a43f37910f2fb9b8a6da50de425e.mleise@gentoo> (raw)
commit: f7b8b81cb1c8a43f37910f2fb9b8a6da50de425e
Author: Marco Leise <marco.leise <AT> gmx <DOT> de>
AuthorDate: Sat Nov 30 11:54:36 2019 +0000
Commit: Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Sat Nov 30 11:59:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=f7b8b81c
onedrive-2.3.11
Signed-off-by: Marco Leise <marco.leise <AT> gmx.de>
net-misc/onedrive/Manifest | 2 +-
net-misc/onedrive/onedrive-2.3.10.ebuild | 2 +-
...edrive-2.3.10.ebuild => onedrive-2.3.11.ebuild} | 0
net-misc/onedrive/onedrive-2.3.9.ebuild | 70 ----------------------
4 files changed, 2 insertions(+), 72 deletions(-)
diff --git a/net-misc/onedrive/Manifest b/net-misc/onedrive/Manifest
index 0842cf9..3dd3a34 100644
--- a/net-misc/onedrive/Manifest
+++ b/net-misc/onedrive/Manifest
@@ -1,2 +1,2 @@
DIST onedrive-2.3.10.tar.gz 656374 BLAKE2B fad1b26de532c0033544fb9ea1eda5c2bd3c9bbbe84db59f02f3f5484b604f8510e8807466403861ac060a56679425400e36d1d31f2030e55149400676079997 SHA512 94fe4c963e71c2e4c8f295eaa3242e4177320b21531d38faa74558a045c0c8e544a35d8b31da3549f94af46f68ab0738a0b60c4bf0ddff051d836fd514c5cd32
-DIST onedrive-2.3.9.tar.gz 652696 BLAKE2B 995f1d013b1680fb1c55b4416b846683619e2cc7140ef6f5e50d7ef1a488fbd97573d6d79088460fa2baffce7bae4b49eb988f3680a4d6126743bdfa2765381e SHA512 1031539d2a4a0b6d25d8ab7b0f18f3ec8ea235be675530f271a09a0519a661573d86c0ac73d6759e6d13985b9f627cd417ea0c4013ef27408d1414e0fa825272
+DIST onedrive-2.3.11.tar.gz 659720 BLAKE2B 2f02f650d8f5dba629af6e7fcf770e2909d032b200f2296e1f7c130462b61e9cd6edfb5a085a9e191f5b1a7ca8f68fa3f3688820deb6ddc093491fddef4afa0d SHA512 fcaf2f107e7a72dcd9d6af7a6fe4770d9ef34cc63168e331f2bdba57133c2a2e79a436a862cae1b04fde880ecf155c4fc4d26d48f31dde5b87f7ce04f518ef25
diff --git a/net-misc/onedrive/onedrive-2.3.10.ebuild b/net-misc/onedrive/onedrive-2.3.10.ebuild
index 0c5102a..a035ef2 100644
--- a/net-misc/onedrive/onedrive-2.3.10.ebuild
+++ b/net-misc/onedrive/onedrive-2.3.10.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
diff --git a/net-misc/onedrive/onedrive-2.3.10.ebuild b/net-misc/onedrive/onedrive-2.3.11.ebuild
similarity index 100%
copy from net-misc/onedrive/onedrive-2.3.10.ebuild
copy to net-misc/onedrive/onedrive-2.3.11.ebuild
diff --git a/net-misc/onedrive/onedrive-2.3.9.ebuild b/net-misc/onedrive/onedrive-2.3.9.ebuild
deleted file mode 100644
index a035ef2..0000000
--- a/net-misc/onedrive/onedrive-2.3.9.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/abraunegg/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/)."
-}
next reply other threads:[~2019-11-30 12:01 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-30 12:01 Marco Leise [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-23 16:56 [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrive/ Marco Leise
2020-01-06 23:14 Marco Leise
2020-04-19 12:58 Marco Leise
2020-05-08 17:23 Marco Leise
2020-05-30 16:47 Marco Leise
2020-08-15 18:01 Marco Leise
2020-11-16 4:05 Marco Leise
2021-01-25 17:23 Marco Leise
2021-07-07 15:41 Marco Leise
2022-02-08 21:39 Marco Leise
2022-03-24 18:15 Marco Leise
2022-05-09 23:22 Marco Leise
2022-07-15 4:37 Marco Leise
2022-07-23 12:20 Marco Leise
2022-10-13 16:03 Marco Leise
2022-12-19 11:53 Marco Leise
2023-01-13 14:50 Marco Leise
2023-01-13 14:50 Marco Leise
2023-07-22 11:46 Marco Leise
2023-07-22 11:46 Marco Leise
2024-04-13 23:04 Horodniceanu Andrei
2024-05-03 16:06 Horodniceanu Andrei
2024-05-03 16:06 Horodniceanu Andrei
2024-05-03 16:06 Horodniceanu Andrei
2024-06-02 5:29 Horodniceanu Andrei
2024-08-30 7:58 Horodniceanu Andrei
2024-12-18 11:20 Horodniceanu Andrei
2025-01-03 20:34 Horodniceanu Andrei
2025-03-08 17:14 Horodniceanu Andrei
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=1575115190.f7b8b81cb1c8a43f37910f2fb9b8a6da50de425e.mleise@gentoo \
--to=marco.leise@gmx.de \
--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