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 D84361382C5 for ; Thu, 15 Mar 2018 22:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE5ACE0828; Thu, 15 Mar 2018 22:56:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9A9C3E0828 for ; Thu, 15 Mar 2018 22:56:10 +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 2C687335C7A for ; Thu, 15 Mar 2018 22:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB57216 for ; Thu, 15 Mar 2018 22:56:06 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1521154562.db74a07251ce6f34cc04ca3854d4d0df84504c74.monsieurp@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.0-remove-gui.patch X-VCS-Directories: app-admin/setools/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: db74a07251ce6f34cc04ca3854d4d0df84504c74 X-VCS-Branch: master Date: Thu, 15 Mar 2018 22:56:06 +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-Archives-Salt: 6d5dac29-fc34-4d9f-bc91-0a43517baeee X-Archives-Hash: a9b525a91c25946375a48666671e0363 commit: db74a07251ce6f34cc04ca3854d4d0df84504c74 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Mar 6 19:22:58 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 15 22:56:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db74a072 app-admin/setools: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/7378 app-admin/setools/files/setools-4.1.0-remove-gui.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app-admin/setools/files/setools-4.1.0-remove-gui.patch b/app-admin/setools/files/setools-4.1.0-remove-gui.patch deleted file mode 100644 index 67d7fe5c6ee..00000000000 --- a/app-admin/setools/files/setools-4.1.0-remove-gui.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/setup.py b/setup.py -index 4e7645c..aa3895a 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'], 'setools': ['perm_map']}, -+ package_data={'setools': ['perm_map']}, - ext_modules=ext_py_mods, - test_suite='tests', - license='GPLv2+, LGPLv2.1+',