From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../worklog-assistant-bin-2.1.3580.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild (limited to 'app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild') diff --git a/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild b/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild new file mode 100644 index 000000000000..268081df608c --- /dev/null +++ b/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit unpacker + +MY_PN="${PN%-bin}" + +DESCRIPTION="Hassle-free time tracking for JIRA self-hosted and OnDemand" +HOMEPAGE="https://worklogassistant.com" +SRC_URI="https://worklogassistant.com/downloads/${MY_PN}-v2_${PV}_amd64.deb" + +LICENSE="worklog-assistant" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="fetch bindist strip" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}" + +PATCHES=( + "${FILESDIR}/${P}-fix-desktop.patch" +) + +src_prepare() { + default + + rm -r etc/ || die + rm _gpgbuilder || die +} + +src_install() { + mv * "${ED}" || die + + dosym "/opt/Worklog Assistant/bin/Worklog Assistant" /opt/bin/WorklogAssistant +} -- cgit v1.2.3