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 CA7DA138334 for ; Tue, 31 Dec 2019 18:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA887E0BE0; Tue, 31 Dec 2019 18:19:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 96B6DE0BE0 for ; Tue, 31 Dec 2019 18:19:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 858B934DDE8 for ; Tue, 31 Dec 2019 18:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1EB39 for ; Tue, 31 Dec 2019 18:19:22 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1577816355.2ac13c5eae46dbc1115f4065412db50a5ed07657.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/files/setools-4.1.1-remove-gui.patch X-VCS-Directories: app-admin/setools/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2ac13c5eae46dbc1115f4065412db50a5ed07657 X-VCS-Branch: master Date: Tue, 31 Dec 2019 18:19:22 +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: d5883c8c-2128-4659-a253-7d631815eb22 X-Archives-Hash: 50bb0493cba17feee389820df8691c54 commit: 2ac13c5eae46dbc1115f4065412db50a5ed07657 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Dec 31 07:17:43 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 31 18:19:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac13c5e app-admin/setools: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14193 Signed-off-by: Aaron Bauman gentoo.org> app-admin/setools/files/setools-4.1.1-remove-gui.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app-admin/setools/files/setools-4.1.1-remove-gui.patch b/app-admin/setools/files/setools-4.1.1-remove-gui.patch deleted file mode 100644 index 1bb78f5fd96..00000000000 --- a/app-admin/setools/files/setools-4.1.1-remove-gui.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/setup.py b/setup.py -index 2ca44c9..0c8a0d9 100644 ---- a/setup.py -+++ b/setup.py -@@ -180,10 +180,10 @@ setup(name='setools', - 'build_lex': LexCommand, - 'build_ext': BuildExtCommand, - 'build_qhc': QtHelpCommand}, -- packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'], -- scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'], -+ packages=['setools', 'setools.diff', 'setools.policyrep'], -+ scripts=['sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'], - data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1"))], -- package_data={'': ['*.ui', '*.qhc', '*.qch'], 'setools': ['perm_map']}, -+ package_data={'setools': ['perm_map']}, - ext_modules=ext_py_mods, - test_suite='tests', - license='GPLv2+, LGPLv2.1+',