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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D94E1158089 for ; Fri, 15 Sep 2023 06:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 384622BC017; Fri, 15 Sep 2023 06:06:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2048A2BC017 for ; Fri, 15 Sep 2023 06:06:58 +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 56A49335D17 for ; Fri, 15 Sep 2023 06:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90E01148 for ; Fri, 15 Sep 2023 06:06:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1694757697.8a707dc5691ffd6a51491076e11e8c2d48c1c3b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/profanity/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/profanity/profanity-0.14.0-r1.ebuild net-im/profanity/profanity-0.14.0-r2.ebuild X-VCS-Directories: net-im/profanity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8a707dc5691ffd6a51491076e11e8c2d48c1c3b0 X-VCS-Branch: master Date: Fri, 15 Sep 2023 06:06:55 +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: 2bc9d58d-3302-42a4-a864-a7b37c036eaf X-Archives-Hash: 730e9b79e2ba4379d7c2c7f4c5bbba2e commit: 8a707dc5691ffd6a51491076e11e8c2d48c1c3b0 Author: Sam James gentoo org> AuthorDate: Fri Sep 15 06:01:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 15 06:01:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a707dc5 net-im/profanity: fix whitespace Signed-off-by: Sam James gentoo.org> net-im/profanity/profanity-0.14.0-r1.ebuild | 20 ++++++++++---------- net-im/profanity/profanity-0.14.0-r2.ebuild | 24 ++++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/net-im/profanity/profanity-0.14.0-r1.ebuild b/net-im/profanity/profanity-0.14.0-r1.ebuild index f5c591413f3e..7ffbb30da303 100644 --- a/net-im/profanity/profanity-0.14.0-r1.ebuild +++ b/net-im/profanity/profanity-0.14.0-r1.ebuild @@ -9,11 +9,11 @@ inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi" HOMEPAGE="https://profanity-im.github.io" SRC_URI=" - https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz - https://github.com/profanity-im/profanity/commit/122434a.patch - -> ${PN}-0.14.0-ox-carbons.patch - https://github.com/profanity-im/profanity/commit/2ed6211c.patch - -> ${PN}-0.14.0-xscreensaver.patch + https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz + https://github.com/profanity-im/profanity/commit/122434a.patch + -> ${PN}-0.14.0-ox-carbons.patch + https://github.com/profanity-im/profanity/commit/2ed6211c.patch + -> ${PN}-0.14.0-xscreensaver.patch " LICENSE="GPL-3" @@ -54,11 +54,11 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( dev-util/cmocka ) - python? ( - $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') - ) + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_USEDEP}] + ') + ) " PATCHES=( diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r2.ebuild index 7dbb1f1b992a..3426b20cecea 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r2.ebuild @@ -9,13 +9,13 @@ inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi" HOMEPAGE="https://profanity-im.github.io" SRC_URI=" - https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz - https://github.com/profanity-im/profanity/commit/122434a.patch - -> ${PN}-0.14.0-ox-carbons.patch - https://github.com/profanity-im/profanity/commit/2ed6211c.patch - -> ${PN}-0.14.0-xscreensaver.patch - https://github.com/profanity-im/profanity/commit/b8817470.patch - -> ${PN}-0.14.0-plugins-install.patch + https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz + https://github.com/profanity-im/profanity/commit/122434a.patch + -> ${PN}-0.14.0-ox-carbons.patch + https://github.com/profanity-im/profanity/commit/2ed6211c.patch + -> ${PN}-0.14.0-xscreensaver.patch + https://github.com/profanity-im/profanity/commit/b8817470.patch + -> ${PN}-0.14.0-plugins-install.patch " LICENSE="GPL-3" @@ -56,11 +56,11 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( dev-util/cmocka ) - python? ( - $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') - ) + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_USEDEP}] + ') + ) " PATCHES=(