aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-01-30 10:21:43 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-01-30 19:16:33 +0900
commit2c0256a4bfdee168eb169bf7780bbddddf971e06 (patch)
treeddf60fe97ff08f440d2026e9efea361afed39eb6 /app-office
parentdev-util/exercism: add 3.2.0 (diff)
downloadguru-2c0256a4bfdee168eb169bf7780bbddddf971e06.tar.gz
guru-2c0256a4bfdee168eb169bf7780bbddddf971e06.tar.bz2
guru-2c0256a4bfdee168eb169bf7780bbddddf971e06.zip
app-office/joplin-bin: treeclean, now in ::gentoo
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/joplin-bin/Manifest1
-rw-r--r--app-office/joplin-bin/joplin-bin-2.13.1.ebuild24
-rw-r--r--app-office/joplin-bin/metadata.xml12
3 files changed, 0 insertions, 37 deletions
diff --git a/app-office/joplin-bin/Manifest b/app-office/joplin-bin/Manifest
deleted file mode 100644
index a1dc25f5b..000000000
--- a/app-office/joplin-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Joplin-2.13.1.AppImage 186865365 BLAKE2B 0626eaa2105e1e27d0cafede043a771869273a7fde2ae1a80c550765b64516daec38c11a552ce9311048a674d23b7703ff84ee5730f85e893a863805f3f289d6 SHA512 f376261ff32eb750a4b687c9979fdf2df8dbb2ffd4d37340480c80170c11d47b4842cc5cc496fa5f96243728454436437f5f4ab8a3a29cc7393ae47daad8d2d3
diff --git a/app-office/joplin-bin/joplin-bin-2.13.1.ebuild b/app-office/joplin-bin/joplin-bin-2.13.1.ebuild
deleted file mode 100644
index ec002bdfd..000000000
--- a/app-office/joplin-bin/joplin-bin-2.13.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Note taking app, on Electron, can import notes from Evernote"
-HOMEPAGE="https://joplinapp.org"
-
-SRC_URI="https://github.com/laurent22/joplin/releases/download/v${PV}/Joplin-${PV}.AppImage"
-KEYWORDS="~amd64"
-
-LICENSE="AGPL-3"
-SLOT="0"
-RESTRICT="strip"
-
-RDEPEND="sys-fs/fuse:0"
-
-QA_PREBUILT="*"
-S="${WORKDIR}"
-
-src_install() {
- cp "${DISTDIR}/Joplin-${PV}.AppImage" joplin-bin || die
- dobin joplin-bin
-}
diff --git a/app-office/joplin-bin/metadata.xml b/app-office/joplin-bin/metadata.xml
deleted file mode 100644
index f314e94f3..000000000
--- a/app-office/joplin-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Vitaly Zdanevich</name>
- <email>zdanevich.vitaly@ya.ru</email>
- </maintainer>
- <upstream>
- <remote-id type="github">laurent22/joplin</remote-id>
- <bugs-to>https://github.com/laurent22/joplin/issues</bugs-to>
- </upstream>
-</pkgmetadata>