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 C5623158041 for ; Mon, 11 Mar 2024 17:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A229EE2A52; Mon, 11 Mar 2024 17:31:13 +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 88940E2A52 for ; Mon, 11 Mar 2024 17:31: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8063E342FA3 for ; Mon, 11 Mar 2024 17:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A128AFCB for ; Mon, 11 Mar 2024 17:31:08 +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: <1710117437.a23c7c40f04eec430aef34382d75bbd1fe9c891a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/pulsar-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/pulsar-bin/pulsar-bin-1.113.0.ebuild app-editors/pulsar-bin/pulsar-bin-1.114.0.ebuild X-VCS-Directories: app-editors/pulsar-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a23c7c40f04eec430aef34382d75bbd1fe9c891a X-VCS-Branch: master Date: Mon, 11 Mar 2024 17:31:08 +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: abbc2ded-15c1-4292-bb1a-008722be2cfd X-Archives-Hash: e4641fc48652b0168be793e6c167f92c commit: a23c7c40f04eec430aef34382d75bbd1fe9c891a Author: YiFei Zhu gmail com> AuthorDate: Mon Mar 11 00:35:28 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Mar 11 00:37:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a23c7c40 app-editors/pulsar-bin: Fix "variable S should occur before RESTRICT" Signed-off-by: YiFei Zhu gmail.com> app-editors/pulsar-bin/pulsar-bin-1.113.0.ebuild | 3 +-- app-editors/pulsar-bin/pulsar-bin-1.114.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-editors/pulsar-bin/pulsar-bin-1.113.0.ebuild b/app-editors/pulsar-bin/pulsar-bin-1.113.0.ebuild index 0d6013dc95..3802a88a3b 100644 --- a/app-editors/pulsar-bin/pulsar-bin-1.113.0.ebuild +++ b/app-editors/pulsar-bin/pulsar-bin-1.113.0.ebuild @@ -12,6 +12,7 @@ SRC_URI=" amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v${PV}/Linux.pulsar-${PV}.tar.gz -> ${P}-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v${PV}/ARM.Linux.pulsar-${PV}-arm64.tar.gz -> ${P}-arm64.tar.gz ) " +S="${WORKDIR}/pulsar-${PV}" LICENSE="MIT" SLOT="0" @@ -20,8 +21,6 @@ KEYWORDS="-* ~amd64 ~arm64" # binary package; no tests available RESTRICT="test" -S="${WORKDIR}/pulsar-${PV}" - RDEPEND=" app-accessibility/at-spi2-core dev-libs/nspr diff --git a/app-editors/pulsar-bin/pulsar-bin-1.114.0.ebuild b/app-editors/pulsar-bin/pulsar-bin-1.114.0.ebuild index 0d6013dc95..3802a88a3b 100644 --- a/app-editors/pulsar-bin/pulsar-bin-1.114.0.ebuild +++ b/app-editors/pulsar-bin/pulsar-bin-1.114.0.ebuild @@ -12,6 +12,7 @@ SRC_URI=" amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v${PV}/Linux.pulsar-${PV}.tar.gz -> ${P}-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v${PV}/ARM.Linux.pulsar-${PV}-arm64.tar.gz -> ${P}-arm64.tar.gz ) " +S="${WORKDIR}/pulsar-${PV}" LICENSE="MIT" SLOT="0" @@ -20,8 +21,6 @@ KEYWORDS="-* ~amd64 ~arm64" # binary package; no tests available RESTRICT="test" -S="${WORKDIR}/pulsar-${PV}" - RDEPEND=" app-accessibility/at-spi2-core dev-libs/nspr