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 7E4B21395E2 for ; Mon, 21 Nov 2016 14:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D74F7E0B81; Mon, 21 Nov 2016 14:07:26 +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 95D82E0B70 for ; Mon, 21 Nov 2016 14:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3E421340F53 for ; Mon, 21 Nov 2016 14:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA1EE49A for ; Mon, 21 Nov 2016 14:07:23 +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: <1479737060.044d6132af9c2f73de5870d07aad860ec98bdfd9.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.0.ebuild net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 044d6132af9c2f73de5870d07aad860ec98bdfd9 X-VCS-Branch: master Date: Mon, 21 Nov 2016 14:07:23 +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: c59fef61-91d0-41ed-b2e1-e9e7bf5cea99 X-Archives-Hash: f242e65da389eb46ab0acb242c5d788a commit: 044d6132af9c2f73de5870d07aad860ec98bdfd9 Author: Michał Kępień kempniu pl> AuthorDate: Sun Nov 20 23:21:37 2016 +0000 Commit: Justin Bronder gentoo org> CommitDate: Mon Nov 21 14:04:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044d6132 net-nntp/sabnzbd: Fix starting when default Python is not 2.x Gentoo-Bug: 600356 net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild | 2 +- net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild index e5f0860..2f83ae5 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild @@ -80,9 +80,9 @@ src_install() { dodir /usr/share/${PN}/sabnzbd insinto /usr/share/${PN}/ + python_convert_shebangs 2 SABnzbd.py doins SABnzbd.py fperms +x /usr/share/${PN}/SABnzbd.py - dobin "${FILESDIR}"/sabnzbd for d in cherrypy email icons interfaces locale po sabnzbd tools util; do insinto /usr/share/${PN}/${d} diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild index 322add7..abf6bc4 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild @@ -88,6 +88,7 @@ src_install() { insopts -m 0755 doins SABnzbd.py + python_fix_shebang "${D}usr/share/${PN}" python_optimize "${D}usr/share/${PN}" newinitd "${FILESDIR}/${PN}.initd" "${PN}"