summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-13 14:30:06 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-13 14:34:32 +0300
commit8f51c0b3ec7700917b9eb541f6dd9b6ab3fc8382 (patch)
tree0c837fe74504a98defbb07648b9396d1b2c64d9e /app-office
parentsys-kernel/vanilla-sources: add 6.9.0 (diff)
downloadgentoo-8f51c0b3ec7700917b9eb541f6dd9b6ab3fc8382.tar.gz
gentoo-8f51c0b3ec7700917b9eb541f6dd9b6ab3fc8382.tar.bz2
gentoo-8f51c0b3ec7700917b9eb541f6dd9b6ab3fc8382.zip
app-office/worklog-assistant-bin: drop 2.1.3580
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/worklog-assistant-bin/Manifest1
-rw-r--r--app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3580.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-office/worklog-assistant-bin/Manifest b/app-office/worklog-assistant-bin/Manifest
index be09db0e3d16..4061f1d21fa2 100644
--- a/app-office/worklog-assistant-bin/Manifest
+++ b/app-office/worklog-assistant-bin/Manifest
@@ -1,2 +1 @@
-DIST worklog-assistant-v2_2.1.3580_amd64.deb 31434440 BLAKE2B 44a85e3cefa652fac6d01d2b3dc0e1a32128d8c7e27b6177d2c3187b97011cf5cce7493d67e9f989e034f26bd88589e3d9960232a5da2dbadf909c26bede2ce9 SHA512 cac38acfd7e00a57f6869d1205920a27f5e6cc0525b09cc7b76350df38d5b6dd673779df22fdf55e8e327cb591a1c4738fe23645a6e42b6d2753af2eb330a646
DIST worklog-assistant-v2_2.3.3900_amd64.deb 38333978 BLAKE2B 5e12d4ddaf6354e817959752fddf6b9409a47c3dd32de4c8e946ab9dc3c2d44333f43de77fe575300520070d65f6e22bb1f521eda22d3b572585758b92f1c4c9 SHA512 94b2c16e6e802fbe240f58f115626018e3d63feed8704fd6769d21657b6bf98387f325d4986ed4b096e7ca11d9c55b8dd6a471ccc57e68fd2c60bbca16a10ebb
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
-}