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 55E6D15808B for ; Wed, 16 Mar 2022 19:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341BAE083D; Wed, 16 Mar 2022 19:02:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CA071E0829 for ; Wed, 16 Mar 2022 19:02:56 +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 947533436EF for ; Wed, 16 Mar 2022 19:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98AE2D2 for ; Wed, 16 Mar 2022 19:02:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1647454978.fa1b6d8bab551576d0d493176c8dbac2cf81db48.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/imlate/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/imlate/imlate.py X-VCS-Directories: pym/gentoolkit/imlate/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fa1b6d8bab551576d0d493176c8dbac2cf81db48 X-VCS-Branch: master Date: Wed, 16 Mar 2022 19:02:53 +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: 3c3336e0-c5b1-4800-9c8b-c7dcdc68661a X-Archives-Hash: f4a53e8fdcf7a79a149d1846c2052a59 commit: fa1b6d8bab551576d0d493176c8dbac2cf81db48 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 16 18:22:58 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 16 18:22:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=fa1b6d8b imlate: Remove 'experimental' code Signed-off-by: Matt Turner gentoo.org> pym/gentoolkit/imlate/imlate.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pym/gentoolkit/imlate/imlate.py b/pym/gentoolkit/imlate/imlate.py index 87b8ef1..b553849 100755 --- a/pym/gentoolkit/imlate/imlate.py +++ b/pym/gentoolkit/imlate/imlate.py @@ -521,10 +521,6 @@ def main(): default=None, ) - # # EXPERIMENTAL - # parser.add_option( "-e", "--experimental", dest = "experimental", action = "store_true", default = False, - # help = "enables experimental functions/features (have a look for # EXPERIMENTAL comments in the source) [default: %default]" ) - parser.add_option( "-C", "--category", @@ -577,7 +573,6 @@ def main(): conf["STABLE"] = options.stable conf["KEYWORD"] = options.keyword - # conf["EXPERIMENTAL"] = options.experimental conf["CATEGORIES"] = options.categories conf["MAINTAINER"] = options.maintainer