From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../worklog-assistant-bin-2.1.3580.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) delete 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 deleted file mode 100644 index 268081df608c..000000000000 --- a/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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