aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/onedrive/onedrive-1.1.1.ebuild')
-rw-r--r--net-misc/onedrive/onedrive-1.1.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/onedrive/onedrive-1.1.1.ebuild b/net-misc/onedrive/onedrive-1.1.1.ebuild
deleted file mode 100644
index edfc271..0000000
--- a/net-misc/onedrive/onedrive-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Free OneDrive client written in D"
-HOMEPAGE="https://github.com/skilion/onedrive"
-SRC_URI="https://github.com/skilion/onedrive/archive/v${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="net-misc/curl dev-db/sqlite"
-RDEPEND="${DEPEND} dev-lang/dmd"
-
-src_prepare() {
- # Obtain the package-version number from this ebuild, rather than from git:
- printf 'v%s\n' "${PV}" > version
- sed -i -e '/^onedrive:/ s/version //' -e 's:PREFIX = /usr/local:PREFIX = /usr:' Makefile
-}
-
-DOCS="README.md config"