From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9834415838C for ; Tue, 30 Jan 2024 11:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8F82BC03A; Tue, 30 Jan 2024 11:33:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A042BC03A for ; Tue, 30 Jan 2024 11:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CCB43430C5 for ; Tue, 30 Jan 2024 11:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D59514C6 for ; Tue, 30 Jan 2024 11:33:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1706609793.2c0256a4bfdee168eb169bf7780bbddddf971e06.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-office/joplin-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/joplin-bin/Manifest app-office/joplin-bin/joplin-bin-2.13.1.ebuild app-office/joplin-bin/metadata.xml X-VCS-Directories: app-office/joplin-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2c0256a4bfdee168eb169bf7780bbddddf971e06 X-VCS-Branch: master Date: Tue, 30 Jan 2024 11:33:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02eabedf-25a3-4cb5-b7f2-7adc165b4c04 X-Archives-Hash: 0da51d90f3c1ceff8ad36caa08659ef2 commit: 2c0256a4bfdee168eb169bf7780bbddddf971e06 Author: Takuya Wakazono gmail com> AuthorDate: Tue Jan 30 01:21:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jan 30 10:16:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c0256a4 app-office/joplin-bin: treeclean, now in ::gentoo Signed-off-by: Takuya Wakazono gmail.com> app-office/joplin-bin/Manifest | 1 - app-office/joplin-bin/joplin-bin-2.13.1.ebuild | 24 ------------------------ app-office/joplin-bin/metadata.xml | 12 ------------ 3 files changed, 37 deletions(-) diff --git a/app-office/joplin-bin/Manifest b/app-office/joplin-bin/Manifest deleted file mode 100644 index a1dc25f5b5..0000000000 --- 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 ec002bdfd5..0000000000 --- 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 f314e94f3f..0000000000 --- a/app-office/joplin-bin/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - - - laurent22/joplin - https://github.com/laurent22/joplin/issues - -