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 D42551581E7 for ; Mon, 22 Apr 2024 05:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AACAE29CF; Mon, 22 Apr 2024 05:39:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F768E29CF for ; Mon, 22 Apr 2024 05:39:13 +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 3E674343515 for ; Mon, 22 Apr 2024 05:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9864A167B for ; Mon, 22 Apr 2024 05:39:10 +0000 (UTC) From: "Artemis Everfree" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Artemis Everfree" Message-ID: <1713764327.dbb73f12d005a5730d7db153c050d2f2e1157616.artemis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/obsidian/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/obsidian/obsidian-1.5.11.ebuild app-office/obsidian/obsidian-1.5.12.ebuild X-VCS-Directories: app-office/obsidian/ X-VCS-Committer: artemis X-VCS-Committer-Name: Artemis Everfree X-VCS-Revision: dbb73f12d005a5730d7db153c050d2f2e1157616 X-VCS-Branch: dev Date: Mon, 22 Apr 2024 05:39:10 +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: db4f6961-e267-4722-bd01-d52e09d6f85d X-Archives-Hash: 712e8d327b97772219ebfe9f1533b1d5 commit: dbb73f12d005a5730d7db153c050d2f2e1157616 Author: Artemis Everfree artemis sh> AuthorDate: Mon Apr 22 05:38:47 2024 +0000 Commit: Artemis Everfree artemis sh> CommitDate: Mon Apr 22 05:38:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbb73f12 app-office/obsidian: make pkgcheck happy Signed-off-by: Artemis Everfree artemis.sh> app-office/obsidian/obsidian-1.5.11.ebuild | 14 ++++++-------- app-office/obsidian/obsidian-1.5.12.ebuild | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/app-office/obsidian/obsidian-1.5.11.ebuild b/app-office/obsidian/obsidian-1.5.11.ebuild index daf1bfd3df..168968ddb8 100644 --- a/app-office/obsidian/obsidian-1.5.11.ebuild +++ b/app-office/obsidian/obsidian-1.5.11.ebuild @@ -25,13 +25,17 @@ SRC_URI=" arm64? ( https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}-arm64.tar.gz ) " -RESTRICT="mirror strip bindist" +DIR="/opt/${PN^}" -LICENSE="Obsidian-EULA" +# deb gets extracted to WORKDIR. actual program gets extracted to its own dir +# which depends on CPU arch. +S="${WORKDIR}" +LICENSE="Obsidian-EULA" SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="appindicator" +RESTRICT="mirror strip bindist" RDEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 @@ -65,12 +69,6 @@ RDEPEND=" appindicator? ( dev-libs/libayatana-appindicator ) " -DIR="/opt/${PN^}" - -# deb gets extracted to WORKDIR. actual program gets extracted to its own dir -# which depends on CPU arch. -S="${WORKDIR}" - QA_PREBUILT="*" CONFIG_CHECK="~USER_NS" diff --git a/app-office/obsidian/obsidian-1.5.12.ebuild b/app-office/obsidian/obsidian-1.5.12.ebuild index daf1bfd3df..168968ddb8 100644 --- a/app-office/obsidian/obsidian-1.5.12.ebuild +++ b/app-office/obsidian/obsidian-1.5.12.ebuild @@ -25,13 +25,17 @@ SRC_URI=" arm64? ( https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}-arm64.tar.gz ) " -RESTRICT="mirror strip bindist" +DIR="/opt/${PN^}" -LICENSE="Obsidian-EULA" +# deb gets extracted to WORKDIR. actual program gets extracted to its own dir +# which depends on CPU arch. +S="${WORKDIR}" +LICENSE="Obsidian-EULA" SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="appindicator" +RESTRICT="mirror strip bindist" RDEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 @@ -65,12 +69,6 @@ RDEPEND=" appindicator? ( dev-libs/libayatana-appindicator ) " -DIR="/opt/${PN^}" - -# deb gets extracted to WORKDIR. actual program gets extracted to its own dir -# which depends on CPU arch. -S="${WORKDIR}" - QA_PREBUILT="*" CONFIG_CHECK="~USER_NS"