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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 350A21382C5 for ; Thu, 17 Dec 2020 17:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829F5E0814; Thu, 17 Dec 2020 17:43:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CF8FE0814 for ; Thu, 17 Dec 2020 17:43:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62AB9340E04 for ; Thu, 17 Dec 2020 17:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C1E1BF for ; Thu, 17 Dec 2020 17:43:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1608227011.d93ccbfedbc5d7e2cc2df3a9db10484c2108df94.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.19.1.ebuild x11-terms/kitty/kitty-0.19.2.ebuild x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d93ccbfedbc5d7e2cc2df3a9db10484c2108df94 X-VCS-Branch: master Date: Thu, 17 Dec 2020 17:43:37 +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: dc44b4b9-bce7-4a2a-aa00-86e94a181fdd X-Archives-Hash: 8c10198a31e3b01ea9f250ba6c83ca9e commit: d93ccbfedbc5d7e2cc2df3a9db10484c2108df94 Author: Jonas Jelten sft lol> AuthorDate: Sun Dec 13 15:58:32 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Dec 17 17:43:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93ccbfe x11-terms/kitty: disable builtin automatic update check disable the automatic update check which periodically contacts the developer's webserver. Signed-off-by: Jonas Jelten sft.lol> Closes: https://github.com/gentoo/gentoo/pull/18639 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/kitty/kitty-0.19.1.ebuild | 1 + x11-terms/kitty/kitty-0.19.2.ebuild | 1 + x11-terms/kitty/kitty-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/x11-terms/kitty/kitty-0.19.1.ebuild b/x11-terms/kitty/kitty-0.19.1.ebuild index f8561302ddf..cf9abf8c9df 100644 --- a/x11-terms/kitty/kitty-0.19.1.ebuild +++ b/x11-terms/kitty/kitty-0.19.1.ebuild @@ -80,6 +80,7 @@ src_compile() { "${EPYTHON}" setup.py \ --verbose $(usex debug --debug "") \ --libdir-name $(get_libdir) \ + --update-check-interval=0 \ linux-package || die "Failed to compile kitty." } diff --git a/x11-terms/kitty/kitty-0.19.2.ebuild b/x11-terms/kitty/kitty-0.19.2.ebuild index 01ad039c2ea..ceb22a4934d 100644 --- a/x11-terms/kitty/kitty-0.19.2.ebuild +++ b/x11-terms/kitty/kitty-0.19.2.ebuild @@ -81,6 +81,7 @@ src_compile() { "${EPYTHON}" setup.py \ --verbose $(usex debug --debug "") \ --libdir-name $(get_libdir) \ + --update-check-interval=0 \ linux-package || die "Failed to compile kitty." } diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 4788ef55024..9b101e5a802 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -79,6 +79,7 @@ src_compile() { "${EPYTHON}" setup.py \ --verbose $(usex debug --debug "") \ --libdir-name $(get_libdir) \ + --update-check-interval=0 \ linux-package || die "Failed to compile kitty." }