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 C54EA1395E2 for ; Tue, 29 Nov 2016 14:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94952E0B8E; Tue, 29 Nov 2016 14:31:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76DB9E0B8E for ; Tue, 29 Nov 2016 14:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A21340988 for ; Tue, 29 Nov 2016 14:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA714A1 for ; Tue, 29 Nov 2016 14:31:16 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1480429658.3e29c13be82c2462f5fc2e51a8244da168fb2fd0.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 3e29c13be82c2462f5fc2e51a8244da168fb2fd0 X-VCS-Branch: master Date: Tue, 29 Nov 2016 14:31:16 +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: 3c4b265f-8213-4483-b9c8-fec30a104e5e X-Archives-Hash: c7fed617dc83e9415cc22e6626f52d7c commit: 3e29c13be82c2462f5fc2e51a8244da168fb2fd0 Author: Michał Kępień kempniu pl> AuthorDate: Tue Nov 29 09:16:26 2016 +0000 Commit: Justin Bronder gentoo org> CommitDate: Tue Nov 29 14:27:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e29c13b net-nntp/sabnzbd: Install conf.d file with default mode 0644 net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild index 289bd99..f95a022 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.1-r1.ebuild @@ -84,9 +84,8 @@ src_install() { doins -r ${d}/* done - insinto "/usr/share/${PN}" - insopts -m 0755 - doins SABnzbd.py + exeinto "/usr/share/${PN}" + doexe SABnzbd.py python_fix_shebang "${ED%/}/usr/share/${PN}" python_optimize "${ED%/}/usr/share/${PN}"